@font-face {
  font-family: "SF-Bold";
  src: url("../assets/SFUIText-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SF-Regular";
  src: url("../assets/SFUIText-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }
html, body {
  margin: 0;
  padding: 0;
  font-family: 'SF-Regular', serif; }

* {
  outline: none; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

@media screen and (min-width: 750px) and (max-width: 1100px) {
  .center {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    width: 100%; }

  strong {
    font-family: 'SF-Bold', serif; }

  .header {
    background: #F1F2F6; }
    .header .center {
      align-items: center;
      display: flex;
      flex-direction: row;
      height: 58px;
      justify-content: space-between; }
    .header .logo_slogon {
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%; }
      .header .logo_slogon .logo {
        background: url("../images/logo.png") no-repeat center center;
        display: flex;
        height: 17px;
        margin-right: 30px;
        width: 135px; }
      .header .logo_slogon .slogon {
        color: #192956;
        display: none;
        font-size: 15px; }
      .header .logo_slogon .icon {
        display: block;
        font-size: 30px;
        width: 30px; }
    .header .menu_contacts {
      display: none;
      flex-direction: row; }
      .header .menu_contacts .menu {
        border-right: 1px solid #000; }
        .header .menu_contacts .menu a {
          color: #192956;
          font-size: 15px;
          margin-right: 30px;
          text-decoration: none; }
          .header .menu_contacts .menu a:hover {
            text-decoration: underline; }
      .header .menu_contacts .contacts {
        color: #192956;
        font-size: 14px;
        margin-left: 30px;
        text-decoration: none; }

  .banners {
    height: 200px;
    position: relative;
    width: 100%; }

  .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    transition: all .5s;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%; }
    .banner.active {
      opacity: 1; }
    .banner .info {
      align-items: center;
      bottom: 50%;
      color: #fff;
      display: flex;
      flex-direction: row;
      font-size: 14px;
      left: 50%;
      position: absolute;
      transform: translate(-50%, 50%);
      text-decoration: none;
      width: 100%; }
      .banner .info .main {
        border-right: 2px solid #fff;
        font-family: 'SF-Light', serif;
        padding: 0 30px 0 0;
        text-align: right;
        width: 100px; }
      .banner .info .smallInfo {
        font-size: 14px;
        padding: 0 0 0 30px;
        width: calc(100% - 100px); }

  .catalogMenu {
    background: #fff;
    box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766); }
    .catalogMenu .center {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 0 20px;
      position: relative;
      height: 60px; }
    .catalogMenu .catalog {
      align-items: center;
      background: #3248F5;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      height: 60px;
      padding: 0 20px; }
      .catalogMenu .catalog .icon {
        color: #fff;
        font-size: 20px; }
      .catalogMenu .catalog strong {
        color: #fff;
        display: none;
        font-size: 18px;
        margin-left: 15px; }
    .catalogMenu .search {
      align-items: center;
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      height: 60px;
      padding: 0 25px; }
      .catalogMenu .search .icon {
        color: #192956;
        font-size: 20px; }
      .catalogMenu .search input {
        color: #192956;
        border: none;
        display: block;
        height: 60px;
        flex-grow: 1;
        font-size: 18px;
        padding: 0 0 0 15px; }
      .catalogMenu .search .fastSearchItems {
        background: #fff;
        border: 1px solid #F1F2F6;
        box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
        color: #192956;
        display: none;
        left: 50%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 85px;
        transform: translateX(-50%);
        z-index: 30;
        width: 100%; }
        .catalogMenu .search .fastSearchItems.active {
          display: block; }
        .catalogMenu .search .fastSearchItems:before {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 13px solid #fff;
          content: '';
          height: 0;
          left: 50%;
          position: absolute;
          top: -13px;
          transform: translateX(-50%); }
        .catalogMenu .search .fastSearchItems a {
          align-items: center;
          color: #192956;
          display: flex;
          flex-direction: row;
          height: 40px;
          list-style: none;
          padding: 10px 20px;
          position: relative;
          text-decoration: none; }
          .catalogMenu .search .fastSearchItems a:hover {
            cursor: pointer; }
            .catalogMenu .search .fastSearchItems a:hover:before {
              background: #192956;
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 5px;
              height: 100%; }
          .catalogMenu .search .fastSearchItems a .articul {
            font-size: 14px;
            margin-right: 10px;
            min-width: 100px; }
          .catalogMenu .search .fastSearchItems a .img {
            margin-right: 10px;
            width: 60px; }
            .catalogMenu .search .fastSearchItems a .img img {
              max-height: 40px;
              max-width: 60px; }
          .catalogMenu .search .fastSearchItems a .name {
            margin-right: 10px;
            flex-grow: 1;
            color: #192956;
            font-family: "SF-Bold", serif;
            font-size: 16px; }
          .catalogMenu .search .fastSearchItems a .price {
            text-align: right;
            width: 120px;
            min-width: 120px;
            color: #192956;
            font-family: "SF-Bold", serif;
            font-size: 20px; }
            .catalogMenu .search .fastSearchItems a .price i {
              margin-left: 5px; }
    .catalogMenu .filters {
      align-items: center;
      display: flex;
      flex-direction: row;
      height: 60px;
      padding: 0 20px;
      position: relative; }
      .catalogMenu .filters .icon {
        color: #192956;
        margin-right: 10px;
        font-size: 20px; }
      .catalogMenu .filters > strong {
        cursor: pointer;
        display: none;
        font-size: 18px;
        color: #192956; }
      .catalogMenu .filters .filerWrapper {
        background: #fff;
        border: 1px solid #F1F2F6;
        box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
        color: #192956;
        display: none;
        left: 50%;
        padding: 30px 0;
        position: absolute;
        top: 85px;
        transform: translateX(-50%);
        z-index: 30;
        width: 320px; }
        .catalogMenu .filters .filerWrapper:before {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 13px solid #fff;
          content: '';
          height: 0;
          left: 50%;
          position: absolute;
          top: -13px;
          transform: translateX(-50%); }
        .catalogMenu .filters .filerWrapper .settingsBlock {
          border-bottom: 1px solid #D8D8D8;
          margin-bottom: 15px;
          padding: 0 30px 15px 30px; }
          .catalogMenu .filters .filerWrapper .settingsBlock .checkbox {
            display: flex;
            cursor: pointer;
            min-height: 24px;
            padding: 0 0 0 0;
            position: relative; }
            .catalogMenu .filters .filerWrapper .settingsBlock .checkbox:before {
              background-image: url("../images/checkbox.png");
              background-repeat: no-repeat;
              background-position: center bottom;
              content: '';
              margin-right: 10px;
              height: 24px;
              width: 24px; }
            .catalogMenu .filters .filerWrapper .settingsBlock .checkbox.active:before, .catalogMenu .filters .filerWrapper .settingsBlock .checkbox:hover:before {
              background-image: url("../images/checkboxActive.png");
              background-repeat: no-repeat;
              background-position: center bottom;
              content: '';
              height: 24px;
              width: 24px; }
            .catalogMenu .filters .filerWrapper .settingsBlock .checkbox span {
              display: inline-block;
              line-height: 24px;
              margin-top: 2px; }
            .catalogMenu .filters .filerWrapper .settingsBlock .checkbox input {
              display: none; }
        .catalogMenu .filters .filerWrapper .smallHeader {
          font-size: 17px;
          margin-bottom: 15px; }
        .catalogMenu .filters .filerWrapper .price .prices {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .catalogMenu .filters .filerWrapper .price .prices input {
            border: 1px solid #AFAFAF;
            height: 40px;
            font-size: 18px;
            margin-bottom: 5px;
            padding: 0 10px;
            text-align: center;
            width: 80px; }
            .catalogMenu .filters .filerWrapper .price .prices input:focus {
              border: 1px solid #3248F5; }
          .catalogMenu .filters .filerWrapper .price .prices .ot, .catalogMenu .filters .filerWrapper .price .prices .do {
            font-size: 13px;
            text-align: center;
            width: 100px; }
          .catalogMenu .filters .filerWrapper .price .prices span {
            height: 40px;
            line-height: 40px; }
        .catalogMenu .filters .filerWrapper .colors ul.color {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          margin: 0;
          padding: 0; }
          .catalogMenu .filters .filerWrapper .colors ul.color li {
            box-sizing: border-box;
            border-radius: 50%;
            cursor: pointer;
            height: 35px;
            list-style: none;
            position: relative;
            margin: 0 10px 10px 0;
            width: 35px; }
            .catalogMenu .filters .filerWrapper .colors ul.color li:nth-of-type(6n) {
              margin-right: 0; }
            .catalogMenu .filters .filerWrapper .colors ul.color li:hover, .catalogMenu .filters .filerWrapper .colors ul.color li.active {
              border: 3px solid #192956 !important; }
              .catalogMenu .filters .filerWrapper .colors ul.color li:hover .fa-check, .catalogMenu .filters .filerWrapper .colors ul.color li.active .fa-check {
                display: block; }
            .catalogMenu .filters .filerWrapper .colors ul.color li span {
              border-radius: 50%;
              display: block;
              height: 100%;
              width: 100%; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.border {
              border: 1px solid #979797; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.black span {
              background-color: #000; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.blue span {
              background-color: #0000ff; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.red span {
              background-color: #ff0000; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.green span {
              background-color: #008000; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.orange span {
              background-color: #ffa500; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.silver span {
              background-color: #c0c0c0; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.brown span {
              background-color: #964b00; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.yellow span {
              background-color: #ffff00; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.gold span {
              background-color: #ffd700; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.purple span {
              background-color: #8b00ff; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.white span {
              background-color: #fff; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.vinous span {
              background-color: #9b2d30; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.gray span {
              background-color: #808080; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.pink span {
              background-color: #ffc0cb; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.blueLight span {
              background-color: #42aaff; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.turquoise span {
              background-color: #30d5c8; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.many span {
              background-image: url("../images/colored.png");
              background-size: contain; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.nature span {
              background-color: #fff; }
            .catalogMenu .filters .filerWrapper .colors ul.color li.opacity span {
              background: rgba(255, 255, 255, 0.8); }
            .catalogMenu .filters .filerWrapper .colors ul.color li .fa-check {
              transform: translate(-50%, -50%);
              top: 50%;
              left: 50%;
              position: absolute;
              z-index: 20;
              display: none; }
            .catalogMenu .filters .filerWrapper .colors ul.color li input {
              display: none; }
        .catalogMenu .filters .filerWrapper .submitButton, .catalogMenu .filters .filerWrapper .closeButton {
          background: #3248F5;
          box-sizing: border-box;
          border: 0;
          color: #fff;
          cursor: pointer;
          height: 40px;
          line-height: 40px;
          font-size: 17px;
          font-weight: 600;
          margin: 10px 30px 0 30px;
          text-align: center;
          width: calc(100% - 60px); }
          .catalogMenu .filters .filerWrapper .submitButton:hover, .catalogMenu .filters .filerWrapper .closeButton:hover {
            background: #3D53FF; }
          .catalogMenu .filters .filerWrapper .submitButton:active, .catalogMenu .filters .filerWrapper .closeButton:active {
            background: #132EFE; }
        .catalogMenu .filters .filerWrapper .closeButton {
          margin-top: 10px; }
    .catalogMenu .basket {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      height: 60px;
      padding: 0 20px;
      position: relative;
      text-decoration: none; }
      .catalogMenu .basket:hover .minPrice {
        display: block; }
      .catalogMenu .basket > .icon {
        color: #192956;
        margin-right: 10px;
        font-size: 20px; }
      .catalogMenu .basket .label {
        background: #FFAF21;
        color: #fff;
        border-radius: 9px;
        font-size: 12px;
        left: 30px;
        padding: 2px 5px;
        position: absolute;
        min-width: 9px;
        text-align: center;
        top: 10px; }
      .catalogMenu .basket strong {
        color: #192956;
        display: none;
        font-size: 18px; }
      .catalogMenu .basket .minPrice {
        background: #fff;
        box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
        color: #192956;
        display: none;
        padding: 10px 15px;
        position: absolute;
        right: 50px;
        text-align: center;
        top: 80px;
        width: 200px;
        z-index: 50; }
        .catalogMenu .basket .minPrice:before {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 13px solid #fff;
          content: "";
          height: 0;
          right: 20px;
          position: absolute;
          top: -13px; }
    .catalogMenu .categories {
      background: #fff;
      border: 1px solid #F1F2F6;
      box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
      display: none;
      position: absolute;
      left: 20px;
      top: 85px;
      width: calc(100% - 40px);
      z-index: 50; }
      .catalogMenu .categories:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 13px solid #fff;
        content: '';
        height: 0;
        left: 85px;
        position: absolute;
        top: -13px; }
      .catalogMenu .categories.show {
        display: block; }
      .catalogMenu .categories__tringle {
        background: url("../images/smallTriangle.png");
        position: absolute; }
      .catalogMenu .categories__header {
        border-bottom: 1px solid #F1F2F6;
        color: #000;
        font-size: 23px;
        font-family: "SF-Bold", serif;
        padding: 15px 25px; }
      .catalogMenu .categories__content {
        padding: 20px 20px 0 20px; }
      .catalogMenu .categories__list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0; }
      .catalogMenu .categories__listHeader {
        color: #192956;
        font-family: "SF-Bold", serif;
        font-size: 19px;
        margin-bottom: 20px;
        padding: 0 10px; }
      .catalogMenu .categories__listItem {
        display: flex;
        margin-bottom: 10px;
        padding: 30px 0 0 0;
        text-align: center;
        justify-content: center; }
        .catalogMenu .categories__listItem.pen {
          background: url("../images/icons/pens.png") top center no-repeat; }
        .catalogMenu .categories__listItem.award {
          background: url("../images/icons/award.png") top center no-repeat; }
        .catalogMenu .categories__listItem.bag {
          background: url("../images/icons/bag.png") top center no-repeat; }
        .catalogMenu .categories__listItem.notes {
          background: url("../images/icons/notes.png") top center no-repeat; }
        .catalogMenu .categories__listItem.gadget {
          background: url("../images/icons/gadget.png") top center no-repeat; }
        .catalogMenu .categories__listItem.clothes {
          background: url("../images/icons/clothes.png") top center no-repeat; }
        .catalogMenu .categories__listItem.promo {
          background: url("../images/icons/promo.png") top center no-repeat; }
        .catalogMenu .categories__listItem.present-set {
          background: url("../images/icons/present-set.png") top center no-repeat; }
        .catalogMenu .categories__listItem.tableware {
          background: url("../images/icons/tableware.png") top center no-repeat; }
        .catalogMenu .categories__listItem.new {
          background: url("../images/icons/new.png") top center no-repeat; }
        .catalogMenu .categories__listItem.box {
          background: url("../images/icons/box.png") top center no-repeat; }
        .catalogMenu .categories__listItem.ny {
          background: url("../images/icons/ny.png") top center no-repeat; }
        .catalogMenu .categories__listItem.party {
          background: url("../images/icons/party.png") top center no-repeat; }
        .catalogMenu .categories__listItem.corporate-gifts {
          background: url("../images/icons/corporate-gifts.png") top center no-repeat; }
        .catalogMenu .categories__listItem.umbrella {
          background: url("../images/icons/umbrella.png") top center no-repeat; }
        .catalogMenu .categories__listItem.relax {
          background: url("../images/icons/relax.png") top center no-repeat; }
        .catalogMenu .categories__listItem.home {
          background: url("../images/icons/home.png") top center no-repeat; }
      .catalogMenu .categories__listItemLink {
        color: #192956;
        display: inline-block;
        font-size: 14px;
        text-decoration: none;
        padding: 5px 0; }
        .catalogMenu .categories__listItemLink:hover {
          background: #3248F5;
          border-radius: 4px;
          color: #fff; }

  .phoneSearchWrapper {
    background-color: #fff;
    display: none; }
    .phoneSearchWrapper.active {
      display: block; }
    .phoneSearchWrapper input {
      color: #192956;
      border: none;
      box-sizing: border-box;
      height: 60px;
      flex-grow: 1;
      font-size: 18px;
      padding: 0;
      width: 100%; }

  .contentWrapper {
    align-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1; }
    .contentWrapper .crumbs {
      background: #E5E8F1;
      height: 60px;
      width: 100%; }
      .contentWrapper .crumbs ul {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: 60px;
        margin: 0;
        padding: 0; }
        .contentWrapper .crumbs ul li {
          color: #000;
          font-size: 15px;
          list-style: none; }
          .contentWrapper .crumbs ul li:last-of-type:after {
            content: none; }
          .contentWrapper .crumbs ul li:after {
            color: #000;
            content: '/';
            margin: 0 5px; }
          .contentWrapper .crumbs ul li a {
            color: #3248F5;
            font-size: 15px;
            text-decoration: none; }
    .contentWrapper .sectionHeader {
      background: #F1F2F6;
      height: auto;
      min-height: auto;
      width: 100%; }
      .contentWrapper .sectionHeader h1 {
        color: #000;
        font-size: 23px;
        font-weight: 600;
        height: auto;
        line-height: 25px; }
      .contentWrapper .sectionHeader .subHeader {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        height: auto;
        line-height: 20px; }
    .contentWrapper .menuSide {
      display: none;
      padding-top: 20px;
      margin-right: 35px;
      width: 260px; }
      .contentWrapper .menuSide ul {
        margin: 0;
        padding: 0; }
        .contentWrapper .menuSide ul > li {
          list-style: none;
          margin-bottom: 10px; }
          .contentWrapper .menuSide ul > li.active > a {
            font-weight: 600; }
          .contentWrapper .menuSide ul > li.sub:hover a, .contentWrapper .menuSide ul > li.sub.active a {
            font-weight: 600; }
          .contentWrapper .menuSide ul > li.sub a {
            font-size: 16px; }
          .contentWrapper .menuSide ul > li > a {
            color: #192956;
            font-size: 19px;
            text-decoration: none; }
      .contentWrapper .menuSide .filerWrapper {
        background: #fff;
        color: #192956;
        display: block;
        margin-top: 30px;
        width: 100%; }
        .contentWrapper .menuSide .filerWrapper .settingsBlock {
          margin-bottom: 15px;
          position: relative; }
          .contentWrapper .menuSide .filerWrapper .settingsBlock .checkbox {
            cursor: pointer;
            height: 28px;
            position: relative; }
            .contentWrapper .menuSide .filerWrapper .settingsBlock .checkbox:before {
              background-image: url("../images/checkbox.png");
              background-repeat: no-repeat;
              background-position: center bottom;
              content: '';
              left: 0;
              bottom: 0;
              position: absolute;
              height: 28px;
              width: 24px; }
            .contentWrapper .menuSide .filerWrapper .settingsBlock .checkbox.active:before, .contentWrapper .menuSide .filerWrapper .settingsBlock .checkbox:hover:before {
              background-image: url("../images/checkboxActive.png");
              background-repeat: no-repeat;
              background-position: center bottom;
              content: '';
              position: absolute;
              height: 28px;
              width: 24px; }
            .contentWrapper .menuSide .filerWrapper .settingsBlock .checkbox span {
              display: inline-block;
              position: absolute;
              bottom: 0;
              left: 30px; }
            .contentWrapper .menuSide .filerWrapper .settingsBlock .checkbox input {
              display: none; }
        .contentWrapper .menuSide .filerWrapper .brandsList {
          height: 140px;
          margin-bottom: 20px;
          overflow: auto;
          overflow-x: hidden;
          width: 100%; }
          .contentWrapper .menuSide .filerWrapper .brandsList .checkbox {
            cursor: pointer;
            height: 28px;
            position: relative; }
            .contentWrapper .menuSide .filerWrapper .brandsList .checkbox:before {
              background-image: url("../images/checkbox.png");
              background-repeat: no-repeat;
              background-position: center bottom;
              content: '';
              left: 0;
              bottom: 0;
              position: absolute;
              height: 28px;
              width: 24px; }
            .contentWrapper .menuSide .filerWrapper .brandsList .checkbox.active:before, .contentWrapper .menuSide .filerWrapper .brandsList .checkbox:hover:before {
              background-image: url("../images/checkboxActive.png");
              background-repeat: no-repeat;
              background-position: center bottom;
              content: '';
              position: absolute;
              height: 28px;
              width: 24px; }
            .contentWrapper .menuSide .filerWrapper .brandsList .checkbox span {
              box-sizing: border-box;
              display: inline-block;
              position: absolute;
              bottom: 0;
              left: 30px;
              overflow: hidden;
              padding: 0 30px 0 0;
              text-overflow: ellipsis;
              white-space: nowrap;
              width: 100%; }
            .contentWrapper .menuSide .filerWrapper .brandsList .checkbox input {
              display: none; }
        .contentWrapper .menuSide .filerWrapper .smallHeader {
          font-size: 18px;
          margin-bottom: 15px; }
        .contentWrapper .menuSide .filerWrapper .price .prices {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .contentWrapper .menuSide .filerWrapper .price .prices input {
            box-sizing: border-box;
            border: 1px solid #AFAFAF;
            height: 40px;
            font-size: 18px;
            margin-bottom: 10px;
            padding: 0 10px;
            text-align: center;
            width: 100%; }
            .contentWrapper .menuSide .filerWrapper .price .prices input:focus {
              border: 1px solid #3248F5; }
          .contentWrapper .menuSide .filerWrapper .price .prices .ot, .contentWrapper .menuSide .filerWrapper .price .prices .do {
            font-size: 13px;
            text-align: center;
            width: 100px; }
          .contentWrapper .menuSide .filerWrapper .price .prices span {
            height: 40px;
            line-height: 40px; }
        .contentWrapper .menuSide .filerWrapper .colors ul.color {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          margin: 0;
          padding: 0; }
          .contentWrapper .menuSide .filerWrapper .colors ul.color li {
            box-sizing: border-box;
            border-radius: 50%;
            cursor: pointer;
            height: 35px;
            list-style: none;
            position: relative;
            margin: 0 10px 10px 0;
            width: 35px; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li:nth-of-type(6n) {
              margin-right: 0; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li:hover, .contentWrapper .menuSide .filerWrapper .colors ul.color li.active {
              border: 3px solid #192956 !important; }
              .contentWrapper .menuSide .filerWrapper .colors ul.color li:hover .fa-check, .contentWrapper .menuSide .filerWrapper .colors ul.color li.active .fa-check {
                display: block; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li span {
              border-radius: 50%;
              display: block;
              height: 100%;
              width: 100%; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.border {
              border: 1px solid #979797; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.black span {
              background-color: #000; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.blue span {
              background-color: #0000ff; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.red span {
              background-color: #ff0000; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.green span {
              background-color: #008000; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.orange span {
              background-color: #ffa500; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.silver span {
              background-color: #c0c0c0; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.brown span {
              background-color: #964b00; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.yellow span {
              background-color: #ffff00; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.gold span {
              background-color: #ffd700; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.purple span {
              background-color: #8b00ff; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.white span {
              background-color: #fff; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.vinous span {
              background-color: #9b2d30; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.gray span {
              background-color: #808080; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.pink span {
              background-color: #ffc0cb; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.blueLight span {
              background-color: #42aaff; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.turquoise span {
              background-color: #30d5c8; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.many span {
              background-image: url("../images/colored.png");
              background-size: contain; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.nature span {
              background-color: #fff; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li.opacity span {
              background: rgba(255, 255, 255, 0.8); }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li .fa-check {
              transform: translate(-50%, -50%);
              top: 50%;
              left: 50%;
              position: absolute;
              z-index: 20;
              display: none; }
            .contentWrapper .menuSide .filerWrapper .colors ul.color li input {
              display: none; }
        .contentWrapper .menuSide .filerWrapper .submitButton {
          background: #3248F5;
          box-sizing: border-box;
          border: 0;
          color: #fff;
          cursor: pointer;
          height: 40px;
          line-height: 40px;
          font-size: 15px;
          font-weight: 600;
          margin: 30px 30px 0 30px;
          text-align: center;
          width: calc(100% - 60px); }
          .contentWrapper .menuSide .filerWrapper .submitButton:hover {
            background: #3D53FF; }
          .contentWrapper .menuSide .filerWrapper .submitButton:active {
            background: #132EFE; }
    .contentWrapper > .center {
      display: flex;
      flex-direction: row; }
      .contentWrapper > .center .contentSide {
        padding-top: 20px;
        width: 100%; }
        .contentWrapper > .center .contentSide .phoneContentSubSection {
          background-color: #3248F5;
          display: block;
          position: relative; }
          .contentWrapper > .center .contentSide .phoneContentSubSection.active .sub {
            display: block; }
          .contentWrapper > .center .contentSide .phoneContentSubSection .fa-bars {
            position: absolute;
            top: 0;
            right: 0;
            color: #fff;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            font-size: 20px; }
          .contentWrapper > .center .contentSide .phoneContentSubSection ul {
            display: flex;
            flex-direction: column;
            margin: 0;
            padding: 0; }
            .contentWrapper > .center .contentSide .phoneContentSubSection ul .sub {
              display: none;
              list-style: none;
              padding: 10px; }
              .contentWrapper > .center .contentSide .phoneContentSubSection ul .sub.active {
                color: #fff;
                display: block; }
              .contentWrapper > .center .contentSide .phoneContentSubSection ul .sub:hover {
                background-color: #3D53FF; }
              .contentWrapper > .center .contentSide .phoneContentSubSection ul .sub:active {
                background-color: #132EFE; }
              .contentWrapper > .center .contentSide .phoneContentSubSection ul .sub a {
                color: #fff;
                display: inline-block;
                height: 100%;
                text-decoration: none;
                width: 100%; }
        .contentWrapper > .center .contentSide > .contentHeader {
          text-align: center;
          color: #000;
          font-size: 23px;
          font-weight: 600;
          height: 80px;
          line-height: 80px;
          width: 100%; }
        .contentWrapper > .center .contentSide .selectedFilters {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          margin: 0 0 30px 0;
          padding: 0; }
          .contentWrapper > .center .contentSide .selectedFilters li {
            align-items: center;
            background: #24446B;
            border-radius: 19px;
            color: #fff;
            display: flex;
            flex-direction: row;
            font-size: 15px;
            height: 38px;
            list-style: none;
            margin: 0 10px 10px 0;
            padding: 0 10px; }
            .contentWrapper > .center .contentSide .selectedFilters li .label {
              margin-right: 5px; }
            .contentWrapper > .center .contentSide .selectedFilters li .fa-ruble-sign {
              font-size: 14px; }
            .contentWrapper > .center .contentSide .selectedFilters li .fa-times {
              cursor: pointer; }
        .contentWrapper > .center .contentSide.search {
          width: 100%; }
          .contentWrapper > .center .contentSide.search .goodsList > li {
            margin-right: 0;
            width: 100%; }
        .contentWrapper > .center .contentSide .goodsList {
          grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
          grid-column-gap: 30px;
          grid-row-gap: 20px;
          margin: 0;
          padding: 0;
          position: relative;
          z-index: 10;
          width: 100%; }
          .contentWrapper > .center .contentSide .goodsList > li {
            align-self: stretch;
            background: #fff;
            box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
            display: flex;
            flex-direction: column;
            list-style: none;
            padding: 0 0 20px 0;
            position: relative; }
            .contentWrapper > .center .contentSide .goodsList > li:nth-of-type(3n) {
              margin-right: 0; }
            .contentWrapper > .center .contentSide .goodsList > li a {
              display: block;
              text-decoration: none; }
            .contentWrapper > .center .contentSide .goodsList > li .new {
              background: darkred;
              color: #fff;
              position: absolute;
              height: 18px;
              line-height: 18px;
              padding: 0 10px;
              font-size: 12px;
              top: 0;
              left: 0; }
            .contentWrapper > .center .contentSide .goodsList > li .img {
              display: flex;
              flex-direction: row;
              height: 195px;
              margin-bottom: 20px;
              overflow: hidden;
              width: 100%; }
              .contentWrapper > .center .contentSide .goodsList > li .img .main {
                align-items: center;
                display: flex;
                height: 175px;
                padding: 8px;
                text-align: center;
                justify-content: center;
                width: 100%; }
                .contentWrapper > .center .contentSide .goodsList > li .img .main.full {
                  padding: 0; }
                .contentWrapper > .center .contentSide .goodsList > li .img .main img {
                  max-height: calc(100% - 8px);
                  max-width: calc(100% - 8px); }
              .contentWrapper > .center .contentSide .goodsList > li .img ul {
                display: flex;
                flex-direction: column;
                margin: 8px;
                padding: 0;
                width: 60px; }
                .contentWrapper > .center .contentSide .goodsList > li .img ul li {
                  cursor: pointer;
                  height: 40px;
                  list-style: none;
                  margin-bottom: 5px;
                  width: 40px; }
                  .contentWrapper > .center .contentSide .goodsList > li .img ul li:last-of-type {
                    margin-bottom: 0; }
                  .contentWrapper > .center .contentSide .goodsList > li .img ul li.count {
                    color: #192956;
                    background: #F1F2F6;
                    text-align: center;
                    line-height: 40px;
                    font-weight: 600;
                    padding: 0; }
                  .contentWrapper > .center .contentSide .goodsList > li .img ul li img {
                    max-height: 100%;
                    max-width: 100%; }
            .contentWrapper > .center .contentSide .goodsList > li .goodsName {
              color: #192956;
              font-family: "SF-Bold", serif;
              font-size: 16px;
              flex-grow: 1;
              margin-bottom: 15px;
              padding: 0 30px; }
            .contentWrapper > .center .contentSide .goodsList > li .priceAndButton {
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              padding: 0 15px 10px 30px;
              height: 35px; }
              .contentWrapper > .center .contentSide .goodsList > li .priceAndButton .price {
                color: #192956;
                font-family: "SF-Bold", serif;
                font-size: 20px;
                height: 35px;
                line-height: 35px;
                margin-bottom: 15px; }
                .contentWrapper > .center .contentSide .goodsList > li .priceAndButton .price .icon {
                  font-size: 14px; }
              .contentWrapper > .center .contentSide .goodsList > li .priceAndButton .buy {
                border-radius: 17.5px;
                box-sizing: border-box;
                color: #192956;
                border: 1px solid #192956;
                cursor: pointer;
                display: inline-block;
                height: 35px;
                line-height: 33px;
                font-size: 15px;
                font-weight: 400;
                padding: 0 15px;
                text-align: center; }
                .contentWrapper > .center .contentSide .goodsList > li .priceAndButton .buy .fas {
                  margin-right: 5px; }
            .contentWrapper > .center .contentSide .goodsList > li .info {
              color: #192956;
              padding: 0 30px; }
              .contentWrapper > .center .contentSide .goodsList > li .info span {
                display: block;
                font-size: 13px;
                margin-bottom: 5px; }
        .contentWrapper > .center .contentSide .pages {
          align-items: center;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          margin: 50px 0 30px 0;
          font-size: 19px;
          height: auto;
          padding: 0;
          justify-content: center; }
          .contentWrapper > .center .contentSide .pages .button {
            color: #192956;
            background: #F1F2F6;
            border-radius: 4px;
            list-style: none;
            font-size: 19px;
            height: 40px;
            line-height: 40px;
            margin: 10px 0;
            text-align: center;
            text-decoration: none;
            padding: 0 15px;
            width: 100%; }
            .contentWrapper > .center .contentSide .pages .button.disabled {
              color: gray; }
          .contentWrapper > .center .contentSide .pages input {
            font-size: 19px;
            width: 40px;
            margin: 0 5px;
            text-align: center; }
          .contentWrapper > .center .contentSide .pages span {
            font-size: 19px;
            margin: 0 5px; }
        .contentWrapper > .center .contentSide .sectionDescription {
          font-size: 15px;
          margin-bottom: 30px; }
      .contentWrapper > .center .goodsInfo {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 50px;
        width: 100%; }
        .contentWrapper > .center .goodsInfo h1 {
          font-size: 27px;
          font-weight: 600;
          margin: 50px 0;
          width: 100%; }
          .contentWrapper > .center .goodsInfo h1.goodsArticul {
            margin-bottom: 10px; }
        .contentWrapper > .center .goodsInfo .articul {
          color: #192956;
          font-size: 14px;
          margin-bottom: 20px; }
        .contentWrapper > .center .goodsInfo .goodsInfoWrapper {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 20px;
            order: 2;
            width: 100%; }
            .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images {
              display: flex;
              flex-direction: row;
              flex-grow: 1;
              flex-wrap: wrap; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .leftArrow {
                cursor: pointer;
                height: 200px;
                position: relative;
                transition: all .25s;
                width: 30px; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .leftArrow:hover {
                  background: #F1F2F6; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .leftArrow:hover:before {
                    background: url("../images/imageArrows.png") bottom left; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .leftArrow:before {
                  background: url("../images/imageArrows.png") top left;
                  content: '';
                  height: 23px;
                  left: 50%;
                  position: absolute;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  width: 13px; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .rightArrow {
                cursor: pointer;
                height: 200px;
                position: relative;
                transition: all .25s;
                width: 30px; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .rightArrow:hover {
                  background: #F1F2F6; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .rightArrow:hover:before {
                    background: url("../images/imageArrows.png") bottom right; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .rightArrow:before {
                  background: url("../images/imageArrows.png") top right;
                  content: '';
                  height: 23px;
                  left: 50%;
                  position: absolute;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  width: 13px; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .selectedImage {
                flex-grow: 1;
                max-height: 200px;
                margin-bottom: 20px;
                text-align: center;
                max-width: calc(100% - 60px); }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .images .selectedImage img {
                  max-height: 200px;
                  max-width: 100%; }
            .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .imageList {
              display: flex;
              flex-direction: row;
              flex-wrap: wrap;
              margin: 0 0 50px 0;
              padding: 0;
              justify-content: center;
              width: 100%; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .imageList li {
                background-color: #fff;
                border: 3px solid #fff;
                box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
                box-sizing: border-box;
                cursor: pointer;
                display: flex;
                justify-content: center;
                max-height: 100%;
                list-style: none;
                margin: 0 30px 30px 0;
                padding: 10px;
                max-width: 100%; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .imageList li.active, .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .imageList li:hover {
                  border: 3px solid #192956; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .imageList li:last-of-type {
                  margin: 0 0 0 0; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .imageList li img {
                  max-height: 100px;
                  max-width: 100px; }
            .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info {
              width: 100%; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .smallHeader {
                color: #192956;
                font-size: 23px;
                font-weight: 600;
                margin-bottom: 25px; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                margin-bottom: 0; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column {
                  color: #192956;
                  font-size: 13px;
                  margin-right: 2%;
                  width: 100%; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column:last-of-type {
                    margin-right: 0; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column .brandImage {
                    max-width: 100%;
                    margin-bottom: 25px; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column .charInfo {
                    margin-bottom: 25px; }
                    .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column .charInfo .name {
                      color: #192956;
                      font-size: 17px;
                      font-weight: 600;
                      margin-bottom: 15px; }
                    .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column .charInfo .value {
                      color: #192956;
                      font-size: 13px; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column p, .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column li {
                    color: #192956;
                    font-size: 13px;
                    line-height: 21px; }
                    .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column p:first-of-type, .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .charColumns .column li:first-of-type {
                      margin: 0; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .greenInfoDescription {
                background-color: #F5F6F9;
                color: #192956;
                font-size: 13px;
                margin-bottom: 15px;
                padding: 0 20px 0 55px;
                position: relative; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .greenInfoDescription:before {
                  background: url("../images/greenInfo.png") center center no-repeat;
                  content: '';
                  height: 24px;
                  left: 20px;
                  position: absolute;
                  top: 20px;
                  width: 24px; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .greenInfoDescription span {
                  display: inline-block;
                  line-height: 21px;
                  margin: 20px 0; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .greenInfoDescription a {
                  color: #3248F5;
                  text-decoration: none; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .downloadLink {
                color: #192956;
                font-size: 13px;
                line-height: 21px;
                margin-bottom: 15px; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .imagesAndDescription .info .downloadLink a {
                  color: #3248F5;
                  text-decoration: none; }
          .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper {
            align-self: flex-start;
            box-sizing: border-box;
            box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
            margin-bottom: 20px;
            order: 1;
            width: 100%; }
            .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block {
              border-bottom: 1px solid #D8D8D8;
              padding: 15px 30px; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block:last-of-type {
                border-bottom: none; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block .smallHeader {
                color: #192956;
                font-size: 17px;
                font-weight: 600;
                margin-bottom: 15px; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.price .goodsPrice {
                color: #3248F5;
                font-size: 37px;
                font-weight: 600; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.price .goodsPrice i {
                  font-size: 35px; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                margin: 0;
                padding: 0; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li {
                  box-sizing: border-box;
                  border-radius: 50%;
                  cursor: pointer;
                  height: 35px;
                  list-style: none;
                  margin: 0 15px 10px 0;
                  width: 35px; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li:nth-of-type(8n) {
                    margin-right: 0; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li:hover, .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.active {
                    border: 3px solid #192956 !important; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li span {
                    border-radius: 50%;
                    display: block;
                    height: 100%;
                    width: 100%; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.border {
                    border: 1px solid #979797; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.black span {
                    background-color: #000; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.blue span {
                    background-color: #0000ff; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.red span {
                    background-color: #ff0000; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.green span {
                    background-color: #008000; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.orange span {
                    background-color: #ffa500; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.silver span {
                    background-color: #c0c0c0; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.brown span {
                    background-color: #964b00; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.yellow span {
                    background-color: #ffff00; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.gold span {
                    background-color: #ffd700; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.purple span {
                    background-color: #8b00ff; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.white span {
                    background-color: #fff; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.vinous span {
                    background-color: #9b2d30; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.gray span {
                    background-color: #808080; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.pink span {
                    background-color: #ffc0cb; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.blueLight span {
                    background-color: #42aaff; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.turquoise span {
                    background-color: #30d5c8; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.many span {
                    background-image: url("../images/colored.png"); }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.nature span {
                    background-color: #fff; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.colors ul.color li.opacity span {
                    background-color: #fff; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block .buyWrapper {
                display: flex;
                flex-direction: row;
                margin-top: 15px; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block .buyWrapper .count {
                  border: 1px solid #AFAFAF;
                  box-sizing: border-box;
                  font-size: 13px;
                  height: 35px;
                  line-height: 35px;
                  margin-right: 15px;
                  padding: 0 10px;
                  text-align: center;
                  width: 60px; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block .buyWrapper .buyButton {
                  background: #3248F5;
                  box-sizing: border-box;
                  color: #fff;
                  cursor: pointer;
                  display: inline-block;
                  height: 35px;
                  line-height: 35px;
                  font-size: 15px;
                  font-weight: 600;
                  padding: 0 30px;
                  text-align: center; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block .buyWrapper .buyButton:hover {
                    background: #3D53FF; }
                  .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block .buyWrapper .buyButton:active {
                    background: #132EFE; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.methods {
                background-color: #F1F2F6; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.methods .method {
                  border: 1px solid #80B418;
                  color: #80B418;
                  border-radius: 16.5px;
                  display: inline-block;
                  font-size: 13px;
                  font-weight: 600;
                  height: 33px;
                  line-height: 33px;
                  margin: 0 15px 15px 0;
                  padding: 0 15px; }
              .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.moreInfo {
                background-color: #F1F2F6; }
                .contentWrapper > .center .goodsInfo .goodsInfoWrapper .priceWrapper .block.moreInfo .dopInfo {
                  color: #192956;
                  font-size: 13px; }
    .contentWrapper .emptyBasket {
      align-items: center;
      display: flex;
      flex-direction: column;
      padding: 50px 0;
      justify-content: center;
      width: 100%; }
      .contentWrapper .emptyBasket .icon {
        background: url("../images/emptyBasket.png") center center no-repeat;
        height: 95px;
        margin-bottom: 20px;
        width: 95px; }
      .contentWrapper .emptyBasket .info {
        color: #192956;
        font-size: 27px;
        font-weight: 600;
        text-align: center;
        width: 400px; }
        .contentWrapper .emptyBasket .info a {
          color: #3248F5;
          text-decoration: none; }
    .contentWrapper .basketWrapper {
      padding: 50px 0;
      width: 100%; }
      .contentWrapper .basketWrapper .tabs {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        z-index: 20;
        width: 100%; }
        .contentWrapper .basketWrapper .tabs .tab {
          color: #3248F5;
          font-size: 12px;
          font-weight: 500;
          padding: 10px 5px; }
          .contentWrapper .basketWrapper .tabs .tab:hover {
            color: #192956;
            cursor: pointer; }
          .contentWrapper .basketWrapper .tabs .tab.active {
            background: #fff;
            border: 1px solid #D8D8D8;
            color: #192956; }
      .contentWrapper .basketWrapper .sections {
        border: 1px solid #D8D8D8;
        margin-top: -1px;
        position: relative;
        z-index: 10;
        width: 100%; }
        .contentWrapper .basketWrapper .sections .section {
          display: none;
          height: 100%;
          padding: 0;
          width: 100%; }
          .contentWrapper .basketWrapper .sections .section.active {
            display: block; }
          .contentWrapper .basketWrapper .sections .section.goods .headers, .contentWrapper .basketWrapper .sections .section.goods .item {
            align-items: center;
            box-sizing: border-box;
            display: none;
            font-size: 12px;
            padding: 0 10px;
            max-width: 100%; }
            .contentWrapper .basketWrapper .sections .section.goods .headers .itemPositionNum, .contentWrapper .basketWrapper .sections .section.goods .item .itemPositionNum {
              grid-area: itemPositionNum;
              display: none; }
            .contentWrapper .basketWrapper .sections .section.goods .headers .itemArticul, .contentWrapper .basketWrapper .sections .section.goods .item .itemArticul {
              margin: 10px 0;
              grid-area: itemArticul;
              text-align: center; }
            .contentWrapper .basketWrapper .sections .section.goods .headers .itemIMG, .contentWrapper .basketWrapper .sections .section.goods .item .itemIMG {
              align-items: center;
              display: flex;
              grid-area: itemIMG;
              height: 35px;
              justify-content: center;
              width: 35px; }
              .contentWrapper .basketWrapper .sections .section.goods .headers .itemIMG img, .contentWrapper .basketWrapper .sections .section.goods .item .itemIMG img {
                height: 30px;
                object-fit: contain;
                width: 30px; }
            .contentWrapper .basketWrapper .sections .section.goods .headers .itemInfo, .contentWrapper .basketWrapper .sections .section.goods .item .itemInfo {
              font-size: 12px;
              grid-area: itemInfo; }
            .contentWrapper .basketWrapper .sections .section.goods .headers .itemPrice, .contentWrapper .basketWrapper .sections .section.goods .item .itemPrice {
              grid-area: itemPrice;
              font-size: 17px;
              text-align: center; }
              .contentWrapper .basketWrapper .sections .section.goods .headers .itemPrice i, .contentWrapper .basketWrapper .sections .section.goods .item .itemPrice i {
                font-size: 15px;
                margin-left: 5px; }
            .contentWrapper .basketWrapper .sections .section.goods .headers .fullPositionPrice, .contentWrapper .basketWrapper .sections .section.goods .item .fullPositionPrice {
              font-size: 17px;
              grid-area: fullPositionPrice;
              text-align: center; }
            .contentWrapper .basketWrapper .sections .section.goods .headers .buttons, .contentWrapper .basketWrapper .sections .section.goods .item .buttons {
              grid-area: buttons;
              text-align: center; }
              .contentWrapper .basketWrapper .sections .section.goods .headers .buttons i, .contentWrapper .basketWrapper .sections .section.goods .item .buttons i {
                cursor: pointer; }
          .contentWrapper .basketWrapper .sections .section.goods .headers {
            border-bottom: 1px solid #F1F2F6;
            color: #192956;
            font-size: 15px;
            font-weight: 600; }
            .contentWrapper .basketWrapper .sections .section.goods .headers div {
              display: none !important; }
          .contentWrapper .basketWrapper .sections .section.goods .item {
            box-sizing: border-box;
            display: grid;
            grid-template-columns: 50% 50%;
            grid-template-rows: auto auto auto auto auto;
            grid-template-areas: "itemIMG itemIMG" "itemArticul itemArticul" "itemInfo itemInfo" "itemPrice itemPrice" "itemCount itemCount" "fullPositionPrice fullPositionPrice";
            grid-column-gap: 0;
            grid-row-gap: 0;
            margin-bottom: 15px;
            min-height: auto;
            padding: 0 10px;
            position: relative; }
            .contentWrapper .basketWrapper .sections .section.goods .item:nth-of-type(odd) {
              background: #FCFCFC; }
            .contentWrapper .basketWrapper .sections .section.goods .item .itemIMG {
              height: auto;
              padding: 15px 0;
              width: 100%; }
              .contentWrapper .basketWrapper .sections .section.goods .item .itemIMG img {
                height: auto;
                object-fit: contain;
                width: 100%; }
            .contentWrapper .basketWrapper .sections .section.goods .item .itemInfo {
              font-size: 14px;
              margin-bottom: 10px;
              text-align: center; }
            .contentWrapper .basketWrapper .sections .section.goods .item .itemCount {
              display: flex;
              grid-area: itemCount;
              margin: 10px 0;
              justify-content: center; }
            .contentWrapper .basketWrapper .sections .section.goods .item .itemPrice, .contentWrapper .basketWrapper .sections .section.goods .item .fullPositionPrice {
              color: #192956;
              font-weight: 600; }
              .contentWrapper .basketWrapper .sections .section.goods .item .itemPrice i, .contentWrapper .basketWrapper .sections .section.goods .item .fullPositionPrice i {
                font-size: 15px;
                margin-left: 5px; }
            .contentWrapper .basketWrapper .sections .section.goods .item .buttons {
              font-size: 15px;
              position: absolute;
              right: 5px;
              top: 5px; }
          .contentWrapper .basketWrapper .sections .section.goods .totalInfo {
            background: #E5E8F1;
            display: grid;
            grid-template-columns: 50px 120px 65px auto 120px 150px 150px 50px;
            grid-template-rows: 40px; }
            .contentWrapper .basketWrapper .sections .section.goods .totalInfo .fullPositionPrice i {
              font-size: 15px;
              margin-left: 5px; }
            .contentWrapper .basketWrapper .sections .section.goods .totalInfo .itemInfo {
              display: flex;
              flex-direction: row;
              font-weight: 300;
              justify-content: flex-end; }
              .contentWrapper .basketWrapper .sections .section.goods .totalInfo .itemInfo .checkbox {
                height: 25px;
                width: 25px; }
          .contentWrapper .basketWrapper .sections .section.contacts input {
            border: 1px solid #AFAFAF;
            box-sizing: border-box;
            color: #192956;
            font-size: 13px;
            height: 40px;
            max-width: calc(100% - 40px);
            line-height: 40px;
            margin: 0 0 15px 20px;
            padding: 0 10px;
            width: 500px; }
            .contentWrapper .basketWrapper .sections .section.contacts input:focus {
              border: 1px solid #0971E1; }
          .contentWrapper .basketWrapper .sections .section.contacts textarea {
            border: 1px solid #AFAFAF;
            box-sizing: border-box;
            color: #192956;
            font-size: 13px;
            margin: 0 0 15px 20px;
            max-width: calc(100% - 40px);
            padding: 10px;
            line-height: 20px;
            width: 500px; }
            .contentWrapper .basketWrapper .sections .section.contacts textarea:focus {
              border: 1px solid #0971E1; }
          .contentWrapper .basketWrapper .sections .section.delivery input[type="text"] {
            border: 1px solid #AFAFAF;
            box-sizing: border-box;
            color: #192956;
            font-size: 13px;
            height: 40px;
            line-height: 40px;
            margin: 0 0 15px 20px;
            max-width: calc(100% - 40px);
            padding: 0 10px;
            width: 100%; }
            .contentWrapper .basketWrapper .sections .section.delivery input[type="text"]:focus {
              border: 1px solid #0971E1; }
          .contentWrapper .basketWrapper .sections .section.delivery input[type="radio"] {
            line-height: 20px;
            margin: 0 10px 15px 20px; }
          .contentWrapper .basketWrapper .sections .section.delivery p {
            color: #192956;
            font-size: 13px;
            line-height: 20px;
            padding: 0 20px; }
          .contentWrapper .basketWrapper .sections .section.finally .headers, .contentWrapper .basketWrapper .sections .section.finally .item {
            align-items: center;
            box-sizing: border-box;
            display: none;
            font-size: 12px;
            padding: 0 10px;
            max-width: 100%; }
            .contentWrapper .basketWrapper .sections .section.finally .headers .itemPositionNum, .contentWrapper .basketWrapper .sections .section.finally .item .itemPositionNum {
              grid-area: itemPositionNum;
              display: none; }
            .contentWrapper .basketWrapper .sections .section.finally .headers .itemArticul, .contentWrapper .basketWrapper .sections .section.finally .item .itemArticul {
              margin: 10px 0;
              grid-area: itemArticul;
              text-align: center; }
            .contentWrapper .basketWrapper .sections .section.finally .headers .itemIMG, .contentWrapper .basketWrapper .sections .section.finally .item .itemIMG {
              align-items: center;
              display: flex;
              grid-area: itemIMG;
              height: 35px;
              justify-content: center;
              width: 35px; }
              .contentWrapper .basketWrapper .sections .section.finally .headers .itemIMG img, .contentWrapper .basketWrapper .sections .section.finally .item .itemIMG img {
                height: 30px;
                object-fit: contain;
                width: 30px; }
            .contentWrapper .basketWrapper .sections .section.finally .headers .itemInfo, .contentWrapper .basketWrapper .sections .section.finally .item .itemInfo {
              font-size: 12px;
              grid-area: itemInfo; }
            .contentWrapper .basketWrapper .sections .section.finally .headers .itemPrice, .contentWrapper .basketWrapper .sections .section.finally .item .itemPrice {
              grid-area: itemPrice;
              font-size: 17px;
              text-align: center; }
              .contentWrapper .basketWrapper .sections .section.finally .headers .itemPrice i, .contentWrapper .basketWrapper .sections .section.finally .item .itemPrice i {
                font-size: 15px;
                margin-left: 5px; }
            .contentWrapper .basketWrapper .sections .section.finally .headers .fullPositionPrice, .contentWrapper .basketWrapper .sections .section.finally .item .fullPositionPrice {
              font-size: 17px;
              grid-area: fullPositionPrice;
              text-align: center; }
            .contentWrapper .basketWrapper .sections .section.finally .headers .buttons, .contentWrapper .basketWrapper .sections .section.finally .item .buttons {
              grid-area: buttons;
              text-align: center; }
              .contentWrapper .basketWrapper .sections .section.finally .headers .buttons i, .contentWrapper .basketWrapper .sections .section.finally .item .buttons i {
                cursor: pointer; }
          .contentWrapper .basketWrapper .sections .section.finally .headers {
            border-bottom: 1px solid #F1F2F6;
            color: #192956;
            font-size: 15px;
            font-weight: 600; }
            .contentWrapper .basketWrapper .sections .section.finally .headers div {
              display: none !important; }
          .contentWrapper .basketWrapper .sections .section.finally .item {
            box-sizing: border-box;
            display: grid;
            grid-template-columns: 50% 50%;
            grid-template-rows: auto auto auto auto auto;
            grid-template-areas: "itemIMG itemIMG" "itemArticul itemArticul" "itemInfo itemInfo" "itemPrice itemPrice" "itemCount itemCount" "fullPositionPrice fullPositionPrice";
            grid-column-gap: 0;
            grid-row-gap: 0;
            margin-bottom: 15px;
            min-height: auto;
            padding: 0 10px;
            position: relative; }
            .contentWrapper .basketWrapper .sections .section.finally .item:nth-of-type(odd) {
              background: #FCFCFC; }
            .contentWrapper .basketWrapper .sections .section.finally .item .itemIMG {
              height: auto;
              padding: 15px 0;
              width: 100%; }
              .contentWrapper .basketWrapper .sections .section.finally .item .itemIMG img {
                height: auto;
                object-fit: contain;
                width: 100%; }
            .contentWrapper .basketWrapper .sections .section.finally .item .itemInfo {
              font-size: 14px;
              margin-bottom: 10px;
              text-align: center; }
            .contentWrapper .basketWrapper .sections .section.finally .item .itemCount {
              display: flex;
              grid-area: itemCount;
              margin: 10px 0;
              justify-content: center; }
            .contentWrapper .basketWrapper .sections .section.finally .item .itemPrice, .contentWrapper .basketWrapper .sections .section.finally .item .fullPositionPrice {
              color: #192956;
              font-weight: 600; }
              .contentWrapper .basketWrapper .sections .section.finally .item .itemPrice i, .contentWrapper .basketWrapper .sections .section.finally .item .fullPositionPrice i {
                font-size: 15px;
                margin-left: 5px; }
            .contentWrapper .basketWrapper .sections .section.finally .item .buttons {
              font-size: 15px;
              position: absolute;
              right: 5px;
              top: 5px; }
          .contentWrapper .basketWrapper .sections .section.finally .totalInfo {
            background: #E5E8F1;
            display: grid;
            grid-template-columns: 50px 120px 65px auto 120px 150px 150px 50px;
            grid-template-rows: 40px; }
            .contentWrapper .basketWrapper .sections .section.finally .totalInfo .fullPositionPrice i {
              font-size: 15px;
              margin-left: 5px; }
            .contentWrapper .basketWrapper .sections .section.finally .totalInfo .itemInfo {
              display: flex;
              flex-direction: row;
              font-weight: 300;
              justify-content: flex-end; }
              .contentWrapper .basketWrapper .sections .section.finally .totalInfo .itemInfo .checkbox {
                height: 25px;
                width: 25px; }
          .contentWrapper .basketWrapper .sections .section.finally .finnalyInfo {
            padding: 0 20px;
            margin-top: 40px; }
            .contentWrapper .basketWrapper .sections .section.finally .finnalyInfo .smallHeader {
              font-size: 21px;
              font-weight: 600;
              margin-bottom: 20px; }
            .contentWrapper .basketWrapper .sections .section.finally .finnalyInfo .tableHeader {
              font-size: 15px;
              font-weight: 600;
              color: #192956;
              border-bottom: 2px solid #F1F2F6; }
            .contentWrapper .basketWrapper .sections .section.finally .finnalyInfo .name {
              color: #192956;
              display: flex;
              flex-direction: row;
              flex-wrap: wrap;
              font-size: 15px;
              height: auto;
              line-height: 40px; }
              .contentWrapper .basketWrapper .sections .section.finally .finnalyInfo .name:nth-of-type(even) {
                background: #FCFCFC; }
              .contentWrapper .basketWrapper .sections .section.finally .finnalyInfo .name span {
                font-family: 'SF-Regular', serif; }
                .contentWrapper .basketWrapper .sections .section.finally .finnalyInfo .name span:first-of-type {
                  width: 200px; }
                .contentWrapper .basketWrapper .sections .section.finally .finnalyInfo .name span.value {
                  font-weight: 600;
                  width: 100%; }
          .contentWrapper .basketWrapper .sections .section hr {
            border: none;
            background: #E5E8F1;
            height: 1px;
            margin-top: 20px; }
          .contentWrapper .basketWrapper .sections .section .basketSectionHeader {
            background: #fff;
            color: #000;
            font-size: 21px;
            font-weight: 600;
            margin: 25px 0;
            padding: 0 20px; }
          .contentWrapper .basketWrapper .sections .section .nextSection {
            background: #F1F2F6;
            display: flex;
            flex-direction: column;
            padding: 10px 0;
            position: relative;
            height: auto; }
            .contentWrapper .basketWrapper .sections .section .nextSection .before {
              align-items: center;
              background: #fff;
              border: 1px solid #CDD0D8;
              box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
              box-sizing: border-box;
              color: #192956;
              cursor: pointer;
              display: flex;
              font-size: 15px;
              font-weight: 600;
              min-height: 40px;
              margin: 0 10px 20px 10px;
              line-height: 40px;
              left: 0;
              padding: 0;
              position: relative;
              text-decoration: none;
              justify-content: center;
              top: 0;
              transform: translateY(0);
              width: calc(100% - 20px); }
              .contentWrapper .basketWrapper .sections .section .nextSection .before i {
                color: #192956;
                font-weight: 600;
                margin-right: 10px; }
            .contentWrapper .basketWrapper .sections .section .nextSection .next {
              align-items: center;
              background: #3248F5;
              box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
              box-sizing: border-box;
              color: #fff;
              cursor: pointer;
              display: flex;
              font-size: 15px;
              font-weight: 600;
              min-height: 40px;
              line-height: 40px;
              margin: 0 auto;
              padding: 0;
              position: relative;
              right: 0;
              justify-content: center;
              top: 0;
              transform: translateY(0);
              width: calc(100% - 20px); }
              .contentWrapper .basketWrapper .sections .section .nextSection .next i {
                color: #fff;
                font-weight: 600;
                margin-left: 10px; }
    .contentWrapper .map {
      position: relative;
      width: 100%; }
      .contentWrapper .map .contacts {
        background: #fff;
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
        width: 100%;
        box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766); }
        .contentWrapper .map .contacts .section {
          padding: 15px 20px;
          border-bottom: 1px solid #E5E8F1; }
          .contentWrapper .map .contacts .section.gray {
            background: #F5F6F9; }
          .contentWrapper .map .contacts .section .contSectionHeader {
            color: #192956;
            font-size: 14px;
            margin-bottom: 10px;
            font-family: "SF-Bold"; }
          .contentWrapper .map .contacts .section .address, .contentWrapper .map .contacts .section .postAddress, .contentWrapper .map .contacts .section .jobTime {
            font-size: 13px;
            margin-bottom: 10px; }
          .contentWrapper .map .contacts .section a {
            color: #192956;
            display: block;
            text-decoration: none;
            margin-bottom: 10px;
            font-size: 13px; }
            .contentWrapper .map .contacts .section a.company {
              color: #3248F5; }
          .contentWrapper .map .contacts .section input {
            border: 1px solid #AFAFAF;
            box-sizing: border-box;
            height: 40px;
            line-height: 40;
            font-size: 17px;
            padding: 0 10px;
            margin: 10px 0;
            width: 100%; }
          .contentWrapper .map .contacts .section .sendCallBackNumber {
            background: #3248F5;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            color: #fff;
            text-align: center;
            font-size: 17px; }
        .contentWrapper .map .contacts .contHeader {
          font-size: 27px;
          font-weight: 600; }
    .contentWrapper .textContent {
      width: 100%; }
      .contentWrapper .textContent h1 {
        color: #192956;
        font-size: 27px;
        font-weight: 600;
        width: 100%; }
      .contentWrapper .textContent p {
        color: #192956;
        font-size: 13px; }
        .contentWrapper .textContent p a {
          color: #3248F5;
          font-size: 13px;
          text-decoration: none; }
      .contentWrapper .textContent ul {
        margin: 0;
        padding: 0 0 0 10px; }
        .contentWrapper .textContent ul li {
          color: #192956;
          font-size: 13px;
          margin-bottom: 8px; }
      .contentWrapper .textContent .slider {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%; }
        .contentWrapper .textContent .slider li {
          text-align: center;
          opacity: 0;
          display: none;
          width: 100%; }
          .contentWrapper .textContent .slider li:first-of-type {
            display: block;
            opacity: 1; }
      .contentWrapper .textContent .catalogSections {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        padding: 20px 20px 0 20px; }
        .contentWrapper .textContent .catalogSections .listItem {
          box-sizing: border-box;
          list-style: none;
          padding: 0 0 0 30px; }
          .contentWrapper .textContent .catalogSections .listItem.pen {
            background: url("../images/icons/pens.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.award {
            background: url("../images/icons/award.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.bag {
            background: url("../images/icons/bag.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.notes {
            background: url("../images/icons/notes.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.gadget {
            background: url("../images/icons/gadget.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.clothes {
            background: url("../images/icons/clothes.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.promo {
            background: url("../images/icons/promo.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.present-set {
            background: url("../images/icons/present-set.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.tableware {
            background: url("../images/icons/tableware.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.new {
            background: url("../images/icons/new.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.box {
            background: url("../images/icons/box.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.ny {
            background: url("../images/icons/ny.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.party {
            background: url("../images/icons/party.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.corporate-gifts {
            background: url("../images/icons/corporate-gifts.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.umbrella {
            background: url("../images/icons/umbrella.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.relax {
            background: url("../images/icons/relax.png") center left no-repeat; }
          .contentWrapper .textContent .catalogSections .listItem.home {
            background: url("../images/icons/home.png") center left no-repeat; }
        .contentWrapper .textContent .catalogSections .listItemLink {
          color: #192956;
          display: inline-block;
          font-size: 15px;
          text-decoration: none;
          padding: 5px 10px; }
          .contentWrapper .textContent .catalogSections .listItemLink:hover {
            background: #3248F5;
            border-radius: 4px;
            color: #fff; }
        .contentWrapper .textContent .catalogSections .subMenu {
          margin: 0 0 0 0;
          padding: 0; }
          .contentWrapper .textContent .catalogSections .subMenu li {
            list-style: none; }
      .contentWrapper .textContent img {
        height: auto;
        max-width: 100%; }

  .mainPageBlock {
    background: #fff;
    padding: 0 0 40px 0;
    position: relative; }
    .mainPageBlock:before {
      background: #F1F2F6;
      content: '';
      height: 200px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 0; }
    .mainPageBlock .blockHeader {
      color: #000;
      font-family: "SF-Bold", serif;
      font-size: 23px;
      padding: 30px 0;
      position: relative;
      z-index: 10;
      width: 100%; }
      .mainPageBlock .blockHeader.center {
        text-align: center; }
    .mainPageBlock .goodsList {
      grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
      grid-column-gap: 30px;
      grid-row-gap: 20px;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 10;
      width: 100%; }
      .mainPageBlock .goodsList > li {
        align-self: stretch;
        background: #fff;
        box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
        display: flex;
        flex-direction: column;
        list-style: none;
        padding: 0 0 40px 0;
        position: relative; }
        .mainPageBlock .goodsList > li:nth-of-type(4n) {
          margin-right: 0; }
        .mainPageBlock .goodsList > li a {
          display: block;
          text-decoration: none; }
        .mainPageBlock .goodsList > li .new {
          background: darkred;
          color: #fff;
          position: absolute;
          height: 18px;
          line-height: 18px;
          padding: 0 10px;
          font-size: 12px;
          top: 0;
          left: 0; }
        .mainPageBlock .goodsList > li .img {
          display: flex;
          flex-direction: row;
          height: 190px;
          margin-bottom: 20px;
          overflow: hidden;
          width: 100%; }
          .mainPageBlock .goodsList > li .img .main {
            align-items: center;
            display: flex;
            height: 175px;
            padding: 8px;
            text-align: center;
            justify-content: center;
            width: 100%; }
            .mainPageBlock .goodsList > li .img .main.full {
              padding: 0; }
            .mainPageBlock .goodsList > li .img .main img {
              max-height: calc(100% - 8px);
              max-width: calc(100% - 8px); }
          .mainPageBlock .goodsList > li .img ul {
            display: flex;
            flex-direction: column;
            margin: 8px;
            padding: 0;
            width: 60px; }
            .mainPageBlock .goodsList > li .img ul li {
              cursor: pointer;
              height: 40px;
              list-style: none;
              margin-bottom: 5px;
              width: 40px; }
              .mainPageBlock .goodsList > li .img ul li:last-of-type {
                margin-bottom: 0; }
              .mainPageBlock .goodsList > li .img ul li.count {
                color: #192956;
                background: #F1F2F6;
                text-align: center;
                line-height: 40px;
                font-weight: 600;
                padding: 0; }
              .mainPageBlock .goodsList > li .img ul li img {
                max-height: 100%;
                max-width: 100%; }
        .mainPageBlock .goodsList > li .goodsName {
          color: #192956;
          font-family: "SF-Bold", serif;
          font-size: 16px;
          flex-grow: 1;
          margin-bottom: 15px;
          text-decoration: underline;
          padding: 0 30px; }
        .mainPageBlock .goodsList > li .priceAndButton {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          padding: 0 15px 10px 30px;
          height: 35px; }
          .mainPageBlock .goodsList > li .priceAndButton .price {
            color: #192956;
            font-family: "SF-Bold", serif;
            font-size: 20px;
            height: 35px;
            line-height: 35px;
            margin-bottom: 15px; }
            .mainPageBlock .goodsList > li .priceAndButton .price .icon {
              font-size: 14px; }
          .mainPageBlock .goodsList > li .priceAndButton .buy {
            border-radius: 17.5px;
            box-sizing: border-box;
            color: #192956;
            border: 1px solid #192956;
            cursor: pointer;
            display: inline-block;
            height: 35px;
            line-height: 33px;
            font-size: 15px;
            font-weight: 400;
            padding: 0 15px;
            text-align: center; }
            .mainPageBlock .goodsList > li .priceAndButton .buy .fas {
              margin-right: 5px; }
        .mainPageBlock .goodsList > li .info {
          color: #192956;
          padding: 0 30px; }
          .mainPageBlock .goodsList > li .info span {
            display: block;
            font-size: 13px;
            margin-bottom: 5px; }
    .mainPageBlock .applicationTypes {
      justify-self: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 10; }
      .mainPageBlock .applicationTypes > li {
        align-self: stretch;
        background: #3248F5;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0 0 30px 0;
        padding: 30px;
        width: 100%; }
        .mainPageBlock .applicationTypes > li:nth-of-type(3n) {
          margin-right: 0; }
        .mainPageBlock .applicationTypes > li .smallHeader {
          color: #fff;
          font-family: "SF-Bold", serif;
          font-size: 19px;
          margin-bottom: 15px; }
        .mainPageBlock .applicationTypes > li ul {
          margin: 0;
          padding: 0; }
          .mainPageBlock .applicationTypes > li ul li {
            color: #fff;
            font-size: 13px;
            margin-bottom: 5px;
            list-style: disc; }
        .mainPageBlock .applicationTypes > li .icons {
          border-top: 1px solid #fff;
          margin-top: 20px;
          padding-top: 20px;
          text-align: right; }
          .mainPageBlock .applicationTypes > li .icons a {
            color: #fff;
            font-size: 13px;
            text-decoration: none; }
    .mainPageBlock .imageContent {
      background: #fff;
      box-shadow: 0px 4px 30px rgba(15, 48, 84, 0.119537), 0px 2px 7px rgba(26, 42, 61, 0.171766);
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      position: relative;
      z-index: 10;
      width: 100%; }
      .mainPageBlock .imageContent .img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px;
        margin-bottom: 20px;
        width: 100%; }
      .mainPageBlock .imageContent .text {
        box-sizing: border-box;
        padding: 0 15px;
        width: 100%; }
        .mainPageBlock .imageContent .text .contentHeader {
          color: #192956;
          font-size: 19px;
          font-family: "SF-Bold", serif;
          margin-bottom: 25px; }
        .mainPageBlock .imageContent .text p {
          color: #272728;
          font-size: 13px; }
    .mainPageBlock .content {
      position: relative;
      z-index: 10; }
      .mainPageBlock .content p {
        color: #272728;
        font-size: 13px; }

  .hotPhone {
    background: #3248F5;
    color: #fff;
    display: block;
    height: 60px;
    font-size: 23px;
    line-height: 60px;
    text-align: center;
    text-decoration: none; }
    .hotPhone span {
      display: none; }

  .footer {
    background: #F1F2F6;
    padding: 30px; }
    .footer .center {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .footer .logo_slogon {
      display: flex;
      flex-direction: column; }
      .footer .logo_slogon .logo {
        background: url("../images/logo.png") no-repeat center center;
        display: flex;
        height: 17px;
        margin-bottom: 15px;
        width: 135px; }
      .footer .logo_slogon .slogon {
        color: #192956;
        font-size: 15px; }
    .footer .menu {
      margin: 20px 0 0 0;
      padding: 0;
      max-width: 100%; }
      .footer .menu.catMenu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .footer .menu.catMenu .smallHeader {
          width: 100%; }
        .footer .menu.catMenu li {
          width: 100%; }
      .footer .menu li {
        list-style: none;
        margin: 0 0 5px 0;
        padding: 0; }
        .footer .menu li.smallHeader {
          font-family: SF-Bold, serif;
          font-size: 19px;
          margin-bottom: 15px; }
        .footer .menu li.active a {
          text-decoration: underline;
          font-weight: 600; }
        .footer .menu li a {
          color: #192956;
          font-size: 13px;
          text-decoration: none; }
          .footer .menu li a:hover {
            text-decoration: underline; } }

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