::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #7D7D7D;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #390651;
}

@media screen and (min-width: 992px) {
  .desktop_faded {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .desktop_faded::after {
    content: "";
    width: 5%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 95%;
    box-shadow: 15px 0 30px 50px #fff;
  }

  .mobile_only {
    display: none !important;
  }

  .secondLevelContent:hover .secondLevelMenu a {
    transition: 0.3s;
    transform: scale(1.03);
  }

  .menuItem:hover .dropMenuWrap .icon_item {
    font-size: 0;
    width: 25px;
    height: 25px;
  }
  .menuItem:hover .dropMenuWrap .icon_item::before {
    margin-right: 0;
  }

  .menuItem:hover .dropMenuWrap .secondLevelContent:first-child .secondLevelMenu a.hovered {
    transform: scale(1.03);
    color: #7D7D7D;
  }

  .menuItem:hover .dropMenuWrap {
    display: block;
    min-height: 580px;
  }

  .menuItem:hover .dropMenuWrap .secondLevelContent:first-child .secondLevelItems {
    opacity: 1;
    visibility: visible;
  }

  .dropMenuWrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FCFAF8;
    box-shadow: 0 6px 15px -3px #999;
    z-index: 200;
    padding: 30px 0;
    display: none;
    overflow: hidden;
    transition: 0s;
  }
  .dropMenuWrap .container {
    position: relative;
  }
  .dropMenuWrap .secondLevelContent:hover .secondLevelItems {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: #FCFAF8;
    height: 540px;
    transition: 0s;
  }
  .dropMenuWrap .sections {
    margin-top: 0;
  }
  .dropMenuWrap .sections .img {
    width: 80%;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
  }
  .dropMenuWrap .sections .name {
    margin-top: 0;
    padding-top: 10px;
  }
  .dropMenuWrap .secondLevelMenu a {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding: 15px 5px;
    white-space: normal;
  }
  .dropMenuWrap .generalMenu .secondLevelItems .sections div.item .name {
    height: 50px;
    padding-bottom: 0;
  }
  .dropMenuWrap .generalMenu a.img {
    padding: 10px;
  }
  .dropMenuWrap .generalMenu a.img img {
    max-height: 150px;
  }
  .dropMenuWrap .secondLevelItems {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 20%;
    top: -20px;
    width: 100%;
    transition: 0.3s;
  }
  .dropMenuWrap .secondLevelItems .bottom_block {
    height: 70px;
  }
  .dropMenuWrap .secondLevelItems .sections div.item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 10px 0 20px;
  }
  .dropMenuWrap .secondLevelItems .sections div.item .name {
    height: 90px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 32px 15px;
  }

  nav ul li a.repairMenuLinkTopMenu {
    position: relative;
  }

  nav ul li a.repairMenuLinkTopMenu::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1350px) {
  nav ul .menuItem > a {
    font-size: 13px;
    white-space: nowrap;
  }

  .dropMenuWrap .secondLevelItems .sections div.item .name {
    padding: 10px 5px;
  }

  .dropMenuWrap .secondLevelItems .bottom_block .price {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .main_banner .nav_zone .nav_space {
    width: 60px;
  }

  .main_banner .nav_zone.button_prev .nav_btn {
    margin-left: 10px;
  }

  .main_banner .nav_zone.button_next .nav_btn {
    margin-right: 10px;
  }

  .main_banner .banner_buttons {
    max-width: 100%;
  }

  header .header__menu ul a {
    padding: 16px 10px;
  }

  header .header__phone a {
    font-size: 13px;
    line-height: 20px !important;
  }

  header .header__social .social a {
    width: 18px;
  }

  header .header__social .social .vk {
    width: 25px;
  }

  .main_banner__inner {
    padding-left: 60px;
  }

  .main_banner .main_banner__description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }

  .main_banner .h1,
.main_banner h1 {
    font-size: 50px;
    line-height: 52px;
    font-weight: 400;
  }

  .main_banner .iphone {
    background-size: 320px;
    background-position: 80% 120%;
  }

  .main_banner .macbook {
    background-position: 75% 50%;
    background-size: 300px;
  }

  nav ul li a {
    padding: 14px 15px;
  }

  header .header__worktime {
    background-size: 12px;
  }
  header .header__address {
    background-size: 12px;
    color: white;
  }

  .header__block.header__address {
    line-height: 13px;
    margin-bottom: 0;
    background-position: center left;
  }

  .h71 .header__block.header__address {
    max-width: 130px;
  }

  .catalog .item {
    margin-bottom: 5px;
  }

  .catalog .item .description {
    display: block;
    text-align: center;
  }

  section.main.white h1 {
    padding-top: 90px;
  }

  section.main.iphones .container {
    background-size: 720px;
  }

  .raiting_main_wrapper {
    margin-top: 170px;
  }

  .raiting_main .item .rait_block .rait_stars img {
    width: 15px;
  }

  .raiting_main .item .main_image {
    width: 45px;
    height: 45px;
  }

  .raiting_main .item {
    padding: 15px;
  }

  .raiting_main .name_block {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768) {
  section.main.iphones .container .mobile_main .image {
    height: 286px;
  }
}
@media screen and (max-width: 576px) {
  .slider_reviews .item .img {
    height: 82vw;
  }

  .button_inst_ico {
    background-position: calc(50% - 92px) center;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  section.main.white .descr {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    white-space: nowrap;
  }

  section .raiting_main .item .rait_block .rait {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }

  .wrapper .raiting_main .item {
    height: 100px;
    padding: 10px;
  }
  .wrapper .raiting_main .item img.main_image {
    height: 23px;
  }

  .slider_reviews .item .img {
    height: 169vw;
  }

  .basket_list .basket_item {
    padding-bottom: 60px;
  }
  .basket_list .basket_item .old-price {
    font-size: 13px;
  }
  .basket_list .remove {
    position: absolute;
    bottom: 12px;
    left: 180px;
  }
  .basket_list .quantity_block {
    position: absolute;
    left: 70px;
    bottom: 10px;
  }

  .catalog_element .button_price_descr div.price_descr {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  nav ul .menuItem > a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
  }

  header .header__worktime {
    display: none;
  }

  .basket_block_empty {
    display: none;
  }

  .mobile_only {
    display: block;
  }

  .desktop_only {
    display: none;
  }

  .middle_text {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .main_banner .item {
    background-size: auto 175px;
    background-position: 75% bottom;
  }

  .main_banner .iphone {
    background-size: 120px;
    background-position: 85% 150%;
  }

  .main_banner .macbook {
    background-position: 85% 150px;
    background-size: 120px;
  }

  .main_banner__inner {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 30px;
    justify-content: flex-start;
  }
  .main_banner__inner .button {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 50px;
    padding: 12px 17px;
  }

  .main_banner .slick-dots {
    bottom: 0px;
    left: 14px;
    right: 14px;
  }

  .main_banner .banner_buttons {
    display: none;
  }

  .main_banner .banner_buttons .nav_btn {
    display: none;
  }

  .main_banner .h1, .main_banner h1 {
    font-size: 23px;
    line-height: 24px;
    font-weight: 400;
  }

  .main_banner .main_banner__description {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
  }

  .main_banner .item {
    padding-bottom: 30px;
  }

  .wrapper {
    padding-top: 53px;
  }

  .sandwich {
    display: block;
  }

  nav.header__block {
    margin-left: 0;
    background: #121213;
  }

  nav {
    position: absolute;
    left: 0;
    top: 100%;
    background: #121213;
    padding: 0px 0 20px;
    overflow-x: hidden;
    min-height: 100%;
    height: calc(100vh - 19px);
    max-width: 0;
    width: 100%;
  }
  nav .mobile-nav {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  nav .container {
    min-width: 320px;
    padding: 0;
  }
  nav.active {
    max-width: 100%;
    width: 100%;
  }
  nav ul {
    display: block;
    margin-left: -15px;
    margin: 0;
    width: 100%;
  }
  nav ul li {
    width: 100%;
  }
  nav ul a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding: 15px 12px;
    padding-right: 25px;
    color: white;
    position: relative;
    border-bottom: 1px solid #333334;
  }
  nav ul a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 20px;
    width: 10px;
    height: 10px;
    background-image: url("../images/chevron.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobile-nav {
    padding: 0 15px 30px;
    margin-top: 20px;
  }
  .mobile-nav .header__phone {
    margin-bottom: 0;
  }
  .mobile-nav .header__phone a {
    color: white;
    font-size: 15px;
    line-height: 13px;
    font-weight: 400;
  }
  .mobile-nav__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
  }
  .mobile-nav__block {
    text-align: center;
  }
  .mobile-nav .button {
    margin: 10px auto;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }
  .mobile-nav .header__social .social {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .mobile-nav .header__social .social a {
    display: block;
    width: 25px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
  }
  .mobile-nav .header__social .social .wa {
    background-image: url("../images/wa.png");
  }
  .mobile-nav .header__social .social .tg {
    background-image: url("../images/tg.png");
  }
  .mobile-nav .header__social .social .vk {
    background-image: url("../images/vk.png");
  }
  .mobile-nav .header__social .social .max {
    background-image: url("../images/max-grey.png");
  }

  div.sections, ul.sections {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.sections .img, ul.sections .img {
    height: 100px;
  }
  div.sections .img img, ul.sections .img img {
    height: 100px;
    width: auto;
  }
  div.sections .name, ul.sections .name {
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
  }
  div.sections .price_block, ul.sections .price_block {
    padding-top: 5px;
    margin-top: auto;
  }
  div.sections .price_value, ul.sections .price_value {
    margin: 0 7px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
  }
  div.sections .wanna_sale, ul.sections .wanna_sale {
    margin-top: 5px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
  }
  div.sections .item, ul.sections .item {
    visibility: visible;
    opacity: 1;
    padding: 20px 0px 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100% !important;
  }
  div.sections .item.in-basket .price_block, ul.sections .item.in-basket .price_block {
    margin-top: 10px !important;
  }
  div.sections .item .button, ul.sections .item .button {
    margin-top: 5px;
    background: transparent;
    color: #390651;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    padding: 7px 3px;
  }
  div.sections .item:hover, ul.sections .item:hover {
    transform: scale(1);
    background: transparent;
    z-index: 1;
  }
  div.sections .item .button, ul.sections .item .button {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
  }
  div.sections .item .quantity_block, ul.sections .item .quantity_block {
    line-height: 20px;
    width: auto;
    border-radius: 7px;
  }
  div.sections .item .quantity_block *, ul.sections .item .quantity_block * {
    padding: 0 10px;
    width: 40px;
  }
  div.sections .item .quantity_block .minus, ul.sections .item .quantity_block .minus {
    border-right: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  div.sections .item .quantity_block .plus, ul.sections .item .quantity_block .plus {
    border-left: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  div.sections .item .quantity_block .quantity, ul.sections .item .quantity_block .quantity {
    width: 100%;
  }
  div.sections .item .buy_block, ul.sections .item .buy_block {
    margin-top: 10px;
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
  }

  .sections div.item_wrap:hover {
    z-index: 2;
  }

  .sections div.item_wrap:nth-child(even) .button_price_descr .price_descr {
    left: -360px;
  }
  .sections div.item_wrap:nth-child(even) .button_price_descr .price_descr::before, .sections div.item_wrap:nth-child(even) .button_price_descr .price_descr::after {
    right: 35px;
    left: auto;
  }

  h1, .h1 {
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .breadcrumb_wrap {
    padding: 30px 0 10px;
    background: white;
  }

  .breadcrumb_wrap .bx-breadcrumb-item a {
    color: #7D7D7D;
  }

  .bx-breadcrumb-item {
    color: #7D7D7D;
  }

  .breadcrumb_wrap .bx-breadcrumb-item svg {
    stroke: #7D7D7D;
  }

  .breadcrumb_wrap.white {
    padding-top: 10px;
  }

  header .button_price_descr.header_worktime {
    width: 13px;
    height: 13px;
    margin-left: 4px;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    background: #888;
    margin-bottom: 0;
    text-decoration: none;
  }
  header .button_price_descr.header_worktime:hover {
    background: #888;
  }
  header .button_price_descr.header_worktime .q {
    font-size: 0px;
    text-align: center;
  }
  header .button_price_descr.header_worktime .q::after {
    content: "?";
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: black;
    text-decoration: none;
  }

  h2, .h2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
  }

  p, .text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }

  p {
    margin-bottom: 10px;
  }

  .catalogMenu {
    background-color: #121213;
  }
  .catalogMenu .header__side.left {
    display: none;
  }
  .catalogMenu .flex_container {
    display: block;
  }

  nav.catalogMenu {
    padding-top: 0px;
  }

  header .header__block.two_blocks {
    position: fixed;
    top: 0px;
    right: 50%;
    left: 0;
    margin: auto;
    width: 250px;
    padding: 16px 0px 0;
  }

  header {
    border-bottom: 1px solid #E6E6E6;
    box-shadow: none;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: auto;
  }
  header .header__container {
    padding: 16px 0px;
  }
  header .header__container .left_side {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header .header__side.left {
    display: block;
  }
  header .header__block {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    color: #4D4D4E;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-align: left;
  }
  header .header__block.header__address {
    margin-left: 20px;
    padding-left: 17px;
  }
  header .header__logo {
    margin-bottom: 0px;
    float: left;
    padding-top: 0px;
  }
  header .header__logo img {
    width: 65px;
    margin-left: -5px;
  }
  header .header__logo.area_48 img {
    width: 70px;
  }
  header .header__logo.area_62 img {
    width: 70px;
  }

  .top-basket-block-wrap {
    display: none;
  }

  a.mobile_basket {
    display: block;
  }

  .mobile_basket {
    position: relative;
    top: 2px;
    margin-right: 10px;
    margin-bottom: 2px;
  }
  .mobile_basket .count {
    position: absolute;
    top: -11px;
    right: 0;
    font-size: 10px;
  }
  .mobile_basket .title {
    width: 40px;
    height: 20px;
    background-size: 20px;
    background-position: left center;
  }

  header .mobile_logo {
    display: block;
  }

  .catalogMenu {
    position: absolute;
  }

  .main_banner .slick-dots li {
    transform: scale(2);
  }

  .catalog {
    margin: 20px -5px 0;
  }
  .catalog .item_wrap {
    margin-bottom: 0px;
  }
  .catalog .item.inner {
    height: 100%;
    padding: 15px 10px 0;
    overflow: hidden;
  }
  .catalog .item.inner img {
    max-height: 80px;
    max-width: 80px;
  }
  .catalog .item.inner .background {
    width: 100%;
    height: 100%;
    top: 130px;
    left: 0;
    right: 0px;
  }
  .catalog .item.inner .background.bottom {
    top: 40px;
    max-width: 65%;
    max-height: 55%;
    width: 100%;
  }
  .catalog .item.inner .description {
    margin-top: 10px;
    margin-bottom: 5px;
    height: auto;
  }
  .catalog .item.inner .description .name {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
  .catalog .item.inner .description .count {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }

  .catalog-section li {
    padding: 4px;
  }

  .sort_block a.sort_btn.sort_asc, .sort_block a.sort_btn.sort_desc {
    padding-left: 20px;
  }
  .sort_block a.sort_btn {
    margin: 0 10px;
  }

  .raiting_main .item .main_image img {
    width: 100%;
    height: 100%;
  }

  div.title_block {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  div.title_block h2, div.title_block .h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    max-width: 100%;
  }
  div.title_block .right_block .text {
    max-width: 100%;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 10px;
  }

  .section {
    padding: 0;
  }

  div.block2 {
    margin-top: 10px;
  }
  div.block2 .item {
    padding: 15px;
  }
  div.block2 .ico img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  div.block2 .name_block {
    padding-left: 10px;
  }
  div.block2 .name_block .title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  div.block2 .name_block .descr {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }
  div.block2 .rait_block .rait {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }

  section.main.white h1 {
    padding-top: 0;
  }

  section.main {
    padding-top: 40px;
  }
  section.main .mobile_main {
    display: block;
  }
  section.main.iphones .container {
    height: auto;
    padding-bottom: 20px;
    background-image: none;
  }
  section.main h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  section.main .descr {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
  }
  section.main .button {
    margin-top: 20px;
    display: none;
  }
  section.main.iphone14pro .container {
    background-image: none;
  }
  section.main.iphones .container .mobile_main {
    display: block;
    margin-top: 20px;
  }
  section.main.iphones .container .mobile_main .left_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  section.main.iphones .container .mobile_main .image {
    background-repeat: no-repeat;
    width: calc(100% + 20px);
    margin-left: -10px;
    background-image: url("../images/first_screen/iphones.jpg");
    background-position: center;
    background-size: cover;
  }
  section.main.iphones .container .mobile_main .contact_us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  section.main.iphones .container .mobile_main .contact_us .phone a {
    color: #9D9D9E;
  }
  section.main.iphones .container .mobile_main .contact_us .worktime {
    color: #9D9D9E;
  }
  section.main.iphones .container .mobile_main .social {
    display: flex;
    width: 100%;
  }
  section.main.iphones .container .mobile_main .social a {
    width: 37px;
    height: 37px;
    background-size: 14px;
  }

  .block_under_buy {
    width: 100%;
  }

  section.main.iphone14pro .mobile_main .image {
    height: 250px;
    background-image: url("../images/first_screen/iphone14pro.png");
    background-position: bottom center;
    background-size: contain;
  }

  section.main.iphones {
    min-height: auto;
  }

  section.main.iphones .mobile_main .image {
    height: 360px;
  }

  .raiting_main .item .rait_block .rait_stars img {
    display: none;
  }

  .raiting_main .item .rait_block .rait_stars img:first-child {
    display: block;
    margin-left: 0;
    width: 18px;
    height: 18px;
  }

  section.main.white .descr {
    color: #B4B4B5;
  }

  .raiting_main .name_block {
    padding-left: 0;
    margin-bottom: 5px;
  }

  .raiting_main .item .rait_block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-direction: row-reverse;
  }

  .raiting_main .item .rait_block .rait {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .raiting_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .raiting_main .item {
    width: calc(33.3333333333% - 5px);
    padding: 20px;
    border: 1px solid #ECECEC;
    margin-bottom: 0px;
    height: 123px;
    margin-right: 0px;
    display: block;
  }
  .raiting_main .item .main_image {
    margin-bottom: 10px;
    height: 27px;
    width: 27px;
    border-radius: 6px;
  }
  .raiting_main .item .rait {
    margin-top: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .raiting_main .item .rev {
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .raiting_main .item .rait_star {
    margin-top: -5px;
  }
  .raiting_main .item .rait_star img {
    width: 16px;
  }
  .raiting_main .item:last-child {
    margin-right: 0;
  }

  .raiting_main {
    margin-top: 5px;
  }

  .raiting_main_update_date {
    text-align: right;
    color: #9D9D9E;
  }

  .raiting_main_wrapper {
    margin-top: 5px;
    padding-bottom: 0;
  }

  .raiting_main .name_block .title {
    display: none;
  }

  .breadcrumb_wrap {
    margin-bottom: 10px;
    border-bottom: 1px solid #ECECEC;
  }

  .breadcrumb_wrap.white .bx-breadcrumb-item svg {
    margin-right: 5px;
  }

  .bx-breadcrumb .bx-breadcrumb-item svg {
    margin-right: 3px;
  }

  .bx-breadcrumb-item {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }
  .bx-breadcrumb-item svg {
    width: 8px;
  }
  .bx-breadcrumb-item .latest {
    margin-left: 3px;
  }
  .bx-breadcrumb-item a {
    margin: 0 3px;
  }

  .title_container {
    padding-bottom: 20px;
    background: white;
  }
  .title_container .h1, .title_container h1 {
    color: #121213;
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
  }
  .title_container small {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    margin-left: 5px;
  }

  .contacts .map {
    height: 300px !important;
    margin-bottom: 10px;
  }
  .contacts hr {
    display: none;
  }

  .contacts__map div.map {
    background-size: cover;
  }

  .contacts__icon {
    margin-bottom: 0;
  }

  .contacts__item {
    border-bottom: 0;
  }

  .contacts_index {
    margin-top: 0;
  }

  .contacts__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
  }

  .contacts__info .gray_text {
    padding-left: 30px;
  }

  .contacts__worktime {
    border-top: 1px solid #ECECEC;
  }

  .contacts__worktime,
.contacts__phone {
    padding: 20px 0;
    padding-left: 30px;
    background-position: left 48%;
    border-bottom: 1px solid #ECECEC;
    margin: 0;
  }

  .contacts__phone {
    display: block;
  }

  .contacts__phone_block {
    margin-bottom: 25px;
  }

  .contacts__map {
    margin-bottom: 0;
  }

  .contacts__img {
    margin-bottom: 20px;
  }

  .contacts__wrap {
    padding: 0;
  }

  .contacts__social {
    justify-content: center;
  }
  .contacts__social a {
    width: 32%;
    max-width: 150px;
  }

  .section_filters_wrap {
    background: white;
  }

  .filter_button {
    width: 100%;
    height: 41px;
  }

  .filter_button_apply, .filter_button_clear {
    width: 50%;
    height: 35px;
    background-size: 15px;
    border-radius: 7px;
  }

  .filter_button_clear {
    margin-right: 0;
  }

  .filters_text {
    color: #7D7D7D;
  }

  .sections .item .item_icons .icon_item {
    padding: 2px 5px;
    border-radius: 7px;
    font-size: 0;
  }
  .sections .item .item_icons .icon_item::before {
    margin: 0;
  }

  .filter_inner {
    display: block;
  }
  .filter_inner .list_item {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    color: #121213;
    background: white;
    padding: 15px 10px 10px;
  }
  .filter_inner .list_item:hover {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
  }
  .filter_inner .filter_name {
    color: #7D7D7D;
    z-index: auto;
  }
  .filter_inner .filter_current {
    color: #121213;
    padding-top: 2px;
    padding-right: 20px;
    padding-left: 23px;
    margin-left: 7px;
    position: relative;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
  }
  .filter_inner .filter_item .filter_list {
    transition: 0.1s;
    border-radius: 0px 0px 15px 15px;
  }
  .filter_inner .filter_list {
    box-shadow: 0 10px 15px -10px #222;
  }
  .filter_inner .filter_list .list_item:first-child {
    padding-top: 25px;
  }
  .filter_inner .chevron {
    transition: 0.3s;
  }
  .filter_inner .filter_item {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .filter_inner .filter_item:hover .filter_list {
    max-height: 0;
    transition: 0.9s;
  }
  .filter_inner .filter_item.active .filter_item_inner {
    z-index: 120;
    transition: 0.3s;
  }
  .filter_inner .filter_item.active .chevron {
    transform: rotate(90deg) scale(-1, -1);
    top: -6px;
    right: 17px;
    transition: 0.3s;
  }
  .filter_inner .filter_item.active .filter_list {
    max-height: 300px;
    transition: 1.4s max-height;
  }
  .filter_inner .filter_item.active .filter_list .list_item .check {
    bottom: -14px;
    width: 13px;
  }
  .filter_inner .filter_item.active .filter_list .list_item .check svg {
    stroke: #121213;
  }
  .filter_inner .filters {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }
  .filter_inner .filter_item_inner {
    z-index: 120;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    padding: 7px 10px 7px;
    height: 33px;
    width: 100%;
    background: white;
    border-radius: 7px;
  }
  .filter_inner .filter_item_inner .chevron {
    right: 15px;
  }
  .filter_inner .filter_item_inner .chevron svg {
    stroke: #7D7D7D;
  }
  .filter_inner .filter_item_inner.active {
    padding-top: 7px;
  }
  .filter_inner .filter_item_inner.active .filter_current::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0px;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #666;
  }
  .filter_inner .filter_item_inner.active .filter_name {
    color: grayText;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }

  .sort_block {
    justify-content: flex-end;
    margin-top: 0;
  }

  .button_price_descr {
    position: static;
  }

  .button_price_descr .price_descr {
    bottom: auto;
    top: 5px;
    left: 5px;
    right: auto;
    width: calc(100% - 10px);
    height: auto;
    z-index: 1;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
  .button_price_descr .price_descr::before, .button_price_descr .price_descr::after {
    display: none;
  }
  .button_price_descr .price_descr .price_update_date {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }

  .catalog_element .choose_block {
    text-align: center;
    width: 100%;
  }

  .catalog_element {
    padding-top: 20px;
  }

  .catalog_element .inner_flex {
    flex-direction: column-reverse;
  }

  .catalog_element .swiper-pagination-bullet {
    margin: 0 5px !important;
  }

  .catalog_element .swiper-pagination-bullet-active {
    background: #390651;
  }

  .catalog_element .swiper-pagination {
    bottom: -5px !important;
    position: relative;
  }

  .catalog_element .slider_wrapper .image .img {
    background-size: contain;
  }

  .catalog_element .mobile_photo_btn {
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .catalog_element .mobile_photo_btn svg {
    stroke: #B8B8B8;
    width: 20px;
    height: 20px;
  }
  .catalog_element .mobile_photo_btn.left {
    right: auto;
  }
  .catalog_element .mobile_photo_btn.left svg {
    transform: rotate(180deg);
  }
  .catalog_element .mobile_photo_btn.right {
    left: auto;
  }

  .catalog_element .buy_block .button_block {
    display: block;
    text-align: center;
  }

  .catalog_element .buy_block .buyButtons {
    display: none;
  }
  .catalog_element .buy_block .buyButtons.visible {
    display: block;
  }

  .catalog_element .buy_block .quantity_block {
    margin-bottom: 15px;
    width: 100%;
  }
  .catalog_element .buy_block .quantity_block .quantity {
    width: 100%;
  }

  .catalog_element .buy_block .button_block .button {
    margin: auto;
    width: 100%;
  }
  .catalog_element .buy_block .button_block .button.hidden {
    display: none;
  }

  .catalog_element .slider_wrapper .btn_prev, .catalog_element .slider_wrapper .btn_next {
    display: none;
  }

  div.catalog_element .slider_wrapper .image {
    width: 100%;
    height: 270px;
  }

  .catalog_element .slider_wrapper .slides_wrapper2 {
    display: none;
    position: absolute;
    top: auto;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 60px;
  }

  .catalog_element .slider_wrapper .slides_wrap {
    width: 100%;
    height: 60px;
  }

  .catalog_element .slider_wrapper .slide_ {
    width: auto;
    height: 50px;
  }

  .more_info .block p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }

  .more_info .block .name {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .catalog_element .buy_block .button_block .button {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
  }

  .more_info {
    margin-top: 10px;
  }

  .more_info .block {
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    border-radius: 8px;
  }

  .catalog_element .credit_block .ico {
    display: none;
  }

  .catalog_element .buy_block {
    display: block;
    margin-bottom: 0px;
    margin-top: 15px;
    width: 100%;
  }

  .catalog_element .slider_wrapper .image .slide_img {
    max-width: 85%;
    max-height: 85%;
  }

  .catalog_element .buy_block .price_block {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .catalog_element .buy_block .price_line {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
  }

  .catalog_element .choose_block .choose_name {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    min-width: auto;
    flex: 1;
  }

  .catalog_element .choose_block .choose_item_wrap {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .catalog_element .choose_block .choose_item {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ECECEC;
  }

  .catalog_element .choose_block .item {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    padding: 5px 8px;
    white-space: nowrap;
    font-weight: normal;
    border-radius: 7px;
    margin-right: 7px;
  }
  .catalog_element .choose_block .item.color {
    margin-right: 8px;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    box-shadow: 0 0 2px 1px #f5f5f5;
  }

  .catalog_element h1 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    padding: 0;
  }

  .catalog_element .button_price_descr {
    width: auto;
    height: auto;
    border: none;
  }

  .catalog_element .button_price_descr .price_descr {
    display: block;
    padding: 0;
    margin: 0;
    position: static;
    border: none;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    margin-right: 10px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
  }

  .catalog_element .buy_block .price {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 0;
  }

  .catalog_element .button_price_descr .price_descr::before,
.catalog_element .button_price_descr .price_descr::after {
    display: none;
  }

  .price_update_date {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .catalog_element .wanna_sale {
    left: auto;
    right: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    bottom: -15px;
  }

  .basket_wrap {
    display: block;
  }

  .basket_list {
    background: white;
    z-index: 3;
    position: relative;
  }
  .basket_list .basket_item {
    position: relative;
    padding-top: 10px;
  }
  .basket_list .basket_item .title {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
  }
  .basket_list .basket_item .price_block {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin: 0;
  }
  .basket_list .basket_item .price_block span {
    line-height: 19px;
  }
  .basket_list .basket_item .info_block {
    height: auto;
    margin-left: 15px;
  }
  .basket_list .quantity_block * {
    padding: 1px 13px;
  }
  .basket_list .quantity_block .plus, .basket_list .quantity_block .minus {
    font-size: 15px;
    width: 33px;
  }
  .basket_list .quantity_block .quantity {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    width: 40px;
  }

  .cookie_block_inner {
    padding: 10px;
    width: calc(100% - 20px);
  }

  .cookie_block_inner .description {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .cookie_block_inner .image {
    width: 40px;
    height: 60px;
    margin-bottom: 0px;
  }

  .cookie_block_inner button {
    font-size: 13px;
    padding: 10px;
  }

  .policy_bottom_link {
    display: block;
    margin-bottom: 20px;
  }

  .text ul {
    font-size: 12px;
  }
}