@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside, main, section, article {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  margin-bottom: 24px; }

.title {
  font-weight: 700;
  margin: 0 0 8px; }

.title_1, h1 {
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 24px; }

.title_2, h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 16px; }

.title_3, h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px; }

.title_block {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px; }

.text_size_sm {
  font-size: 11px;
  color: #9E9E9E; }

.text {
  color: #333; }
  .text ul {
    padding-left: 32px; }
  .text li {
    list-style: disc;
    margin-bottom: 16px;
    line-height: 1.2; }

p {
  margin-bottom: 10px; }

input[type=number] {
  width: 50px;
  border-radius: 2px; }

input[type=checkbox] {
  margin-right: 4px; }

.input, select {
  font-size: 14px;
  line-height: 1;
  border: 1px solid #e0e0e0;
  padding: 4px; }

.button {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: #1C60AB;
  color: #fff; }
  .button:hover {
    background-color: #15477f; }
  .button_device {
    background-color: #F2C94C;
    color: #333; }
    .button_device:hover {
      background-color: #efbb1c; }
  .button_secondary {
    background-color: #212121;
    color: #212121;
    border: 1px solid #1C60AB; }

.button_size_lg, .order_product button {
  font-size: 16px;
  padding: 10px 18px; }

.input_size_lg {
  font-size: 16px; }

.button_checkout {
  color: #fff;
  background-color: #C6081D;
  border-color: #C6081D; }

.button_2 {
  color: #fff;
  background-color: #C6081D;
  border: 1px solid #C6081D; }

.button_2:hover {
  background-color: #b7071b;
  border-color: #b7071b; }

.button_checkout:hover {
  background-color: #950616;
  border-color: #950616; }

.button_request {
  background-color: #fff; }

.form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px; }
  .form__item:last-child {
    margin-bottom: 0; }

.form__element {
  font-size: 12px;
  line-height: 1;
  border: 1px solid #9E9E9E;
  padding: 4px 8px; }

.form-label {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 700; }

.form__text {
  margin-bottom: 24px; }

textarea {
  min-height: 100px; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px; }

a {
  color: #0072bc; }

table {
  font-size: 13px;
  color: #616161;
  letter-spacing: 0.3px;
  line-height: 1.3; }
  table tr {
    border-bottom: 1px solid #e0e0e0; }
    table tr:hover {
      border-color: #9E9E9E; }
  table td, table th {
    padding: 8px 4px;
    vertical-align: top; }
    table td:last-child, table th:last-child {
      font-weight: 700; }

.icon {
  display: flex;
  height: 16px;
  width: 24px;
  display: flex;
  margin-right: 4px; }
  .icon img {
    max-height: 100%;
    margin: auto; }

.icon_size_sm {
  width: 16px;
  height: 16px; }

.icon_size_lg {
  width: 32px;
  height: 32px; }

.icon-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px; }

.icon-link_after .icon {
  margin: 0 0 0 4px; }

.ptb {
  padding-top: 48px;
  padding-bottom: 48px; }

.pt {
  padding-top: 48px; }

.pb {
  padding-bottom: 48px; }

.divider {
  height: 4px;
  width: 100px;
  background-color: #E6D0B0;
  margin: 0 auto; }

.img {
  position: relative; }
  .img:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.card {
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #fff; }

.device-carousel-colors .card {
  padding: 0;
  border: none;
  text-align: left;
  width: 100%; }
  .device-carousel-colors .card .device__image {
    margin: 0;
    margin-bottom: 8px; }

.tag {
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background-color: red; }

.container {
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .container {
      width: 1170px; } }
  @media (max-width: 1279px) {
    .container {
      width: 100%;
      padding: 0 16px; } }

img {
  max-width: 100%;
  max-height: 100%; }

.text p {
  line-height: 1.3;
  color: #333; }

.content {
  padding: 32px 0; }
  @media (max-width: 425px) {
    .content {
      padding-top: 0; } }

.content__wrap {
  display: flex; }
  @media (max-width: 768px) {
    .content__wrap {
      flex-direction: column; } }

.content__side {
  flex: 0 0 310px;
  padding-right: 32px; }
  @media (max-width: 768px) {
    .content__side {
      padding-right: 0;
      order: 1;
      margin-top: 24px;
      display: none; } }
  .content__side > * {
    margin-bottom: 32px; }
    .content__side > *:last-child {
      margin-bottom: 0; }

.content__main {
  flex: 1 1 auto;
  overflow: hidden; }

.side-info {
  font-size: 14px; }
  .side-info p {
    margin-bottom: 8px; }
    .side-info p:last-child {
      margin-bottom: 0; }
  .side-info .title {
    font-size: 20px; }

.side-button button {
  font-size: 15px; }

.side-links__link {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.2; }
  .side-links__link:last-child {
    margin-bottom: 0; }

.text {
  margin-bottom: 24px; }
  .text > * {
    margin-bottom: 16px; }

.date {
  font-size: 13px;
  color: #616161; }

.date_title {
  position: relative;
  top: -16px; }

.compare-items {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  padding-bottom: 16px; }

.compare-items__item {
  flex: 0 0 25%;
  padding-right: 2%;
  overflow: hidden; }

.compare-items__params {
  margin-top: 16px; }
  .compare-items__params li {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px; }
    .compare-items__params li:last-child {
      margin-bottom: 0; }
    .compare-items__params li span:first-child {
      color: #9E9E9E; }

.orders__item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0; }
  .orders__item:last-child {
    margin-bottom: 0;
    border: none; }
  @media (max-width: 320px) {
    .orders__item {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr auto; } }

.orders__item {
  overflow: hidden; }

.orders__item_active {
  padding: 16px;
  border: 2px solid #1C60AB !important; }

.past-order__title {
  font-weight: 700;
  margin-bottom: 4px; }

.past-order__date {
  font-size: 12px;
  color: #9E9E9E; }

.past-order__price {
  width: 120px; }

.past-order__sum {
  margin-bottom: 4px; }

.past-order__qty {
  font-size: 12px;
  color: #9E9E9E; }

@media (max-width: 320px) {
  .past-order__action {
    grid-area: 2/1/-1/-1; } }

.past-order__product {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  grid-gap: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px; }
  .past-order__product:last-child {
    border: none; }
  @media (max-width: 425px) {
    .past-order__product {
      grid-template: auto auto /60px 1fr; } }

.past-product__info {
  display: flex;
  flex-direction: column; }
  .past-product__info > * {
    margin-bottom: 8px; }

.past-product__artnumber {
  font-size: 12px;
  color: #9E9E9E; }

.past-product__old-price {
  font-size: 12px;
  color: #616161; }

.past-product__action {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  align-content: start; }
  @media (max-width: 425px) {
    .past-product__action {
      grid-column: 1/-1;
      display: flex;
      width: 100%; } }

.past-product__price {
  grid-column: 1/-1;
  white-space: nowrap; }
  @media (max-width: 425px) {
    .past-product__price {
      flex: 1 1 auto;
      align-self: center;
      font-weight: 700; } }

.info-items_section {
  margin-bottom: 24px; }

.info-items__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px; }
  @media (max-width: 425px) {
    .info-items__wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 375px) {
    .info-items__wrap {
      grid-template-columns: repeat(1, 1fr); } }

.info-item {
  position: relative;
  overflow: hidden; }

.info-item__image {
  margin: -16px -16px 16px; }
  .info-item__image.img:before {
    padding-top: 60%; }

.info-item__info {
  display: flex;
  flex-direction: column; }
  .info-item__info > * {
    margin-bottom: 8px; }
    .info-item__info > *:last-child {
      margin-bottom: 0; }

.info-item__date {
  font-size: 12px;
  color: #9E9E9E; }

.info-item__text {
  font-size: 13px;
  color: #616161;
  line-height: 1.3; }

.info-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-text {
  margin-bottom: 16px;
  line-height: 1.3; }

.alert {
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 24px;
  display: flex; }

.alert_danger {
  background-color: #fff1c8;
  color: #8e7425; }

.alert_success {
  background-color: #DCEDC8;
  color: #486a20; }

.alert__title {
  margin-right: 8px; }

ul {
  padding-left: 20px; }
  ul li {
    margin-bottom: 10px;
    list-style: disc; }
    ul li:last-child {
      margin-bottom: 0px; }

.top-info {
  font-size: 14px;
  padding: 7px 0;
  background-color: #f5f5f5; }
  @media (max-width: 1024px) {
    .top-info {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .top-info {
      display: none; } }

.top-info__wrap {
  display: flex; }

.top-info__location {
  margin-right: 36px; }
  .top-info__location a {
    color: red;
    font-size: 16px; }
    .top-info__location a span {
      margin-right: -5px; }

.top-info__content {
  display: flex;
  flex: 1 1 auto; }
  .top-info__content > * {
    margin-right: 40px; }
    @media (max-width: 1024px) {
      .top-info__content > * {
        margin-right: 10px; } }
    .top-info__content > *:last-child {
      margin-right: 0;
      margin-left: auto; }
  .top-info__content p {
    font-size: 14.2px;
    white-space: nowrap;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .top-info__content p {
        font-size: 13.5px; } }
  .top-info__content p:first-child {
    font-size: 14.5px; }
    @media (max-width: 1024px) {
      .top-info__content p:first-child {
        font-size: 13.5px; } }

.header {
  padding: 22px 0 18px; }

.header__wrap {
  display: flex; }
  @media (max-width: 768px) {
    .header__wrap {
      flex-wrap: wrap;
      justify-content: space-between; } }

.header__column {
  margin-right: 48px; }
  .header__column:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .header__column {
      margin-right: 0; } }

.logo {
  height: 70px;
  margin-right: 60px; }
  @media (max-width: 768px) {
    .logo {
      height: 32px; } }

.logo__image {
  max-height: 100%; }

.header-search {
  flex: 1 1 auto;
  align-self: flex-start;
  margin-right: 60px;
  padding-top: 8px; }
  @media (max-width: 768px) {
    .header-search {
      order: 1;
      flex-basis: 100%;
      margin-top: 16px;
      margin-right: 0; } }
  .header-search form {
    display: flex; }

.header-search__input {
  flex: 1 1 auto;
  margin-right: 8px;
  padding: 10px;
  border-color: #828282;
  font-size: 15px; }

.header-search__button {
  padding: 10px 16px;
  font-size: 20px; }

.header__column_links {
  display: flex;
  font-size: 14px; }
  .header__column_links > div:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .header__column_links > div {
      margin-right: 0; } }
  .header__column_links > div > * {
    margin-bottom: 6px; }
    .header__column_links > div > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .header__column_links > div > * {
        margin-bottom: 0; } }
  @media (max-width: 768px) {
    .header__column_links {
      align-items: center; } }
  @media (max-width: 768px) {
    .header__column_links .icon {
      height: 20px;
      margin-right: 0; } }
  @media (max-width: 768px) {
    .header__column_links .icon-link {
      margin-right: 20px; }
      .header__column_links .icon-link:last-child {
        margin-right: 0; }
      .header__column_links .icon-link:first-child {
        margin-right: 20px; } }
  .header__column_links .icon-link__item {
    font-size: 15px; }

.cart {
  margin-right: 66px; }
  @media (max-width: 768px) {
    .cart span {
      display: none; } }
  .cart .icon-link__item {
    font-weight: 700;
    font-size: 14px; }

.cart__item {
  margin-left: 28px; }
  @media (max-width: 768px) {
    .cart__item {
      display: none; } }

.user {
  display: flex;
  flex-direction: column; }
  @media (max-width: 768px) {
    .user {
      display: none; } }

.links {
  display: flex;
  align-items: flex-start; }
  @media (min-width: 769px) {
    .links {
      display: none; } }

#personal_desktop {
  display: flex;
  align-items: center; }
  #personal_desktop a {
    margin-right: 5px;
    margin-left: 5px; }
    #personal_desktop a:first-child {
      margin-left: 0; }
    #personal_desktop a:last-child {
      margin-right: 0; }

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .wrapper .footer {
    margin-top: auto; }

.footer {
  background-color: #1C60AB;
  color: #fff; }

.footer__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  padding: 24px 0; }
  @media (max-width: 768px) {
    .footer__wrap {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 425px) {
    .footer__wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 375px) {
    .footer__wrap {
      grid-template-columns: 1fr; } }

.footer__column > * {
  margin-bottom: 16px; }
  .footer__column > *:last-child {
    margin: 0; }

.footer__title {
  font-size: 15px;
  font-weight: 700; }

.footer__text {
  font-size: 14px;
  line-height: 1.3; }
  .footer__text p {
    margin-bottom: 8px; }
    .footer__text p:last-child {
      margin: 0; }

.forever {
  display: flex;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  align-items: center; }
  .forever img {
    margin-right: 4px; }

.google-rating__stars img {
  display: inline-block;
  height: 12px; }

.google-rating__text {
  font-size: 11px;
  color: #9E9E9E; }

.footer__list li {
  margin-bottom: 4px; }
  .footer__list li:last-child {
    margin: 0; }

.main-menu {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .main-menu {
      display: none; } }

.main-menu__wrap {
  display: flex;
  align-items: center; }

.main-menu__item {
  height: 54px;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: relative;
  background-color: #1C60AB; }
  .main-menu__item:hover {
    background-color: #185495; }
  .main-menu__item span {
    font-size: 24px; }
  .main-menu__item .icon {
    height: unset !important; }
  .main-menu__item:first-child {
    background-color: #C6081D;
    border-radius: 4px 0 0 4px; }
    .main-menu__item:first-child:hover {
      background-color: #ad0719; }
  .main-menu__item:last-child {
    border-radius: 0 4px 4px 0; }
  .main-menu__item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }

.popup-catalog-menu, .popup-text-menu {
  position: absolute;
  background-color: #f2f2f2;
  z-index: 2;
  top: 54px;
  left: 0;
  display: flex;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); }
  .popup-catalog-menu a, .popup-text-menu a {
    padding: 8px;
    font-weight: 400;
    text-transform: none; }
    .popup-catalog-menu a:hover, .popup-text-menu a:hover {
      background-color: #fff; }

.sections {
  width: 250px;
  display: flex;
  flex-direction: column;
  padding: 8px 0; }

.subsections {
  display: flex;
  flex-direction: column;
  width: 250px;
  background-color: #fff;
  padding: 8px 0; }

.sections-block_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px; }
  @media (max-width: 425px) {
    .sections-block_wrap {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px; } }
  @media (max-width: 320px) {
    .sections-block_wrap {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 16px; } }

.banner-sections {
  position: relative; }

.banner-sections__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(134, 134, 134, 0.74);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px; }

.banner-sections__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.devices-block__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 60px 20px; }

.devices-block__column {
  padding: 0 8px;
  min-width: 0px;
  display: flex; }

.device {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .device > * {
    margin-bottom: 8px; }
    .device > *:last-child {
      margin-bottom: 0; }
  .device form {
    margin-top: auto; }

.device__image {
  margin-top: -16px;
  margin-right: -16px;
  margin-left: -16px; }

.device__tags {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding-right: 24px;
  align-items: flex-start;
  max-width: 100%; }

.device__tag {
  margin-bottom: 4px; }
  .device__tag:last-child {
    margin-bottom: 0; }

.device__name {
  display: block;
  line-height: 1.3;
  font-size: 14px; }

.device__price {
  display: flex;
  font-weight: bold;
  align-items: baseline; }
  .device__price > div {
    font-size: 20px;
    margin-right: 8px; }
    @media (max-width: 425px) {
      .device__price > div {
        font-size: 18px; } }
    .device__price > div:last-child {
      margin-right: 0; }
    .device__price > div:nth-child(2) {
      font-size: 14px;
      font-weight: 400; }

.price__item_old .price__value {
  color: #9E9E9E;
  position: relative; }
  .price__item_old .price__value:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #cc2020;
    top: 50%; }

.order {
  display: flex; }
  .order form {
    display: flex; }
    .order form > * {
      margin-right: 4px; }
      .order form > *:last-child {
        margin-right: 0; }

.device-order {
  margin-top: auto; }

.add {
  display: flex; }
  .add > * {
    margin-right: 4px; }
    .add > *:last-child {
      margin-right: 0; }

.add__item {
  align-items: center;
  font-size: 12px; }
  .add__item .icon {
    height: 12px;
    margin-right: 0; }

.device_row {
  flex-direction: row;
  text-align: left;
  border-bottom: 1px solid #9E9E9E; }
  .device_row:last-child {
    border: none; }
  .device_row > * {
    margin-bottom: 0; }
  .device_row .device__name {
    font-size: 18px;
    margin-bottom: 0; }
  .device_row .device__image {
    width: 150px;
    margin: 0; }
  .device_row .device__code {
    font-size: 13px;
    color: #828282; }
  .device_row .price {
    white-space: nowrap;
    flex-direction: column; }
    .device_row .price__item_old {
      margin-top: 10px; }
  .device_row .order {
    justify-content: flex-end; }
  .device_row .add {
    flex-direction: column;
    justify-content: unset; }
  .device_row .add__item {
    margin-bottom: 8px;
    margin-right: 0; }

.device__column {
  margin-right: 16px; }
  .device__column:last-child {
    margin-right: 0; }
  .device__column:nth-child(2) {
    flex: 1 1 auto; }
  .device__column > * {
    margin-bottom: 16px; }
    .device__column > *:last-child {
      margin-bottom: 0; }

.device__info .params tr {
  display: block;
  border: none; }

.device__info .params td {
  font-size: 16px;
  display: inline-block;
  padding: 2px;
  font-weight: 400; }
  .device__info .params td:first-child {
    color: #9E9E9E; }

.device {
  min-width: 0; }

.device-nav {
  padding-top: 8px; }
  .device-nav .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center; }
    .device-nav .slick-dots li {
      margin-right: 8px;
      font-size: 0; }
      .device-nav .slick-dots li button {
        font-size: 0;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #9E9E9E; }
      .device-nav .slick-dots li:last-child {
        margin-right: 0; }
    .device-nav .slick-dots .slick-active button {
      background-color: #1C60AB; }

.numbers-block__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  justify-content: center; }
  @media (max-width: 425px) {
    .numbers-block__wrap {
      grid-template-columns: 240px;
      grid-row-gap: 48px; } }

.banner-numbers {
  text-align: center; }

.banner-numbers__title {
  font-size: 44px;
  font-weight: 700;
  color: #31869B; }

.banner-numbers__text {
  font-size: 18px;
  font-weight: 700; }

.blockquote-block {
  font-family: "Times New Roman", serif; }

.blockquote-block__wrap {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.blockquote-block__title {
  font-family: "Times New Roman", serif;
  font-size: 36px;
  font-style: italic; }

.blockquote-block__text {
  font-size: 23px;
  line-height: 1.6;
  font-style: italic; }

.icons-block .title {
  text-align: center; }

.icons-block__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px; }
  @media (max-width: 768px) {
    .icons-block__wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 375px) {
    .icons-block__wrap {
      grid-template-columns: 1fr; } }

.banner-icons {
  text-align: center;
  padding: 16px; }
  .banner-icons > * {
    margin-bottom: 16px; }
    .banner-icons > *:last-child {
      margin-bottom: 0; }

.banner-icons__image {
  height: 66px; }
  .banner-icons__image img {
    max-height: 100%; }

.banner-icons__title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3; }

.banner-icons__text {
  font-size: 13px;
  line-height: 1.5;
  color: #616161; }

.gifts-block {
  background-color: #E6D0B0; }

.gifts-block__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px; }
  @media (max-width: 768px) {
    .gifts-block__wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 375px) {
    .gifts-block__wrap {
      grid-template-columns: 1fr; } }

.banner-gift {
  padding: 16px;
  padding-right: 40%;
  position: relative;
  background-color: #fff; }

.banner-gift__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
  padding: 16px;
  padding-left: 4px;
  display: flex; }
  .banner-gift__image img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.banner-gift__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px; }

.banner-gift__text {
  font-size: 12px;
  line-height: 1.3;
  color: #616161; }

.contacts-block__wrap {
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
  .contacts-block__wrap > * {
    margin-bottom: 36px; }

.contacts-block_subtitle {
  line-height: 1.3;
  text-transform: uppercase;
  max-width: 600px;
  margin: 0 auto 16px; }

.contacts-block_text {
  font-weight: 700;
  line-height: 1.3;
  color: #458A9D;
  margin-bottom: 32px;
  font-size: 21px; }

.slider {
  overflow: hidden;
  margin-bottom: 50px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .popup__body {
    height: 100%;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 425px) {
      .popup__body {
        padding: 16px; } }
  .popup__content {
    background-color: #fff;
    padding: 24px 32px 48px;
    position: relative;
    width: 800px;
    max-height: 100%;
    overflow: auto; }
    @media (max-width: 1024px) {
      .popup__content {
        border-radius: 8px; } }
    @media (max-width: 425px) {
      .popup__content {
        width: 100%;
        padding: 16px 8px 24px; } }
  .popup__close {
    position: absolute;
    top: 24px;
    right: 34px;
    line-height: 1;
    font-size: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9E9E9E;
    transform: translate(12px, -16px); }
    @media (max-width: 425px) {
      .popup__close {
        transform: translate(34px, -16px); } }
  .popup__title {
    padding: 0 48px 0 0; }
    @media (max-width: 425px) {
      .popup__title {
        padding: 0 24px 0 0; } }

.catalog-items {
  margin-bottom: 30px; }

.catalog-items__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px; }
  @media (max-width: 1024px) {
    .catalog-items__wrap {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 425px) {
    .catalog-items__wrap {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 375px) {
    .catalog-items__wrap {
      grid-template-columns: 1fr; } }

.catalog-item {
  border: 1px solid #e0e0e0;
  position: relative;
  border-radius: 8px;
  overflow: hidden; }

.catalog-item__image img {
  padding: 20px; }

.catalog-item__info {
  padding: 16px; }

.catalog-item__type {
  font-size: 12px;
  color: #828282; }

.catalog-item__title {
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.3; }

.catalog-item__text {
  font-size: 13px;
  line-height: 1.3;
  color: #616161; }

.catalog-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.path_common {
  margin-bottom: 8px; }

.path__item {
  display: inline-flex;
  align-items: center; }

.path__link {
  font-size: 13px;
  line-height: 1;
  color: #616161; }

.path__arrow {
  border: 4px solid transparent;
  border-left-color: #616161;
  font-size: 0;
  margin: 0 4px; }

@media (max-width: 768px) {
  .side-menu {
    display: none; } }

.side-menu__item {
  padding: 8px 0;
  position: relative;
  display: flex; }
  .side-menu__item:before {
    display: block;
    width: 10px;
    height: 1px;
    background-color: #1C60AB;
    margin-right: 10px;
    margin-top: 7px; }

.side-menu__item_level_1 {
  font-size: 16px; }

.side-menu__link_active {
  font-weight: 700;
  color: #000; }

.side-menu__item_level_2 {
  margin-left: 0;
  font-size: 15px; }
  .side-menu__item_level_2:before {
    content: ''; }

.side-menu__item_level_3 {
  margin-left: 25px;
  font-size: 14px; }
  .side-menu__item_level_3:before {
    content: ''; }

.side-menu__item_level_4 {
  margin-left: 45px;
  font-size: 14px; }
  .side-menu__item_level_4:before {
    content: ''; }

.devices_section {
  margin-bottom: 24px; }

.devices__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px 40px; }
  @media (max-width: 1024px) {
    .devices__wrap {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 425px) {
    .devices__wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 320px) {
    .devices__wrap {
      grid-template-columns: 1fr; } }

.devices__wrap_rows {
  grid-template-columns: 1fr;
  grid-gap: 20px; }

.devices-block {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .devices-block__wrap {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 425px) {
    .devices-block__wrap {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 320px) {
    .devices-block__wrap {
      grid-template-columns: repeat(1, 1fr); } }

.labels {
  font-size: 0; }

.labels_section {
  margin-bottom: 24px; }

.label {
  font-size: 13px;
  display: inline-block;
  padding: 6px 15px;
  color: #C6081D;
  background-color: #fff;
  border: 1px solid #C6081D; }

.labels__item {
  margin-bottom: 4px;
  margin-right: 4px; }
  .labels__item:last-child {
    margin-right: 0; }

.labels__item_active {
  color: #fff;
  background-color: #C6081D; }

.filter_section {
  margin-bottom: 24px; }

.filter__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  margin: 16px 0; }
  @media (max-width: 425px) {
    .filter__wrap {
      grid-template-columns: repeat(2, 1fr); } }

.filter__item {
  padding: 4px;
  padding-top: 0;
  background-color: #F2F2F2; }

.filter__title {
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1; }

.filter__values {
  background-color: #fff;
  padding: 8px;
  overflow: hidden;
  overflow-y: auto;
  height: 120px; }

.filter__value {
  font-size: 12px;
  margin-bottom: 8px; }
  .filter__value:last-child {
    margin-bottom: 0; }
  .filter__value label {
    display: flex; }

.filter__actions {
  grid-column: 1/-1; }
  .filter__actions button {
    margin-right: 4px; }
    .filter__actions button:last-child {
      margin-right: 0; }
  @media (max-width: 425px) {
    .filter__actions {
      display: flex; }
      .filter__actions button {
        flex: 1 0 50%; } }

.filter__button {
  padding-left: 12px; }

.pagination {
  display: flex;
  align-items: baseline;
  margin-top: 40px; }

.pagination__label {
  margin-right: 16px; }

.pagination__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px; }

.pagination__item {
  font-size: 16px;
  padding: 5px 5px;
  margin: 0 0 8px 0;
  min-width: 24px;
  text-align: center;
  border: 1px solid #1C60AB;
  color: #333;
  border-radius: 2px;
  margin-right: 10px; }
  .pagination__item:last-child {
    margin-right: 0; }

.pagination__item_active {
  color: #fff;
  background-color: #1C60AB; }

.view {
  font-size: 16px; }

.view_section {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
  padding-bottom: 8px; }
  @media (max-width: 425px) {
    .view_section {
      display: none; } }

.view__column {
  margin-right: 40px; }
  .view__column:first-child a {
    margin-right: 10px; }
    .view__column:first-child a:last-child {
      margin-right: 0; }
  .view__column:last-child {
    margin-left: auto;
    margin-right: 0; }

.price__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.device-basic {
  display: flex;
  margin-bottom: 32px; }
  @media (max-width: 425px) {
    .device-basic {
      flex-direction: column; } }

.gallery {
  overflow: hidden; }
  @media (max-width: 425px) {
    .gallery {
      margin-bottom: 32px; } }

.device-basic__column:first-child {
  flex: 0 0 40%;
  margin-right: 24px;
  position: relative; }
  .device-basic__column:first-child .tags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  @media (max-width: 425px) {
    .device-basic__column:first-child {
      flex-basis: 100%;
      margin-right: 0; } }

.device-basic__column:last-child {
  flex: 1 1 auto; }

.price_product {
  font-size: 24px;
  display: flex;
  margin-bottom: 16px; }
  .price_product .price__item {
    margin-right: 16px; }
    .price_product .price__item:last-child {
      margin-right: 0; }
  .price_product .price__item_old .price__value {
    font-weight: 400; }
  .price_product .price__label {
    font-size: 12px;
    color: #9E9E9E;
    margin-bottom: 4px; }
  .price_product .price__value {
    font-size: 24px;
    font-weight: 700; }

.order_product {
  margin-right: 16px; }

.add_product {
  display: flex;
  flex-direction: column; }
  .add_product .add__item {
    margin-bottom: 4px; }
    .add_product .add__item:last-child {
      margin-bottom: 0; }

.product-actions {
  display: flex;
  margin-bottom: 32px; }

.product-lables {
  display: flex;
  margin-bottom: 24px; }

.product-lables__label {
  margin-right: 8px; }
  .product-lables__label img {
    max-width: unset;
    max-height: unset; }

.product-lables__text {
  font-size: 12px;
  width: 150px; }

.product-icons {
  display: flex;
  justify-content: space-between; }

.product-icons__item {
  color: #616161;
  font-size: 16px; }

.tabs_product {
  margin-bottom: 24px; }

.tabs__nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #9E9E9E;
  margin-bottom: 16px; }
  @media (max-width: 425px) {
    .tabs__nav {
      padding-bottom: 10px; } }

.tab {
  display: flex;
  padding: 8px 16px;
  margin-bottom: -1px; }

.tab_active {
  background-color: #fff;
  border: 1px solid #9E9E9E;
  border-bottom-color: #fff;
  color: #616161; }
  @media (max-width: 425px) {
    .tab_active {
      border-bottom-color: #9E9E9E; } }

.tab-container p {
  line-height: 1.3; }

hr {
  border-bottom: 1px solid #616161;
  margin-bottom: 24px; }

.extra-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px; }
  @media (max-width: 425px) {
    .extra-info {
      grid-template-columns: 1fr; } }

.extra-info__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px; }
  .extra-info__title span {
    margin-left: 4px; }

.extra-info__list {
  padding-left: 16px; }

.extra-info__list-item {
  font-size: 13px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.3; }
  .extra-info__list-item:last-child {
    margin-bottom: 0; }
  .extra-info__list-item:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #C6081D;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -16px; }

table.params {
  display: block; }
  table.params tr {
    display: flex;
    position: relative;
    border: none; }
    table.params tr:before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background-color: #C6081D;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: 0; }
    table.params tr td {
      padding: 4px 8px; }
      table.params tr td:first-child {
        color: #9E9E9E;
        padding-left: 16px;
        padding-right: 4px; }
        table.params tr td:first-child:after {
          content: ":"; }
      table.params tr td:last-child {
        font-weight: normal; }

table.full-params th {
  text-align-last: left;
  padding-top: 16px;
  padding-bottom: 8px; }

.device__info table.params tr:before {
  display: none; }

.device__info table.params td:first-child {
  padding-left: 0; }

.product-common {
  color: #828282; }

.full-params td {
  font-size: 16px; }

.cart-list__item {
  margin-bottom: 24px; }

.cart-item {
  display: grid;
  grid-template-areas: "im in pr qt sm dl"
 "ex ex ex ex ex ex";
  grid-template-columns: 100px 1fr 100px 100px 100px 20px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  position: relative; }
  .cart-item > * {
    padding: 8px; }
  .cart-item .text-label {
    display: block;
    margin-bottom: 4px; }
  @media (max-width: 425px) {
    .cart-item {
      grid-template-areas: "im in in"
 "pr qt sm"
 "ex ex ex";
      grid-template-columns: 100px 1fr 1fr; } }

.cart-item__image {
  grid-area: im;
  padding: 0; }

.cart-item__info {
  grid-area: in;
  display: flex;
  flex-direction: column; }
  @media (max-width: 425px) {
    .cart-item__info {
      padding-right: 24px; } }

.cart-item__name {
  margin-bottom: 8px;
  display: inline-block; }

.cart-item__artnumber {
  display: inline-block;
  font-size: 12px;
  color: #616161; }

.cart-item__price {
  grid-area: pr; }

.cart-item__quantity {
  grid-area: qt; }

.cart-item__sum {
  grid-area: sm; }

.cart-item__delete {
  grid-area: dl;
  padding: 4px 0; }
  .cart-item__delete a {
    color: #9E9E9E;
    font-weight: 700;
    font-size: 24px; }
  @media (max-width: 425px) {
    .cart-item__delete {
      grid-area: unset;
      position: absolute;
      top: 0;
      right: 6px; } }

.text-label {
  font-size: 11px;
  color: #616161; }

.extra-values {
  grid-area: ex;
  background-color: #e0e0e0; }

.extra-values__row {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  margin-bottom: 8px; }
  .extra-values__row:last-child {
    margin-bottom: 0; }
  @media (max-width: 425px) {
    .extra-values__row {
      align-items: start; } }

.extra-values__value input {
  width: 100%;
  border: 1px solid #616161;
  height: 24px; }

.extra-values__parameter {
  padding-left: 8px; }

.cart-total {
  display: flex;
  align-items: center; }
  @media (max-width: 425px) {
    .cart-total {
      flex-wrap: wrap; } }

.cart-total__text {
  font-size: 24px;
  margin-right: 16px; }
  @media (max-width: 425px) {
    .cart-total__text {
      margin: 0 0 8px; } }

.cart-total__buttons {
  font-size: 0; }
  @media (max-width: 425px) {
    .cart-total__buttons {
      display: flex;
      width: 100%; } }

.cart-total__button {
  margin-right: 4px;
  font-size: 16px; }
  .cart-total__button:last-child {
    margin-right: 0; }
  @media (max-width: 425px) {
    .cart-total__button {
      flex: 1 1 auto;
      margin-right: 4px; }
      .cart-total__button:last-child {
        margin: 0; } }

.cart-confirm__text {
  font-size: 13px; }
  .cart-confirm__text p {
    margin-bottom: 8px; }

.wrapper {
  transition: transform 300ms ease-out; }
  .wrapper.visible-no {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate(-80%, 0); }

.menu-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  transition: transform 300ms ease-out; }
  .menu-container.visible-yes {
    visibility: visible;
    opacity: 1; }
    .menu-container.visible-yes .menu-content {
      transition: transform 300ms ease-out;
      transform: translate(-80%, 0); }
  .menu-container .menu-content {
    width: 100%;
    height: 100%;
    margin-left: 100%;
    background-color: #fff;
    font-size: 16px;
    overflow-y: scroll;
    padding-right: 20%; }
  .menu-container .menu-overlay {
    position: absolute;
    top: 0;
    right: 80%;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .menu-container ul {
    padding: 16px;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
    display: block; }
    .menu-container ul li {
      margin-bottom: 16px;
      list-style: none; }
      .menu-container ul li:last-child {
        margin-bottom: 0; }

.nav-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .nav-container .content {
    height: 100%;
    overflow-y: scroll;
    padding: unset; }
  .nav-container .small-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0; }
    .nav-container .small-nav > * {
      padding: 16px 8px; }
    .nav-container .small-nav .header {
      flex: 1;
      text-align: center;
      font-weight: 700;
      background-color: #fff; }
  .nav-container li {
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
    display: flex; }
    .nav-container li a {
      flex: 1; }
  .nav-container .next {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    width: 100%; }
  .nav-container .close {
    font-size: 24px;
    font-weight: 700;
    color: gray;
    padding: 16px; }

.location-list {
  display: none;
  position: absolute;
  padding: 10px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  top: 30px; }
  .location-list li {
    padding: 5px; }
  .location-list a {
    font-size: 14px;
    color: #0072bc; }
  .location-list:before {
    content: '';
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -12px;
    left: 10px; }

.compared-container {
  width: 100%;
  overflow-x: auto; }

.compared {
  min-width: unset; }
  .compared tr {
    border: none; }
  .compared td, .compared th {
    width: 200px;
    padding: 0;
    padding-right: 15px; }
    .compared td:last-child, .compared th:last-child {
      padding-right: 0;
      font-weight: unset; }
  .compared th {
    font-weight: unset;
    padding-bottom: 15px; }
  .compared .device {
    width: 200px; }
    .compared .device__name {
      height: 56px;
      overflow: hidden; }
  .compared .compared__section {
    font-weight: 700 !important;
    font-size: 15px;
    padding-top: 15px; }
  .compared .compared__name {
    font-size: 13px;
    color: #9e9e9e;
    padding-bottom: 0;
    padding-top: 10px; }
  .compared .compared__value {
    font-size: 13px;
    color: #333;
    padding-top: 0; }

/*# sourceMappingURL=styles.css.map */
/*Phones popup*/
.phones-mobile .top-header{
  margin: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
}

.phones-mobile .city .header{
  font-weight: 550;
  font-size: 1.25rem;
}
.phones-mobile .city li{
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  padding-bottom: .25rem;

}
.phones-mobile .city li:last-child{
   margin-bottom: 1rem;
}
.phones-mobile .city ul{
  margin-bottom: 1rem;
  border-bottom: 0 none;
}