* {
  box-sizing: border-box;
  outline: none; }

html {
  margin: 0;
  padding: 0; }

body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding: 0;
  position: relative;
  width: 100%; }

i.icon {
  color: #323232; }

.closeMobileMenu {
  position: fixed;
  top: 10px;
  right: 10px;
  display: none; }

.mobileSectionMenu {
  display: none;
  position: relative; }
  .mobileSectionMenu.active {
    display: flex;
    flex-direction: column; }
  .mobileSectionMenu .section {
    display: none;
    width: 100%; }
    .mobileSectionMenu .section.active {
      background-color: #EFEFEF; }
    .mobileSectionMenu .section.show {
      display: flex;
      flex-direction: column; }
    .mobileSectionMenu .section .item {
      min-height: 34px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .mobileSectionMenu .section .item.active a {
        font-weight: bold; }
      .mobileSectionMenu .section .item a {
        color: #001838;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none;
        text-align: left;
        min-height: 34px;
        display: flex;
        align-items: center;
        width: 100%; }

.header {
  background-color: #EEE;
  display: flex;
  flex-wrap: wrap; }
  .header .phoneMenu {
    align-items: center;
    background: #0052B1;
    display: flex;
    height: 52px;
    flex-basis: 100%;
    justify-content: space-between;
    padding: 0 10px;
    order: 1; }
    .header .phoneMenu .burger .icon {
      color: #fff;
      font-size: 23px; }
    .header .phoneMenu .icons {
      display: flex;
      flex-wrap: nowrap; }
      .header .phoneMenu .icons a {
        align-items: center;
        display: flex;
        height: 52px;
        line-height: 52px;
        position: relative;
        text-align: center;
        text-decoration: none;
        margin-right: 20px; }
        .header .phoneMenu .icons a:last-child {
          margin-right: 0; }
        .header .phoneMenu .icons a .icon {
          color: #fff;
          font-size: 23px;
          position: relative; }
          .header .phoneMenu .icons a .icon .budge {
            background-color: #FF740D;
            border-radius: 15px;
            color: #fff;
            font-family: 'PT Sans', sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 10px;
            line-height: 13px;
            text-align: center;
            padding: 3px 5px;
            position: absolute;
            right: -25%;
            top: -35%; }
      .header .phoneMenu .icons .logout span, .header .phoneMenu .icons .login span {
        display: none; }
  .header .logo {
    background-image: url("/images/logo-small.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: content-box;
    height: 120px;
    flex-basis: 100%;
    margin: 30px 0;
    order: 2;
    text-align: center; }
  .header div.search {
    align-items: center;
    background-color: #fff;
    border: 15px solid #FF740D;
    box-sizing: content-box;
    display: flex;
    flex-basis: 100%;
    height: 50px;
    order: 3;
    width: 100%;
    position: relative; }
    .header div.search .icon {
      font-size: 25px;
      text-align: center;
      width: 50px; }
    .header div.search input {
      color: #000;
      border: 0;
      flex-grow: 1;
      font-weight: 700;
      padding-right: 20px; }
    .header div.search .searchList {
      background: #FFF;
      display: flex;
      flex-direction: column;
      left: -1px;
      position: absolute;
      top: 100%;
      width: calc(100% + 2px);
      z-index: 999; }
      .header div.search .searchList .item {
        display: flex;
        text-decoration: none;
        border: 1px solid #FF740D;
        border-top: 0;
        border-bottom: 0;
        font-family: PT Sans, serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        padding: 12px 15px;
        color: #000;
        flex-wrap: wrap; }
        .header div.search .searchList .item:hover {
          background: #EAEAEA; }
        .header div.search .searchList .item:first-child {
          border-top: 1px solid #FF740D; }
        .header div.search .searchList .item:last-child {
          border-bottom: 1px solid #FF740D; }
        .header div.search .searchList .item .article {
          flex-basis: 50%;
          order: 1; }
        .header div.search .searchList .item .name {
          flex-grow: 1;
          order: 3;
          margin-top: 5px;
          flex-basis: 100%; }
        .header div.search .searchList .item .price {
          order: 2;
          text-align: right;
          flex-basis: 50%; }

.mainSection {
  flex-grow: 1;
  flex-basis: 100px;
  margin-top: 15px; }

.desktopMenu {
  display: none; }

.sectionsMenu {
  display: none; }

.crumbs {
  align-items: center;
  background-color: #DEDEDE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 7px;
  width: calc(100% - 20px);
  margin: 0 10px; }
  .crumbs a, .crumbs span {
    color: #000;
    display: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-decoration: none; }
    .crumbs a:after, .crumbs span:after {
      display: inline-block; }
    .crumbs a:last-child:after, .crumbs span:last-child:after {
      display: none; }
    .crumbs a .icon, .crumbs span .icon {
      display: none; }
  .crumbs a:last-of-type {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    font-size: 22px;
    height: 50px;
    line-height: 30px;
    width: 100%;
    justify-content: center;
    text-align: center; }
    .crumbs a:last-of-type .icon {
      display: block;
      margin-right: 8px; }

.contentHeader {
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center; }
  .contentHeader span {
    font-family: "PT Sans", Sans-Serif, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    border-bottom: 5px solid #0052B1;
    display: inline-block; }

.contentBody {
  padding: 0 20px; }
  .contentBody p {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 18px; }
    .contentBody p a {
      color: #117BF6; }
  .contentBody h2 {
    font-size: 22px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700; }
  .contentBody ul {
    margin: 0;
    padding: 0; }
    .contentBody ul li {
      list-style: none;
      font-size: 14px;
      font-family: 'PT Sans', sans-serif;
      font-weight: 400;
      line-height: 18px; }
      .contentBody ul li:before {
        content: "\2022";
        color: #FF740D;
        margin-right: 5px; }

.contentWrapper .catalogMenu {
  display: none;
  margin-bottom: 20px; }
.contentWrapper .goodsSorting {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: 34px;
  justify-content: flex-end;
  background-color: #EAEAEA;
  font-size: 14px;
  margin: 25px 10px;
  width: calc(100% - 20px); }
  .contentWrapper .goodsSorting .limits {
    display: none; }
  .contentWrapper .goodsSorting .sorting {
    align-self: flex-end;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .contentWrapper .goodsSorting .sorting input {
      margin-right: 5px; }
    .contentWrapper .goodsSorting .sorting .icons {
      display: flex;
      margin-left: 5px; }
    .contentWrapper .goodsSorting .sorting .icon {
      background-color: #D6D6D6;
      border-radius: 1px;
      font-size: 14px;
      height: 34px;
      line-height: 34px;
      margin-left: 3px;
      text-align: center;
      width: 34px; }
      .contentWrapper .goodsSorting .sorting .icon.DESC .icon {
        transform: rotate(180deg); }
      .contentWrapper .goodsSorting .sorting .icon.active .icon, .contentWrapper .goodsSorting .sorting .icon:hover .icon {
        color: #FF740D; }
.contentWrapper .goodsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  width: calc(100% - 20px); }
  .contentWrapper .goodsList .goodsList__item {
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    max-width: 320px;
    width: 100%; }
  .contentWrapper .goodsList .goodsList__itemImage {
    height: 250px;
    padding: 20px 15px;
    display: block;
    position: relative;
    color: #000;
    text-decoration: none; }
    .contentWrapper .goodsList .goodsList__itemImage img {
      object-fit: contain;
      height: 100%;
      width: 100%; }
  .contentWrapper .goodsList .goodsList__itemInformation {
    background-color: #EAEAEA;
    flex-grow: 1;
    padding: 20px 15px; }
  .contentWrapper .goodsList .emoji {
    display: flex;
    flex-basis: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .contentWrapper .goodsList .removeItem {
    height: 34px;
    width: 34px;
    border: 1px solid #D6D6D6;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
  .contentWrapper .goodsList .goodsList__itemName {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    min-height: 36px;
    color: #000;
    text-decoration: none; }
  .contentWrapper .goodsList .goodsList__itemInfo {
    justify-content: space-between;
    display: flex; }
  .contentWrapper .goodsList .goodsList__itemPrices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .contentWrapper .goodsList .goodsList__itemPrices span {
      font-size: 12px;
      color: #000;
      line-height: 17px;
      display: inline-block;
      height: 17px; }
    .contentWrapper .goodsList .goodsList__itemPrices .icon {
      color: #0052B1; }
    .contentWrapper .goodsList .goodsList__itemPrices .prices {
      height: 17px;
      font-weight: bold;
      line-height: 17px;
      font-size: 14px;
      font-family: 'Ubuntu', sans-serif;
      margin-top: 8px; }
      .contentWrapper .goodsList .goodsList__itemPrices .prices .opt {
        font-size: 14px;
        color: #0052B1; }
  .contentWrapper .goodsList .goodsList__itemArticle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .contentWrapper .goodsList .goodsList__itemArticle .article {
      height: 17px;
      font-size: 12px;
      line-height: 17px; }
    .contentWrapper .goodsList .goodsList__itemArticle .count {
      height: 17px;
      margin-top: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      width: 100%; }
      .contentWrapper .goodsList .goodsList__itemArticle .count:hover .quantityList, .contentWrapper .goodsList .goodsList__itemArticle .count.active .quantityList {
        display: flex; }
      .contentWrapper .goodsList .goodsList__itemArticle .count span {
        border-radius: 2px;
        flex-basis: 32%;
        background-color: #D6D6D6;
        height: 6px; }
        .contentWrapper .goodsList .goodsList__itemArticle .count span.active {
          background-color: #0052B1; }
      .contentWrapper .goodsList .goodsList__itemArticle .count .quantityList {
        display: none;
        flex-direction: column;
        padding: 10px;
        justify-content: center;
        position: absolute;
        background-color: #fff;
        border-radius: 4px;
        top: 0;
        right: 0;
        width: 180px; }
        .contentWrapper .goodsList .goodsList__itemArticle .count .quantityList .city {
          flex-basis: 100%;
          font-weight: 600;
          line-height: 18px;
          margin-bottom: 5px;
          text-align: center; }
        .contentWrapper .goodsList .goodsList__itemArticle .count .quantityList .address {
          box-sizing: border-box;
          line-height: 20px;
          padding: 0 10px;
          position: relative;
          text-align: center; }
    .contentWrapper .goodsList .goodsList__itemArticle .toFavorite {
      height: 34px;
      line-height: 34px;
      margin-top: 8px;
      cursor: pointer; }
      .contentWrapper .goodsList .goodsList__itemArticle .toFavorite .heart {
        text-align: center;
        font-size: 20px; }
        .contentWrapper .goodsList .goodsList__itemArticle .toFavorite .heart.outline {
          outline: #FF740D; }
      .contentWrapper .goodsList .goodsList__itemArticle .toFavorite:hover .heart {
        color: #FF740D; }
  .contentWrapper .goodsList .goodsList__itemButton {
    margin-top: 8px;
    flex-basis: 100%; }
    .contentWrapper .goodsList .goodsList__itemButton .buyButton {
      cursor: pointer;
      background-color: #FF740D;
      height: 34px;
      line-height: 34px;
      color: #fff;
      border-radius: 2px;
      text-align: center;
      width: 100px; }
      .contentWrapper .goodsList .goodsList__itemButton .buyButton:hover {
        background-color: #DC6008; }
      .contentWrapper .goodsList .goodsList__itemButton .buyButton:active {
        background-color: #DC6008; }
  .contentWrapper .goodsList .goodsList__itemCartImage {
    height: 250px;
    padding: 20px 15px;
    display: block;
    position: relative;
    color: #000;
    text-decoration: none; }
    .contentWrapper .goodsList .goodsList__itemCartImage img {
      object-fit: contain;
      height: 100%;
      width: 100%; }
  .contentWrapper .goodsList .goodsList__itemCartInformation {
    background-color: #EAEAEA;
    flex-grow: 1;
    padding: 20px 15px; }
  .contentWrapper .goodsList .goodsList__itemCartName {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    min-height: 36px;
    color: #000;
    text-decoration: none;
    text-align: center; }
  .contentWrapper .goodsList .goodsList__itemCartInfo {
    display: flex;
    flex-direction: column; }
  .contentWrapper .goodsList .goodsList__itemCartArticle {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    flex-basis: 100%;
    margin-bottom: 5px; }
  .contentWrapper .goodsList .goodsList__itemCartPrice {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: center; }
  .contentWrapper .goodsList .goodsList__itemCartCount {
    margin-bottom: 10px;
    text-align: center; }
    .contentWrapper .goodsList .goodsList__itemCartCount input {
      background: #FFFFFF;
      border-radius: 2px;
      border: 1px solid #949494;
      text-align: center;
      box-sizing: border-box;
      height: 34px;
      line-height: 34px;
      padding: 0 10px;
      width: 60px; }
  .contentWrapper .goodsList .goodsList__itemCartPositionCount {
    color: #0052B1;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center; }
  .contentWrapper .goodsList .goodsList__itemCartRemove {
    display: none; }
  .contentWrapper .goodsList.table {
    display: flex; }
    .contentWrapper .goodsList.table .goodsList__item {
      display: flex;
      flex-direction: row;
      flex-basis: 100%;
      margin-bottom: 10px;
      max-width: 100%;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #D6D6D6; }
      .contentWrapper .goodsList.table .goodsList__item:last-child {
        border-bottom: 0; }
    .contentWrapper .goodsList.table .goodsList__itemImage {
      flex-basis: 45px;
      flex-grow: 0;
      flex-shrink: 0;
      padding: 5px;
      height: auto;
      max-height: 80px;
      display: flex;
      align-items: center; }
      .contentWrapper .goodsList.table .goodsList__itemImage .emoji {
        height: auto; }
      .contentWrapper .goodsList.table .goodsList__itemImage .text {
        display: none; }
    .contentWrapper .goodsList.table .goodsList__itemInformation {
      background-color: #fff;
      padding: 5px; }
    .contentWrapper .goodsList.table .goodsList__itemName {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: 'PT Sans', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 0;
      min-height: auto; }
    .contentWrapper .goodsList.table .goodsList__itemInfo {
      justify-content: flex-start;
      display: flex; }
    .contentWrapper .goodsList.table .goodsList__itemPrices {
      order: 2;
      flex-basis: auto; }
      .contentWrapper .goodsList.table .goodsList__itemPrices .span {
        display: none; }
      .contentWrapper .goodsList.table .goodsList__itemPrices .icon {
        color: #0052B1; }
      .contentWrapper .goodsList.table .goodsList__itemPrices .prices {
        height: 17px;
        font-weight: bold;
        line-height: 17px;
        font-size: 14px;
        font-family: 'Ubuntu', sans-serif;
        margin-top: 8px; }
        .contentWrapper .goodsList.table .goodsList__itemPrices .prices .opt {
          font-size: 14px;
          color: #0052B1; }
    .contentWrapper .goodsList.table .goodsList__itemArticle {
      order: 1;
      flex-basis: 80px;
      margin-right: 5px; }
      .contentWrapper .goodsList.table .goodsList__itemArticle .article {
        display: none; }
      .contentWrapper .goodsList.table .goodsList__itemArticle .count {
        height: 17px;
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        .contentWrapper .goodsList.table .goodsList__itemArticle .count span {
          border-radius: 2px;
          flex-basis: 32%;
          background-color: #D6D6D6;
          height: 6px; }
          .contentWrapper .goodsList.table .goodsList__itemArticle .count span.active {
            background-color: #0052B1; }
      .contentWrapper .goodsList.table .goodsList__itemArticle .toFavorite {
        display: none; }
    .contentWrapper .goodsList.table .goodsList__itemButton {
      display: none; }
  .contentWrapper .goodsList .cartItemsFullInfo {
    background-color: #EAEAEA;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    display: flex; }
    .contentWrapper .goodsList .cartItemsFullInfo .totalText {
      flex-grow: 1; }
    .contentWrapper .goodsList .cartItemsFullInfo .totalItemsCount {
      padding: 0 10px;
      display: none; }
    .contentWrapper .goodsList .cartItemsFullInfo .totalItemPrice {
      padding: 0 10px; }
.contentWrapper .goodsListTableHeaders {
  display: none; }
.contentWrapper .goodsCartListFooter {
  display: none; }
.contentWrapper .goodsCartListHeader {
  display: none; }
.contentWrapper .goodsPages {
  display: flex;
  height: 34px;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%; }
  .contentWrapper .goodsPages .button {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #D6D6D6;
    color: #000;
    cursor: pointer;
    border-radius: 2px; }
    .contentWrapper .goodsPages .button:hover {
      background-color: #C4C4C4;
      color: #FF740D; }
  .contentWrapper .goodsPages .input {
    align-items: center;
    margin: 0 15px;
    display: flex;
    height: 34px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    padding: 0;
    cursor: pointer; }
    .contentWrapper .goodsPages .input input {
      text-align: center;
      color: #000;
      font-size: 14px;
      line-height: 34px;
      border: 0;
      width: 50px;
      height: 32px; }
    .contentWrapper .goodsPages .input span {
      text-align: center;
      line-height: 34px;
      font-size: 14px;
      width: 15px; }
    .contentWrapper .goodsPages .input .totalPages {
      line-height: 34px;
      color: #000;
      font-size: 14px;
      width: 50px;
      text-align: center; }
.contentWrapper .goodsInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 20px); }
  .contentWrapper .goodsInfo .goodsImages {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1; }
    .contentWrapper .goodsInfo .goodsImages .selectedImage {
      margin-bottom: 20px;
      width: 100%; }
      .contentWrapper .goodsInfo .goodsImages .selectedImage img {
        object-position: center center;
        object-fit: contain;
        max-height: 500px;
        height: auto;
        width: 100%; }
      .contentWrapper .goodsInfo .goodsImages .selectedImage .emoji {
        text-align: center; }
    .contentWrapper .goodsInfo .goodsImages .images {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .contentWrapper .goodsInfo .goodsImages .images .image {
        cursor: pointer;
        height: 50px;
        width: 50px;
        box-sizing: border-box;
        padding: 3px;
        border: 1px solid #D6D6D6;
        border-radius: 2px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .contentWrapper .goodsInfo .goodsImages .images .image img {
          width: 44px;
          height: 44px;
          object-fit: contain; }
        .contentWrapper .goodsInfo .goodsImages .images .image.active, .contentWrapper .goodsInfo .goodsImages .images .image:hover {
          border: 1px solid #0052B1; }
  .contentWrapper .goodsInfo .goodsStoreInfo {
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    background-color: #EAEAEA;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 20px auto;
    flex-basis: 100%;
    padding: 25px 0; }
    .contentWrapper .goodsInfo .goodsStoreInfo .prices {
      font-size: 28px;
      margin-bottom: 10px;
      font-weight: 700;
      text-align: center; }
      .contentWrapper .goodsInfo .goodsStoreInfo .prices .title {
        font-size: 18px;
        color: #000;
        margin-bottom: 8px; }
        .contentWrapper .goodsInfo .goodsStoreInfo .prices .title .icon {
          color: #0052B1; }
      .contentWrapper .goodsInfo .goodsStoreInfo .prices .price .blue {
        color: #0052B1; }
    .contentWrapper .goodsInfo .goodsStoreInfo .count {
      display: flex;
      flex-direction: row;
      text-align: center;
      justify-content: center;
      margin-bottom: 15px; }
      .contentWrapper .goodsInfo .goodsStoreInfo .count .toFavorite {
        height: 40px;
        line-height: 40px;
        margin-right: 5px; }
        .contentWrapper .goodsInfo .goodsStoreInfo .count .toFavorite .icon {
          font-size: 24px; }
      .contentWrapper .goodsInfo .goodsStoreInfo .count input {
        height: 34px;
        margin-right: 5px;
        width: 40px;
        text-align: center;
        border: 1px solid #949494;
        border-radius: 2px; }
      .contentWrapper .goodsInfo .goodsStoreInfo .count .button {
        border-radius: 2px;
        background-color: #FF740D;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #FFF;
        cursor: pointer;
        padding: 0 15px;
        font-weight: bold;
        font-size: 14px; }
    .contentWrapper .goodsInfo .goodsStoreInfo .needInstall {
      text-align: center;
      font-size: 14px;
      margin-bottom: 15px; }
      .contentWrapper .goodsInfo .goodsStoreInfo .needInstall input {
        margin-right: 10px; }
    .contentWrapper .goodsInfo .goodsStoreInfo .quantity {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      border-top: 1px solid #D6D6D6;
      padding-top: 15px;
      margin-bottom: 15px;
      justify-content: center;
      width: 100%; }
      .contentWrapper .goodsInfo .goodsStoreInfo .quantity .title {
        font-size: 14px;
        margin-right: 8px;
        height: 20px; }
      .contentWrapper .goodsInfo .goodsStoreInfo .quantity .quantityCount {
        align-items: center;
        display: flex;
        height: 20px; }
        .contentWrapper .goodsInfo .goodsStoreInfo .quantity .quantityCount span {
          background-color: #D6D6D6;
          border-radius: 2px;
          height: 6px;
          margin-right: 3px;
          width: 10px; }
          .contentWrapper .goodsInfo .goodsStoreInfo .quantity .quantityCount span.active {
            background-color: #0052B1; }
    .contentWrapper .goodsInfo .goodsStoreInfo .quantityList {
      display: flex;
      flex-direction: column;
      margin: 10px auto 0 auto;
      padding: 0 20px;
      justify-content: center;
      width: 100%; }
      .contentWrapper .goodsInfo .goodsStoreInfo .quantityList .city {
        flex-basis: 100%;
        font-weight: 600;
        line-height: 18px;
        margin-bottom: 5px;
        text-align: center; }
      .contentWrapper .goodsInfo .goodsStoreInfo .quantityList .address {
        box-sizing: border-box;
        line-height: 20px;
        padding: 0 10px;
        position: relative;
        text-align: center; }
    .contentWrapper .goodsInfo .goodsStoreInfo .article {
      text-align: center;
      font-size: 14px; }
      .contentWrapper .goodsInfo .goodsStoreInfo .article .title {
        margin-bottom: 5px; }
  .contentWrapper .goodsInfo .goodDescription img {
    max-width: 100%; }
.contentWrapper .contactsWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .contentWrapper .contactsWrapper .contactSubHeader {
    border-bottom: 5px solid #0052B1;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 8px;
    margin-bottom: 20px; }
  .contentWrapper .contactsWrapper .phone__email {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%; }
    .contentWrapper .contactsWrapper .phone__email .phones {
      display: flex;
      margin-bottom: 40px;
      flex-basis: 100%;
      justify-content: center; }
      .contentWrapper .contactsWrapper .phone__email .phones .icon {
        margin-right: 8px; }
      .contentWrapper .contactsWrapper .phone__email .phones .phoneList a {
        text-decoration: none;
        color: #000;
        font-family: 'PT Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        display: flex; }
    .contentWrapper .contactsWrapper .phone__email .email {
      justify-content: center;
      flex-basis: 100%;
      align-items: center;
      display: flex;
      font-family: 'PT Sans', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 40px; }
      .contentWrapper .contactsWrapper .phone__email .email .icon {
        margin-right: 8px; }
      .contentWrapper .contactsWrapper .phone__email .email a {
        color: #000; }
  .contentWrapper .contactsWrapper .socialList {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    .contentWrapper .contactsWrapper .socialList a {
      margin: 0 5px; }
  .contentWrapper .contactsWrapper .mapWrapper {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .contentWrapper .contactsWrapper .mapWrapper .addressList {
      flex-basis: 100%; }
      .contentWrapper .contactsWrapper .mapWrapper .addressList .address {
        padding: 15px 20px;
        font-family: 'PT Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        border-top: 1px solid #E1E1E1;
        text-align: left; }
        .contentWrapper .contactsWrapper .mapWrapper .addressList .address:last-child {
          border-bottom: 1px solid #E1E1E1; }
        .contentWrapper .contactsWrapper .mapWrapper .addressList .address .title {
          margin-bottom: 10px;
          font-size: 18px;
          line-height: 23px;
          color: #FF740D; }
        .contentWrapper .contactsWrapper .mapWrapper .addressList .address .street {
          margin-bottom: 10px;
          line-height: 18px;
          color: #000; }
        .contentWrapper .contactsWrapper .mapWrapper .addressList .address .jobTime {
          display: flex; }
          .contentWrapper .contactsWrapper .mapWrapper .addressList .address .jobTime .time {
            font-weight: normal;
            margin-right: 10px; }
        .contentWrapper .contactsWrapper .mapWrapper .addressList .address.active, .contentWrapper .contactsWrapper .mapWrapper .addressList .address:hover {
          background-color: #EAEAEA; }
    .contentWrapper .contactsWrapper .mapWrapper .ym {
      height: 320px;
      flex-basis: 100%; }
      .contentWrapper .contactsWrapper .mapWrapper .ym .map {
        display: none; }
        .contentWrapper .contactsWrapper .mapWrapper .ym .map.active {
          display: block; }
.contentWrapper .contentSide.cartSection {
  padding: 20px 0 20px 0; }
  .contentWrapper .contentSide.cartSection .cartSectionTitle {
    font-family: 'PT Sans', Sans-Serif, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    margin: 0 auto 20px auto;
    display: block;
    width: 100%; }
    .contentWrapper .contentSide.cartSection .cartSectionTitle span {
      border-bottom: 5px solid #0052B1;
      display: inline-block; }
  .contentWrapper .contentSide.cartSection .deliveryTypes {
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 400px; }
    .contentWrapper .contentSide.cartSection .deliveryTypes .deliveryItem {
      display: flex;
      align-items: flex-start;
      margin-bottom: 10px; }
      .contentWrapper .contentSide.cartSection .deliveryTypes .deliveryItem input {
        margin-right: 10px;
        height: 16px; }
      .contentWrapper .contentSide.cartSection .deliveryTypes .deliveryItem label {
        cursor: pointer;
        line-height: 16px; }
  .contentWrapper .contentSide.cartSection #clientAddress input[type="text"] {
    height: 50px;
    line-height: 50px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0 20px;
    width: calc(100% - 20px);
    margin: 0 auto 20px auto;
    max-width: 400px; }
    .contentWrapper .contentSide.cartSection #clientAddress input[type="text"].error {
      border-color: #EA1929; }
  .contentWrapper .contentSide.cartSection .paymentTypes {
    flex-wrap: wrap;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 400px; }
    .contentWrapper .contentSide.cartSection .paymentTypes .paymentTitle {
      font-style: normal;
      font-weight: bold;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 8px; }
      .contentWrapper .contentSide.cartSection .paymentTypes .paymentTitle span {
        color: #FF740D; }
    .contentWrapper .contentSide.cartSection .paymentTypes .paymentType {
      display: flex;
      align-items: flex-start;
      margin-bottom: 10px; }
      .contentWrapper .contentSide.cartSection .paymentTypes .paymentType input {
        margin-right: 10px;
        height: 16px; }
      .contentWrapper .contentSide.cartSection .paymentTypes .paymentType label {
        cursor: pointer;
        line-height: 16px; }
  .contentWrapper .contentSide.cartSection .pointAddress {
    flex-wrap: wrap;
    margin: 0 auto 20px auto;
    max-width: 400px;
    width: calc(100% - 20px); }
    .contentWrapper .contentSide.cartSection .pointAddress .point {
      display: flex;
      align-items: flex-start;
      flex-direction: row;
      margin-bottom: 15px; }
      .contentWrapper .contentSide.cartSection .pointAddress .point input {
        height: 23px;
        margin-right: 10px; }
      .contentWrapper .contentSide.cartSection .pointAddress .point .pointName {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        color: #FF740D; }
      .contentWrapper .contentSide.cartSection .pointAddress .point .pointAddressText {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        margin-top: 8px; }
      .contentWrapper .contentSide.cartSection .pointAddress .point .pointTime {
        display: flex;
        flex-direction: column;
        margin-top: 3px; }
        .contentWrapper .contentSide.cartSection .pointAddress .point .pointTime span {
          margin-top: 5px;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 18px; }
  .contentWrapper .contentSide.cartSection .courierDelivery {
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 400px; }
    .contentWrapper .contentSide.cartSection .courierDelivery .region {
      align-items: flex-start;
      display: flex;
      margin-bottom: 15px; }
      .contentWrapper .contentSide.cartSection .courierDelivery .region input[type="radio"] {
        margin-right: 20px;
        height: 24px;
        line-height: 24px; }
      .contentWrapper .contentSide.cartSection .courierDelivery .region label {
        font-family: PT Sans, serif;
        display: flex;
        flex-grow: 1; }
      .contentWrapper .contentSide.cartSection .courierDelivery .region .regionName {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #FF740D;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 23px; }
        .contentWrapper .contentSide.cartSection .courierDelivery .region .regionName span {
          font-weight: normal;
          font-size: 14px;
          line-height: 18px;
          color: #000; }
      .contentWrapper .contentSide.cartSection .courierDelivery .region .regionDeliveryTime {
        flex-basis: 120px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        text-align: center; }
      .contentWrapper .contentSide.cartSection .courierDelivery .region .deliveryPrice {
        flex-basis: 100px;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        text-align: center; }
  .contentWrapper .contentSide.cartSection .smallTitle {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px; }
  .contentWrapper .contentSide.cartSection label a {
    color: #0052B1;
    text-decoration: none; }
  .contentWrapper .contentSide.cartSection .sendOrder {
    background-color: #FF740D;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: calc(100% - 20px);
    border-radius: 2px;
    cursor: pointer;
    margin: 20px auto; }
  .contentWrapper .contentSide.cartSection .cartDeliveryRow {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0; }
    .contentWrapper .contentSide.cartSection .cartDeliveryRow .cartDeliveryColumn {
      flex-basis: 100%; }
.contentWrapper .contentSide .emptyCartCatalogButton {
  color: #FFF;
  background-color: #FF740D;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none; }
  .contentWrapper .contentSide .emptyCartCatalogButton .icon {
    margin-right: 5px;
    color: #FFF; }
.contentWrapper .contentSide .orderInfo .orderItemsHeaders, .contentWrapper .contentSide .orderInfo .orderItemsFooter {
  background-color: #EAEAEA;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: 1px solid #D6D6D6;
  display: flex;
  flex-direction: row;
  padding: 15px; }
  .contentWrapper .contentSide .orderInfo .orderItemsHeaders .column, .contentWrapper .contentSide .orderInfo .orderItemsFooter .column {
    font-family: PT Sans, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px; }
    .contentWrapper .contentSide .orderInfo .orderItemsHeaders .column.article, .contentWrapper .contentSide .orderInfo .orderItemsFooter .column.article {
      flex-basis: 160px; }
    .contentWrapper .contentSide .orderInfo .orderItemsHeaders .column.goodsName, .contentWrapper .contentSide .orderInfo .orderItemsFooter .column.goodsName {
      flex-grow: 1; }
    .contentWrapper .contentSide .orderInfo .orderItemsHeaders .column.price, .contentWrapper .contentSide .orderInfo .orderItemsFooter .column.price {
      text-align: center;
      flex-basis: 100px; }
    .contentWrapper .contentSide .orderInfo .orderItemsHeaders .column.quantity, .contentWrapper .contentSide .orderInfo .orderItemsFooter .column.quantity {
      text-align: center;
      flex-basis: 100px; }
    .contentWrapper .contentSide .orderInfo .orderItemsHeaders .column.fullPrice, .contentWrapper .contentSide .orderInfo .orderItemsFooter .column.fullPrice {
      text-align: center;
      flex-basis: 100px; }
    .contentWrapper .contentSide .orderInfo .orderItemsHeaders .column.itogo, .contentWrapper .contentSide .orderInfo .orderItemsFooter .column.itogo {
      flex-grow: 1; }
.contentWrapper .contentSide .orderInfo .orderItemsFooter {
  border-radius: 0 0 2px 2px;
  margin-bottom: 20px; }
  .contentWrapper .contentSide .orderInfo .orderItemsFooter .column.fullPrice {
    font-size: 14px; }
.contentWrapper .contentSide .orderInfo .row {
  padding: 15px;
  border: 1px solid #D6D6D6;
  border-top: 0;
  display: flex; }
  .contentWrapper .contentSide .orderInfo .row:last-child {
    border-bottom: 0; }
  .contentWrapper .contentSide .orderInfo .row .column.article {
    flex-basis: 160px; }
  .contentWrapper .contentSide .orderInfo .row .column.goodsName {
    flex-grow: 1; }
  .contentWrapper .contentSide .orderInfo .row .column.price {
    text-align: center;
    flex-basis: 100px; }
  .contentWrapper .contentSide .orderInfo .row .column.quantity {
    text-align: center;
    flex-basis: 100px; }
  .contentWrapper .contentSide .orderInfo .row .column.fullPrice {
    text-align: center;
    flex-basis: 100px; }
.contentWrapper .contentSide .orderInfo .orderState, .contentWrapper .contentSide .orderInfo .orderDateAdd, .contentWrapper .contentSide .orderInfo .orderDeliveryInfo, .contentWrapper .contentSide .orderInfo .orderPayState {
  display: flex;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px; }
  .contentWrapper .contentSide .orderInfo .orderState .label, .contentWrapper .contentSide .orderInfo .orderDateAdd .label, .contentWrapper .contentSide .orderInfo .orderDeliveryInfo .label, .contentWrapper .contentSide .orderInfo .orderPayState .label {
    color: #000;
    font-family: PT Sans, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    width: 120px; }
.contentWrapper .contentSide .orderInfo .orderState {
  color: #FF740D; }
.contentWrapper .contentSide .orderInfo .orderPayState {
  color: #0052B1; }
.contentWrapper .contentSide .smallHeader {
  font-family: PT Sans, serif;
  margin: 22px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px; }
.contentWrapper .contentSide .buttons {
  display: flex; }
  .contentWrapper .contentSide .buttons .button {
    text-decoration: none;
    cursor: pointer;
    color: #0052B1;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: 1px solid #ACB5BE;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Ubuntu, serif;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px; }
    .contentWrapper .contentSide .buttons .button:active, .contentWrapper .contentSide .buttons .button:hover {
      background-color: #EBEBEB; }
.contentWrapper .contentSide .contentText {
  padding: 0 20px; }
.contentWrapper .cartContactForm {
  max-width: 400px;
  margin: 0 auto;
  width: calc(100% - 20px); }
  .contentWrapper .cartContactForm .smallTitle {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px; }
  .contentWrapper .cartContactForm input[type="text"] {
    height: 50px;
    line-height: 50px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 20px; }
    .contentWrapper .cartContactForm input[type="text"].error {
      border-color: #EA1929; }
  .contentWrapper .cartContactForm button {
    background: #117BF6;
    border-radius: 2px;
    border: 0;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%; }
  .contentWrapper .cartContactForm .sepo {
    height: 1px;
    background-color: #000;
    width: 100%;
    margin: 30px 0; }
  .contentWrapper .cartContactForm .authCode {
    display: none; }
    .contentWrapper .cartContactForm .authCode.active {
      display: block; }
  .contentWrapper .cartContactForm .codeNumbers {
    text-align: center;
    display: none; }
    .contentWrapper .cartContactForm .codeNumbers.active {
      display: block; }
    .contentWrapper .cartContactForm .codeNumbers input {
      text-align: center;
      width: 50px;
      padding: 0; }
    .contentWrapper .cartContactForm .codeNumbers .help {
      font-size: 16px;
      text-align: center;
      color: #999999;
      margin-bottom: 10px; }
  .contentWrapper .cartContactForm ul {
    margin: 0;
    padding: 0; }
    .contentWrapper .cartContactForm ul li {
      margin: 8px 15px 8px; }
  .contentWrapper .cartContactForm label {
    display: flex;
    margin-bottom: 8px;
    align-items: flex-start; }
    .contentWrapper .cartContactForm label input {
      margin-right: 5px;
      height: 16px; }
    .contentWrapper .cartContactForm label span {
      line-height: 16px; }
.contentWrapper .mobileCartGoodsInfo {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  display: flex;
  flex-direction: column; }
  .contentWrapper .mobileCartGoodsInfo .price {
    color: #0052B1; }
.contentWrapper .toggleMobileCartGoodsList {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #0052B1;
  margin: 10px auto;
  cursor: pointer;
  width: 150px;
  height: 36px;
  line-height: 36px; }
.contentWrapper .accountWelcomeHeader {
  font-family: PT Sans, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 20px; }
.contentWrapper .contentSection {
  display: flex;
  flex-direction: column; }
  .contentWrapper .contentSection form {
    display: flex;
    flex-direction: column; }
  .contentWrapper .contentSection .accountSectionHeader {
    font-family: 'PT Sans', Sans-Serif, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    border-bottom: 4px solid #0052B1;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
    align-self: flex-start; }
  .contentWrapper .contentSection .clientOrderHeaders {
    background: #EAEAEA;
    border: 1px solid #D6D6D6;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 15px;
    display: inline-flex;
    font-family: PT Sans, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    align-self: flex-start; }
    .contentWrapper .contentSection .clientOrderHeaders .column.orderNum {
      width: 120px; }
    .contentWrapper .contentSection .clientOrderHeaders .column.dateAdd {
      width: 150px; }
    .contentWrapper .contentSection .clientOrderHeaders .column.count {
      width: 80px; }
    .contentWrapper .contentSection .clientOrderHeaders .column.orderPrice {
      width: 200px; }
    .contentWrapper .contentSection .clientOrderHeaders .column.state {
      width: 300px; }
  .contentWrapper .contentSection .orderRow {
    display: inline-flex;
    border: 1px solid #D6D6D6;
    align-self: flex-start;
    padding: 15px;
    border-top: 0; }
    .contentWrapper .contentSection .orderRow:hover {
      background-color: #f7f7f7; }
    .contentWrapper .contentSection .orderRow a {
      text-decoration: none;
      color: #000; }
      .contentWrapper .contentSection .orderRow a:hover {
        color: #0052B1; }
    .contentWrapper .contentSection .orderRow .column.orderNum {
      width: 120px; }
    .contentWrapper .contentSection .orderRow .column.dateAdd {
      width: 150px; }
    .contentWrapper .contentSection .orderRow .column.count {
      width: 80px; }
    .contentWrapper .contentSection .orderRow .column.orderPrice {
      width: 200px; }
    .contentWrapper .contentSection .orderRow .column.state {
      width: 200px;
      color: #0052B1; }
    .contentWrapper .contentSection .orderRow .column.showDetail {
      width: 50px;
      text-align: center;
      cursor: pointer; }
    .contentWrapper .contentSection .orderRow .column.repeat {
      width: 50px;
      text-align: center;
      cursor: pointer; }
    .contentWrapper .contentSection .orderRow:last-of-type {
      margin-bottom: 30px; }
  .contentWrapper .contentSection .input {
    margin-bottom: 20px; }
    .contentWrapper .contentSection .input input[type="text"] {
      background: #FFFFFF;
      mix-blend-mode: normal;
      border: 1px solid #999999;
      box-sizing: border-box;
      border-radius: 2px;
      line-height: 50px;
      padding: 0 15px;
      min-width: 300px; }
  .contentWrapper .contentSection .button {
    align-self: flex-start;
    cursor: pointer;
    background: #FF740D;
    border-radius: 2px;
    font-family: PT Sans, serif;
    padding: 15px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center; }

.footer {
  background-color: #EAEAEA;
  display: flex;
  flex-direction: column; }
  .footer .information {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px; }
    .footer .information .column {
      text-align: center;
      margin: 15px 0; }
      .footer .information .column .logo {
        display: block;
        height: 60px; }
        .footer .information .column .logo img {
          object-fit: contain;
          max-height: 60px; }
      .footer .information .column .title {
        font-weight: bold;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px; }
      .footer .information .column a, .footer .information .column p {
        color: #000;
        display: block;
        text-decoration: none;
        font-size: 14px;
        margin-bottom: 10px; }
        .footer .information .column a.bold, .footer .information .column p.bold {
          font-weight: bold; }
        .footer .information .column a.email, .footer .information .column p.email {
          text-decoration: underline; }
  .footer .social {
    background-color: #CFD2D7;
    display: flex;
    flex-direction: column;
    padding: 40px 20px; }
    .footer .social .row {
      display: flex;
      flex-direction: row;
      margin-bottom: 10px;
      justify-content: center; }
      .footer .social .row a {
        align-items: center;
        display: flex;
        margin: 0 5px;
        color: #000;
        text-decoration: none; }
      .footer .social .row.developer {
        margin-top: 20px; }

@media screen and (min-width: 560px) {
  .header .logo {
    background-image: url("/images/logo.png");
    max-height: 80px; }

  .contentWrapper .goodsList {
    justify-content: flex-start; }
    .contentWrapper .goodsList .goodsList__item {
      margin: 0 1% 20px;
      width: 48%; } }
@media screen and (min-width: 768px) {
  .contentWrapper .goodsSorting {
    justify-content: space-between; }
    .contentWrapper .goodsSorting .limits {
      display: flex;
      margin-left: 15px; }
      .contentWrapper .goodsSorting .limits span {
        cursor: pointer;
        color: #4A4A4A;
        font-size: 14px;
        margin-right: 10px; }
        .contentWrapper .goodsSorting .limits span.active {
          font-weight: bold; }
      .contentWrapper .goodsSorting .limits .clearFavorite {
        font-size: 14px;
        font-weight: bold; }
        .contentWrapper .goodsSorting .limits .clearFavorite:hover {
          color: #FF740D;
          cursor: pointer; }
  .contentWrapper .goodsCartListHeader {
    display: flex;
    flex-direction: row;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    background-color: #EAEAEA;
    border: 1px solid #D6D6D6;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 15px 0;
    text-align: center; }
    .contentWrapper .goodsCartListHeader .goodsCartListHeader__name {
      flex-grow: 1;
      text-align: left;
      margin-left: 15px; }
    .contentWrapper .goodsCartListHeader .goodsCartListHeader__price {
      width: 100px; }
    .contentWrapper .goodsCartListHeader .goodsCartListHeader__quantity {
      width: 80px; }
    .contentWrapper .goodsCartListHeader .goodsCartListHeader__totalPrice {
      width: 100px; }
  .contentWrapper .goodsCartListFooter {
    display: flex;
    flex-direction: row;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    background-color: #EAEAEA;
    border: 1px solid #D6D6D6;
    width: calc(100% - 20px);
    margin: 0 auto 20px auto;
    padding: 15px 0;
    text-align: center; }
    .contentWrapper .goodsCartListFooter .goodsCartListFooter__itogo {
      flex-grow: 1;
      text-align: left;
      margin-left: 15px; }
    .contentWrapper .goodsCartListFooter .goodsCartListFooter__totalCount {
      width: 60px; }
    .contentWrapper .goodsCartListFooter .goodsCartListFooter__totalPrice {
      width: 100px; }
  .contentWrapper .goodsList .goodsList__item {
    box-sizing: border-box;
    margin: 0 2% 20px 0;
    max-width: none;
    width: 32%; }
    .contentWrapper .goodsList .goodsList__item:nth-child(2n) {
      margin-left: 0;
      margin-right: 2%; }
    .contentWrapper .goodsList .goodsList__item:nth-child(3n) {
      margin-left: 0;
      margin-right: 0; }
  .contentWrapper .goodsList.cartGoodsList {
    display: flex;
    flex-direction: column; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__item {
      border: 1px solid #D6D6D6;
      display: flex;
      flex-direction: row;
      width: 100%;
      margin-bottom: 0;
      border-radius: 0;
      border-top: 0;
      padding: 5px 0; }
      .contentWrapper .goodsList.cartGoodsList .goodsList__item:last-child {
        border-bottom: 0; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartImage {
      flex-basis: 45px;
      flex-grow: 0;
      flex-shrink: 0;
      padding: 5px;
      height: auto;
      display: flex;
      align-items: center;
      min-height: 40px; }
      .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartImage .emoji {
        height: auto; }
      .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartImage .icon {
        display: none; }
      .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartImage .text {
        display: none; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartInformation {
      display: flex;
      flex-direction: row;
      padding: 0;
      background-color: #fff; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartInfo {
      display: flex;
      flex-direction: row;
      align-items: center; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartName {
      align-items: center;
      display: flex;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: 'PT Sans', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 0;
      min-height: auto;
      flex-grow: 1; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartArticle {
      display: none;
      font-size: 12px;
      font-style: normal;
      font-weight: normal;
      line-height: 14px;
      text-align: center;
      flex-basis: 100%;
      margin-bottom: 5px; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartPrice {
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      margin-bottom: 0;
      text-align: center;
      width: 100px; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartCount {
      margin-bottom: 0;
      text-align: center; }
      .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartCount input {
        background: #FFFFFF;
        border-radius: 2px;
        border: 1px solid #949494;
        text-align: center;
        box-sizing: border-box;
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        width: 60px; }
    .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartRemove {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px; }
      .contentWrapper .goodsList.cartGoodsList .goodsList__itemCartRemove i {
        font-size: 18px; }
  .contentWrapper .goodsList .goodsList__itemCartPositionCount {
    color: #0052B1;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    width: 100px; }
  .contentWrapper .goodsList.table {
    display: flex; }
    .contentWrapper .goodsList.table .goodsList__item {
      display: flex;
      flex-direction: row;
      flex-basis: 100%;
      margin-bottom: 10px;
      margin-right: 0;
      max-width: 100%;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #D6D6D6; }
      .contentWrapper .goodsList.table .goodsList__item:last-child {
        border-bottom: 0; }
    .contentWrapper .goodsList.table .goodsList__itemImage {
      flex-basis: 45px;
      flex-grow: 0;
      flex-shrink: 0;
      padding: 5px;
      height: auto;
      max-height: 80px;
      display: flex;
      align-items: center; }
      .contentWrapper .goodsList.table .goodsList__itemImage .emoji {
        height: auto; }
      .contentWrapper .goodsList.table .goodsList__itemImage .text {
        display: none; }
    .contentWrapper .goodsList.table .goodsList__itemInformation {
      background-color: #fff;
      display: flex;
      flex-grow: 1;
      flex-direction: row;
      padding: 5px; }
    .contentWrapper .goodsList.table .goodsList__itemName {
      align-items: center;
      display: flex;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: 'PT Sans', sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 0;
      min-height: auto;
      flex-grow: 1; }
    .contentWrapper .goodsList.table .goodsList__itemInfo {
      align-items: center;
      justify-content: flex-start;
      display: flex; }
    .contentWrapper .goodsList.table .goodsList__itemPrices {
      display: flex;
      flex-direction: row;
      order: 2;
      flex-grow: 1;
      flex-basis: auto;
      justify-content: space-between; }
      .contentWrapper .goodsList.table .goodsList__itemPrices .span {
        display: none; }
      .contentWrapper .goodsList.table .goodsList__itemPrices .icon {
        color: #0052B1; }
      .contentWrapper .goodsList.table .goodsList__itemPrices .prices {
        height: 17px;
        font-weight: bold;
        line-height: 17px;
        font-size: 14px;
        font-family: 'Ubuntu', sans-serif;
        margin-top: 0;
        width: 80px;
        text-align: center; }
        .contentWrapper .goodsList.table .goodsList__itemPrices .prices .opt {
          font-size: 14px;
          color: #0052B1; }
    .contentWrapper .goodsList.table .goodsList__itemArticle {
      order: 1;
      flex-basis: 80px;
      min-width: 80px;
      margin-right: 8px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .contentWrapper .goodsList.table .goodsList__itemArticle .article {
        display: none; }
      .contentWrapper .goodsList.table .goodsList__itemArticle .count {
        height: 17px;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 50px; }
        .contentWrapper .goodsList.table .goodsList__itemArticle .count span {
          border-radius: 2px;
          flex-basis: 32%;
          background-color: #D6D6D6;
          height: 6px; }
          .contentWrapper .goodsList.table .goodsList__itemArticle .count span.active {
            background-color: #0052B1; }
      .contentWrapper .goodsList.table .goodsList__itemArticle .toFavorite {
        display: inline-block; }
    .contentWrapper .goodsList.table .goodsList__itemButton {
      margin-top: 0;
      margin-left: 8px;
      display: block;
      order: 3;
      flex-basis: 80px; }
      .contentWrapper .goodsList.table .goodsList__itemButton .buyButton {
        height: 24px;
        line-height: 24px;
        width: 75px; }
        .contentWrapper .goodsList.table .goodsList__itemButton .buyButton:hover {
          background: #DC6008; }
  .contentWrapper .goodsInfo .goodsImages {
    flex-grow: 0;
    flex-basis: calc(100% - 340px);
    margin-right: 20px;
    justify-content: flex-start; }
  .contentWrapper .goodsInfo .goodsStoreInfo {
    align-self: flex-start;
    flex-basis: 320px; }
  .contentWrapper .contactsWrapper {
    justify-content: flex-start;
    margin: 0 auto;
    width: calc(100% - 20px); }
    .contentWrapper .contactsWrapper .contactSubHeader {
      font-size: 32px;
      line-height: 41px; }
    .contentWrapper .contactsWrapper .phone__email {
      flex-direction: row; }
      .contentWrapper .contactsWrapper .phone__email .phones {
        justify-content: flex-start;
        flex-basis: auto; }
        .contentWrapper .contactsWrapper .phone__email .phones .icon {
          margin-right: 8px; }
        .contentWrapper .contactsWrapper .phone__email .phones .phoneList a {
          text-decoration: none;
          color: #000;
          font-family: 'PT Sans', sans-serif;
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 23px;
          display: flex; }
      .contentWrapper .contactsWrapper .phone__email .email {
        justify-content: flex-start;
        flex-basis: auto;
        margin-left: 30px; }
    .contentWrapper .contactsWrapper .socialList {
      justify-content: flex-start; }
      .contentWrapper .contactsWrapper .socialList a {
        margin: 0 5px 0 0; }
    .contentWrapper .contactsWrapper .mapWrapper {
      border: 1px solid #E1E1E1;
      border-radius: 2px; }
      .contentWrapper .contactsWrapper .mapWrapper .addressList {
        flex-basis: 50%;
        border-right: 1px solid #E1E1E1; }
        .contentWrapper .contactsWrapper .mapWrapper .addressList .address:first-child {
          border-top: 0; }
        .contentWrapper .contactsWrapper .mapWrapper .addressList .address:last-child {
          border-bottom: 0; }
      .contentWrapper .contactsWrapper .mapWrapper .ym {
        flex-basis: 50%;
        height: auto; }
  .contentWrapper .goodsListTableHeaders {
    background-color: #EAEAEA;
    padding: 15px 5px;
    width: 100%;
    font-size: 12px;
    font-weight: bold; }
    .contentWrapper .goodsListTableHeaders.table {
      display: flex; }
    .contentWrapper .goodsListTableHeaders .goodsListTableHeaders__article {
      display: none; }
    .contentWrapper .goodsListTableHeaders .goodsListTableHeaders__name {
      margin-left: 45px;
      flex-grow: 1; }
    .contentWrapper .goodsListTableHeaders .goodsListTableHeaders__quantity {
      flex-basis: 80px;
      text-align: center; }
    .contentWrapper .goodsListTableHeaders .goodsListTableHeaders__price {
      flex-basis: 80px;
      text-align: center; }
    .contentWrapper .goodsListTableHeaders .goodsListTableHeaders__button {
      flex-basis: 80px;
      margin-right: 10px;
      margin-left: 8px; }

  .crumbs {
    flex-direction: row; }
    .crumbs a, .crumbs span {
      display: inline-block; }
      .crumbs a:after, .crumbs span:after {
        content: '/';
        margin: 0 5px; }
    .crumbs a:last-of-type {
      font-size: 14px;
      display: inline-block;
      flex-basis: auto;
      width: auto;
      text-align: left;
      line-height: 20px;
      height: 20px; }
      .crumbs a:last-of-type .icon {
        display: none; }

  .footer .information {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .footer .information .column {
      flex-basis: 22%;
      text-align: left; }
      .footer .information .column.comtel {
        flex-basis: 34%; }
  .footer .social {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .footer .social .row.developer {
      flex-basis: 100%; } }
@media screen and (min-width: 980px) {
  .header {
    align-items: center;
    background-color: #EEE;
    flex-wrap: nowrap;
    padding: 0 20px; }
    .header .phoneMenu {
      background: none;
      order: 3;
      margin-left: 10px;
      flex-basis: auto;
      flex-shrink: 0; }
      .header .phoneMenu .burger {
        display: none; }
      .header .phoneMenu .icons .callMe {
        display: none; }
      .header .phoneMenu .icons a .icon {
        color: #000; }
      .header .phoneMenu .icons .logout, .header .phoneMenu .icons .login {
        background-color: #0052B1;
        border-radius: 2px;
        padding: 0 18px; }
        .header .phoneMenu .icons .logout:hover, .header .phoneMenu .icons .login:hover {
          background-color: #00418c; }
        .header .phoneMenu .icons .logout .icon, .header .phoneMenu .icons .login .icon {
          color: #fff; }
        .header .phoneMenu .icons .logout span, .header .phoneMenu .icons .login span {
          display: inline-block;
          margin-left: 4px;
          color: #FFF;
          font-family: 'PT Sans', sans-serif;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 18px; }
    .header .logo {
      flex-basis: 256px;
      flex-grow: 0;
      order: 1;
      min-width: 25%;
      height: 52px; }
    .header div.search {
      border: 1px solid #FF740D;
      border-radius: 2px;
      flex-grow: 1;
      order: 2;
      position: relative; }

  .desktopMenu {
    display: flex;
    margin: 0 auto;
    width: calc(100% - 40px); }
    .desktopMenu .catalogMenu {
      background-color: #FF740D;
      border-radius: 2px 0px 0px 0px;
      color: #fff;
      flex-basis: 25%;
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      padding: 0 15px;
      text-decoration: none; }
      .desktopMenu .catalogMenu .title {
        align-items: center;
        display: flex;
        height: 50px; }
        .desktopMenu .catalogMenu .title .icon {
          color: #fff;
          font-size: 20px;
          font-weight: 300;
          margin-right: 5px; }
    .desktopMenu .sectionMenu {
      align-items: center;
      background-color: #0052B1;
      border-radius: 0 2px 0 0;
      display: flex;
      flex-grow: 1; }
      .desktopMenu .sectionMenu a {
        color: #fff;
        font-size: 14px;
        font-family: 'PT Sans', sans-serif;
        text-decoration: none;
        padding: 0 20px;
        font-weight: bold; }

  .sectionsMenu {
    display: flex;
    flex-direction: column;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    margin-top: 20px; }
    .sectionsMenu .item {
      align-items: center;
      display: flex;
      min-height: 50px;
      padding: 0 15px;
      border-bottom: 1px solid #D6D6D6; }
      .sectionsMenu .item:last-child {
        border-bottom: 0; }
      .sectionsMenu .item a {
        text-decoration: none;
        font-size: 14px;
        font-family: 'PT Sans', sans-serif;
        color: #001838; }

  .crumbs {
    margin: 0;
    width: 100%;
    justify-content: flex-start; }

  .contentWrapper {
    display: flex;
    margin: 0 auto;
    width: calc(100% - 40px); }
    .contentWrapper .goodsListTableHeaders .goodsListTableHeaders__button {
      margin-right: 0; }
    .contentWrapper .subSectionsMenu {
      min-height: 1px;
      flex-basis: 25%;
      flex-shrink: 0; }
    .contentWrapper .catalogMenu {
      display: flex;
      flex-direction: column;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0px 2px 6px rgba(0, 0, 0, 0.15); }
      .contentWrapper .catalogMenu__mainSection.active {
        background-color: #EFEFEF; }
        .contentWrapper .catalogMenu__mainSection.active .catalogMenu__section {
          display: block; }
      .contentWrapper .catalogMenu__section {
        display: none; }
        .contentWrapper .catalogMenu__section.active {
          background-color: #EFEFEF; }
          .contentWrapper .catalogMenu__section.active > a {
            font-weight: bold; }
      .contentWrapper .catalogMenu__sectionTitle {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        display: inline-block;
        padding: 15px 20px;
        text-decoration: none;
        color: #000;
        width: 100%;
        cursor: pointer; }
      .contentWrapper .catalogMenu__subSectionTitle {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-size: 14px;
        line-height: 16px;
        display: inline-block;
        padding: 15px 20px;
        text-decoration: none;
        color: #000;
        width: 100%; }
      .contentWrapper .catalogMenu__subSection {
        color: #000;
        display: inline-block;
        text-decoration: none;
        padding: 10px 20px 10px 35px;
        width: 100%; }
        .contentWrapper .catalogMenu__subSection.active, .contentWrapper .catalogMenu__subSection:hover {
          background-color: #CDD3D5; }
        .contentWrapper .catalogMenu__subSection.active {
          font-weight: bold; }
    .contentWrapper .contentSide {
      box-sizing: border-box;
      flex-grow: 1;
      padding: 20px 0 20px 20px;
      max-width: 75%; }
      .contentWrapper .contentSide.full {
        max-width: 100%; }
      .contentWrapper .contentSide.cartSection .cartDeliveryRow .cartDeliveryColumn {
        flex-basis: 50%; }
      .contentWrapper .contentSide .contentText {
        padding: 0 0; }
    .contentWrapper .goodsSorting {
      margin: 25px 0;
      width: 100%; }
    .contentWrapper .goodsCartListHeader {
      width: 100%;
      margin: 0; }
    .contentWrapper .goodsCartListFooter {
      width: 100%;
      margin: 0 0 20px 0; }
    .contentWrapper .goodsList {
      width: 100%; }
      .contentWrapper .goodsList.table {
        display: flex; }

  .contentBody {
    padding: 0; }

  .footer .information {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .footer .information .column {
      flex-basis: 25%;
      text-align: left; }
      .footer .information .column.comtel {
        flex-basis: 25%; }
  .footer .social {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .footer .social .row {
      margin: 0; }
      .footer .social .row.developer {
        flex-grow: 1;
        flex-basis: auto;
        justify-content: flex-end;
        margin: 0; } }
@media screen and (min-width: 1569px) {
  .contentWrapper .goodsList__item {
    margin: 0 2% 20px 0;
    width: 23.5%; }
    .contentWrapper .goodsList__item:nth-child(2n) {
      margin-right: 2%;
      margin-left: 0; }
    .contentWrapper .goodsList__item:nth-child(3n) {
      margin-right: 2%;
      margin-left: 0; }
    .contentWrapper .goodsList__item:nth-child(4n) {
      margin-right: 0;
      margin-left: 0; } }

/*# sourceMappingURL=site.css.map */
