@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&subset=cyrillic");
.c-btn, .m-dots li.slick-active button,
.m-dots li:hover button, .arrow {
  background: #e6c177;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6c177), color-stop(100%, #b79153));
  background: -webkit-gradient(linear, left top, left bottom, from(#e6c177), to(#b79153));
  background: -webkit-linear-gradient(top, #e6c177 0%, #b79153 100%);
  background: -moz- oldlinear-gradient(top, #e6c177 0%, #b79153 100%);
  background: -o-linear-gradient(top, #e6c177 0%, #b79153 100%);
  background: linear-gradient(to bottom, #e6c177 0%, #b79153 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c177', endColorstr='#b79153', GradientType=0 ); }

.m-dots, .el-categories__photo, .el-good__photo picture, .el-good__bottom, .el-good__cntrl, .el-news--wide, .footer__top-right, .card-tabs__head, .b-order__line, .c-check__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.b-added__head, .f-subscribe__top, .f-subscribe__top-right, .footer__top-wrap, .footer__top-center, .footer__bottom-wrap, .page-head, .p-card__body, .b-card, .b-card__inf, .b-card__price-box, .contrl, .contrl__right, .p-catalog__body, .categories__link, .el-category__item a, .p-contacts__wrap, .p-news__wrap, .el-cart, .b-order__bottom, .b-order__bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.el-good__buy, .el-good__cart, .b-listel .b-tab-nav, .b-listel__links, .b-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-btn, .m-dots li.slick-active button,
.m-dots li:hover button, .arrow {
  background: #e6c177;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6c177), color-stop(100%, #b79153));
  background: -webkit-gradient(linear, left top, left bottom, from(#e6c177), to(#b79153));
  background: -webkit-linear-gradient(top, #e6c177 0%, #b79153 100%);
  background: -moz- oldlinear-gradient(top, #e6c177 0%, #b79153 100%);
  background: -o-linear-gradient(top, #e6c177 0%, #b79153 100%);
  background: linear-gradient(to bottom, #e6c177 0%, #b79153 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c177', endColorstr='#b79153', GradientType=0 ); }

.m-dots, .el-categories__photo, .el-good__photo picture, .el-good__bottom, .el-good__cntrl, .el-news--wide, .footer__top-right, .card-tabs__head, .b-order__line, .c-check__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.b-added__head, .f-subscribe__top, .f-subscribe__top-right, .footer__top-wrap, .footer__top-center, .footer__bottom-wrap, .page-head, .p-card__body, .b-card, .b-card__inf, .b-card__price-box, .contrl, .contrl__right, .p-catalog__body, .categories__link, .el-category__item a, .p-contacts__wrap, .p-news__wrap, .el-cart, .b-order__bottom, .b-order__bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.el-good__buy, .el-good__cart, .b-listel .b-tab-nav, .b-listel__links, .b-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-btn {
  display: inline-block;
  border: 1px solid transparent;
  color: #423722;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-weight: 400;
  font-size: 1.4em;
  padding: 0.71429em 1em 0.78571em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 14.28571em;
     -moz-box-flex: 0;
      -ms-flex: 0 1 14.28571em;
          flex: 0 1 14.28571em;
  text-align: center;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .c-btn:hover {
    background: #3b6e9e;
    color: white;
    -webkit-box-shadow: 0 0 1px 1px #3b6e9e inset;
            box-shadow: 0 0 1px 1px #3b6e9e inset; }
  .c-btn--invert {
    background: transparent; }
    .c-btn--invert:hover {
      color: white;
      background: #3b6e9e; }
  .c-btn--attantion {
    background: #ffcd00;
    border-color: #ffcd00; }
    .c-btn--attantion:hover {
      color: #ffcd00; }
  .c-btn--warning {
    background: #c82222;
    border-color: #c82222; }
    .c-btn--warning:hover {
      color: #c82222; }

.c-input {
  display: block;
  font-size: 1.3em;
  color: #999999;
  text-indent: 1.15385em;
  min-width: 0;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  height: 3.07692em;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: white; }
  .c-input:focus {
    border-color: rgba(0, 0, 0, .3); }

/*text-content*/
.text-content {
  color: #333333;
  font-size: 1.4em;
  line-height: 1.42857em;
  /*ol ul*/
  /*/ol ul*/ }
  .text-content *::-moz-selection {
    color: #3b6e9e;
    background: rgba(59, 110, 158, .2);
    text-decoration: underline; }
  .text-content *::selection {
    color: #3b6e9e;
    background: rgba(59, 110, 158, .2);
    text-decoration: underline; }
  .text-content a {
    color: #3b6e9e;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .text-content a::-moz-selection {
      color: #c82222;
      background: rgba(200, 34, 34, .2); }
    .text-content a::selection {
      color: #c82222;
      background: rgba(200, 34, 34, .2); }
    .text-content a:hover {
      color: #c82222; }
  .text-content p:not(:last-child) {
    margin-bottom: 1em; }
  .text-content ul, .text-content ol {
    padding-left: 1.42857em; }
    .text-content ul:not(:first-child), .text-content ol:not(:first-child) {
      margin-top: 1em; }
    .text-content ul:not(:last-child), .text-content ol:not(:last-child) {
      margin-bottom: 1em; }
  .text-content ul li {
    list-style: none;
    position: relative; }
    .text-content ul li:before {
      content: '';
      position: absolute;
      top: 0.71429em;
      left: -1.42857em;
      height: 1px;
      width: 0.85714em;
      background: #69392e; }
  .text-content h1:not(:first-child), .text-content h2:not(:first-child), .text-content h3:not(:first-child), .text-content h4:not(:first-child), .text-content h5:not(:first-child), .text-content h6:not(:first-child) {
    margin-top: 1.5em; }
  .text-content h1:not(:last-child), .text-content h2:not(:last-child), .text-content h3:not(:last-child), .text-content h4:not(:last-child), .text-content h5:not(:last-child), .text-content h6:not(:last-child) {
    margin-bottom: .5em; }
  .text-content blockquote {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1em 15px;
    padding: 1em 1.5rem; }
    .text-content blockquote:not(:first-child) {
      margin-top: 1em; }
    .text-content blockquote:not(:last-child) {
      margin-bottom: 1em; }

/*/text-content*/
@font-face {
  font-family: 'Times New Roman', Times, serif;
  src: url("fonts/TimesNewRomanPS-BoldMT.woff");
  font-weight: 700; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none; 
-webkit-border-radius: 8px 8px 8px 8px;
}

a {
  text-decoration: none; color: #3b6e9e;}

img {
  max-width: 100%; 
  height: auto;
}

html {
  height: 100%;
  font-size: 62.5%; }

body {
  max-width: 1920px;
  margin: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  color: #333333; }

.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.container, .container-np {
  max-width: 1200px;
  max-width: 120rem;
  width: 100%;
  padding: 0px 15px;
  padding: 0px 1.5rem;
  margin: 0 auto; }

.container-np {
  padding: 0;
  max-width: 1170px;
  max-width: 117rem; }

fieldset {
  padding: 10px; }

/*.m-slider*/
.m-slider {
  margin-top: -19.3em;
  padding-bottom: 5em; }
  .m-slider__body {
    margin-bottom: 3em; }
  .m-slider__item {
    background: center/cover no-repeat;
    padding: 5em 9em; }
    .webp .m-slider__item {
      background-image: url("../img/slider-bg.webp"); }
    .no-webp .m-slider__item {
      background-image: url("../img/slider-bg.jpg"); }
  .m-slider__type {
    margin-bottom: 1.5625em;
    display: inline-block;
    color: white;
    position: relative;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1em;
    overflow: hidden;
    padding-right: 1.875em; }
    .m-slider__type span {
      display: inline-block;
      position: relative;
      z-index: 1;
      padding: 0.5em 0em 0.5em 0.625em;
      position: relative; }
      .m-slider__type span:after {
        content: '';
        background: #c82222;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    .m-slider__type:after {
      content: '';
      background: #c82222;
      position: absolute;
      height: 100%;
      width: 100%;
      right: -1.2em;
      top: .5em;
      -webkit-transform: rotate(70deg);
                 -moz-transform: rotate(70deg);
                  -ms-transform: rotate(70deg);
                   -o-transform: rotate(70deg);
              transform: rotate(70deg);
      z-index: 0; }
  .m-slider__title {
    color: white;

    font-weight: 700;
    font-size: 5.5em;
    text-transform: uppercase;
    margin-bottom: 0.25em;
    line-height: 1;
    font-stretch: 80%; }
  .m-slider__desc {
    color: #fff;

    font-size: 3.6em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.11111em;
    line-height: 1; }
  .m-slider__link {
    font-size: 2em;
    padding: 0.55em 0.9em 0.6em; }

/*/.m-slider*/
/*m-dots*/
.m-dots {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .m-dots li {
    list-style: none;
    margin: 0 5px; }
    .m-dots li button {
      font-size: 0;
      height: 20px;
      height: 2rem;
      width: 20px;
      width: 2rem;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      border: none;
      cursor: pointer; }

/*/m-dots*/
/*.m-categories*/
.m-categories {
  margin-bottom: 4.5em; }
  .m-categories__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -5px;
    margin-left: -0.5rem; }

/*/.m-categories*/
/*.el-categories*/
.el-categories {
  display: block;
  width: -webkit-calc(20% - 0.5rem);
  width: -moz-calc(20% - 0.5rem);
  width: calc(20% - 0.5rem);
  margin-left: 5px;
  margin-left: 0.5rem;
  background: #fcfcfc;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  padding: 2.3em 1em;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .el-categories:hover {
    -webkit-box-shadow: 0 0 1px 1px #3b6e9e inset;
            box-shadow: 0 0 1px 1px #3b6e9e inset; }
  .el-categories__photo {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 11em;
    margin-bottom: 1.2em; }
    .el-categories__photo picture {
      display: block;
      height: 100%;
      width: 100%; }
    .el-categories__photo img {
      display: block;
      margin: auto;
      max-height: 100%; }
  .el-categories__title {
    font-weight: 600;
    text-align: center;
    font-size: 1.4em;
    color: #3b6e9e;
    max-width: 10em;
    margin: auto; }

/*/.el-categories*/
/*.b-added*/
.b-added {
  padding-top: 4.5em;
  padding-bottom: 5em; }
  .webp .b-added {
    background: url("../img/bg1.webp"); }
  .no-webp .b-added {
    background: url("../img/bg1.jpg"); }
  .b-added--slider {
    padding-bottom: 2em; }
    .webp .b-added--slider {
      background: url("../img/bg2.webp"); }
    .no-webp .b-added--slider {
      background: url("../img/bg2.jpg"); }
  .b-added--news {
    padding-bottom: 3em; }
  .b-added__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3em; }
  .b-added__title {
    font-size: 2.4em;
    font-weight: 700;
    color: #333333; }

/*/.b-added*/
.arrow-link {
  font-size: 1.3em;
  font-weight: 500;
  color: #333333; }
  .arrow-link:after {
    display: inline-block;
    content: '';
    width: 0.84615em;
    height: 0.53846em;
    background: url("../img/arrow.png") center/contain no-repeat;
    vertical-align: middle;
    margin-left: 0.76923em; }
  .arrow-link:hover {
    color: #3b6e9e; }

/*.el-good*/
.el-good {
  background: white;
  max-width: 27em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  padding: 2.5em;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: 1px solid rgba(0, 0, 0, .1); }
  .el-good:hover {
    -webkit-transform: translateY(-1.5em);
               -moz-transform: translateY(-1.5em);
                -ms-transform: translateY(-1.5em);
                 -o-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    z-index: 5;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1); }
  .el-good:hover .el-good__cntrl {
    opacity: 1;
    top: 100%;
    bottom: auto; }
  .el-good__features {
    position: absolute;
    top: 2em;
    left: 0; }
  .el-good__photo {
    height: 15em; }
    .el-good__photo picture {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
    .el-good__photo img {
      max-height: 100%; }
  .el-good__body {
    text-align: center; }
  .el-good__category {
    font-size: 1.1em;
    color: #333333; }
  .el-good__title {
    font-size: 1.5em;
    color: #3b6e9e;
    font-weight: 600;
    margin-top: 0.46667em;
    margin-bottom: 1em; }
  .el-good__bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .el-good__price {
    font-weight: 600;
    font-size: 1.6em;
    color: #333333; }
    .el-good__price span {
      font-size: 0.8125em;
      font-weight: 400; }
    .el-good__price--old {
      color: #cccccc;
      position: relative; }
      .el-good__price--old:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 80%;
        background: #c82222;
        left: 0;
        top: 50%;
        -webkit-transform: rotate(10deg);
                   -moz-transform: rotate(10deg);
                    -ms-transform: rotate(10deg);
                     -o-transform: rotate(10deg);
                transform: rotate(10deg);
        -webkit-transition-duration: 0.3s;
           -moz-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
                transition-duration: 0.3s; }
      .el-good__price--old:hover {
        opacity: .5; }
        .el-good__price--old:hover:before {
          -webkit-transform: rotate(0deg);
                     -moz-transform: rotate(0deg);
                      -ms-transform: rotate(0deg);
                       -o-transform: rotate(0deg);
                  transform: rotate(0deg); }
    .el-good__price:not(:last-child):after {
      content: '/';
      font-size: 14px;
      font-size: 1.4rem;
      color: #d9d9d9;
      margin-right: 5px;
      margin-right: .5rem;
      margin-left: 5px;
      margin-left: 0.5rem; }
  .el-good__weight {
    font-weight: 600;
    font-size: 1.4em;
    color: #333333; }
    .el-good__weight span {
      font-size: 0.8125em;
      font-weight: 400; }
  .el-good__cntrl {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: absolute;
    top: -webkit-calc(100% - 4em);
    top: -moz-calc(100% - 4em);
    top: calc(100% - 4em);
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    z-index: 1;
    height: 4em; }
  .el-good__buy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 1.3em;
    background: #e6e6e6;
    cursor: pointer;
    -webkit-border-radius: 0 0 0 5px;
            border-radius: 0 0 0 5px; }
    .el-good__buy img {
      margin: 0.76923em; }
    .el-good__buy:hover {
      background: #3b6e9e;
      color: white; }
  .el-good__cart {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 1.3em;
    background: #e6e6e6;
    cursor: pointer;
    -webkit-border-radius: 0 0 5px 0px;
            border-radius: 0 0 5px 0px; }
    .el-good__cart img {
      margin: 0.76923em; }
    .el-good__cart:hover {
      background: #3b6e9e;
      color: white; }

/*/.el-good*/
/* */
.el-feat {
  display: block; }
  .el-feat--popular .el-feat__title {
    background: #3b6e9e; }
    .el-feat--popular .el-feat__title:after {
      background: #3b6e9e; }
  .el-feat__wrap {
    position: relative;
    display: inline-block;
    padding-right: 1.2em;
    overflow: hidden; }
  .el-feat__title {
    font-size: 1.3em;
    font-weight: 500;
    color: white;
    background: #c82222;
    padding: 0.61538em 0 0.61538em 0.61538em;
    line-height: 1em; }
    .el-feat__title span {
      position: relative;
      z-index: 1; }
    .el-feat__title:after {
      content: '';
      background: #c82222;
      position: absolute;
      height: 40px;
      height: 4rem;
      width: 40px;
      width: 4rem;
      right: .2em;
      top: 0em;
      -webkit-transform: rotate(75deg);
                 -moz-transform: rotate(75deg);
                  -ms-transform: rotate(75deg);
                   -o-transform: rotate(75deg);
              transform: rotate(75deg); }

.slider-good {
  margin: 0 -15px;
  margin: 0 -1.5rem; }
  .slider-good__item {
    padding-top: 15px;
    padding-top: 1.5rem;
    padding-bottom: 4em; }
    .slider-good__item .el-good {
      margin: auto; }

/**/
.arrow {
  width: 30px;
  width: 3rem;
  height: 50px;
  height: 5rem;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  left: 0px;
  left: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition-duration: 0.3em;
     -moz-transition-duration: 0.3em;
       -o-transition-duration: 0.3em;
          transition-duration: 0.3em;
  z-index: 1; }
  .arrow:hover {
    background: #b79253; }
  .arrow:after {
    position: absolute;
    display: block;
    content: '';
    height: 10px;
    height: 1rem;
    width: 10px;
    width: 1rem;
    border-top: 1px solid white;
    border-left: 1px solid white;
    top: 40%;
    left: 40%;
    -webkit-transform: rotate(-45deg);
               -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                 -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .arrow--next {
    right: 0px;
    right: 0rem;
    left: auto; }
    .arrow--next:after {
      left: auto;
      top: 40%;
      right: 40%;
      border-left: none;
      border-top: 1px solid white;
      border-right: 1px solid white;
      -webkit-transform: rotate(45deg);
                 -moz-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                   -o-transform: rotate(45deg);
              transform: rotate(45deg); }

/**/
/**/
.liset-good {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .liset-good .el-good {
    margin-bottom: 3em; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .liset-good {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(25em, 27em))[auto-fill];
          grid-template-columns: repeat(auto-fill, minmax(25em, 27em)); } }

/**/
.b-tab-nav__item {
  color: #3b6e9e;
  font-size: 2.4em;
  font-weight: 700; }
  .b-tab-nav__item:not(:last-child):after {
    content: '/';
    color: #e5e5e5;
    font-weight: 400;
    margin-right: 10px;
    margin-right: 1rem;
    margin-left: 10px;
    margin-left: 1rem; }
  .b-tab-nav__item.js-tabs__link--active, .b-tab-nav__item:hover {
    color: #333333; }

/**/
.b-listel {
  padding-top: 4.4em;
  padding-bottom: 4em; }
  .b-listel__head {
    margin-bottom: 3em; }
  .b-listel__links {
    margin-top: 1em; }
    .b-listel__links a {
      color: #333333;
      font-size: 1.3em;
      -webkit-transition-duration: 0.3s;
         -moz-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s; }
      .b-listel__links a:hover {
        color: #3b6e9e; }
      .b-listel__links a:not(:last-child):after {
        content: '/';
        color: #cccccc;
        margin-right: 10px;
        margin-right: 1rem;
        margin-left: 10px;
        margin-left: 1rem; }

/**/
.f-subscribe {
  margin-bottom: 5em; }
  .f-subscribe__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: center/cover no-repeat;
    padding: 3em 10em; }
    .webp .f-subscribe__top {
      background: url("../img/slider-bg.webp"); }
    .no-webp .f-subscribe__top {
      background: url("../img/slider-bg.jpg"); }
    .f-subscribe__top-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 40em;
         -moz-box-flex: 0;
          -ms-flex: 0 1 40em;
              flex: 0 1 40em;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .f-subscribe__bottom {
    font-size: 1.1em;
    text-align: center;
    padding: .73em 1.5em;
    background: #f5f5f5; }
    .f-subscribe__bottom img {
      margin-right: 0.72727em; }
  .f-subscribe__title {
    color: white;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 500; }
  .f-subscribe__desc {
    color: white;
    font-size: 1.4em; }
  .f-subscribe__input {
    max-width: 17.85714em;
    width: 100%; }
  .f-subscribe__send {
    margin-left: 1.42857em; }

.list-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .list-news {
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (37em)[auto-fill];
          grid-template-columns: repeat(auto-fill, 37em);
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .list-news .el-news {
        margin: 0 auto 2em;
        max-width: 37em; }
      @media screen and (max-width: 650px) {
        .list-news {
          margin-left: 0;
          margin-right: 0;
          -ms-grid-columns: minmax(29em, 37em);
              grid-template-columns: minmax(29em, 37em); }
          .list-news .el-news {
            max-width: 100%; } } }

/*el-news*/
.el-news {
  margin-bottom: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 37em;
     -moz-box-flex: 0;
      -ms-flex: 0 1 37em;
          flex: 0 1 37em; }
  .el-news__photo {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 54.055%; }
    .el-news__photo picture {
      display: block; }
    .el-news__photo img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
                 -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                   -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      /*object-fit: cover;
			object-position: center;
			height: 20em;
			width: 100%;*/ }
  .el-news__body {
    background: white;
    padding: 2em 2em 2.2em;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1) inset;
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1) inset;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px; }
  .el-news__title {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 600;
    color: #00407d;
    margin-bottom: 0.46667em;
    display: block; }
    .el-news__title:hover {
      color: #3b6e9e; }
  .el-news__desc {
    font-size: 1.3em;
    line-height: 1.53846em; }
  .el-news--wide {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden; }
    .el-news--wide .el-news__photo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 37em;
         -moz-box-flex: 0;
          -ms-flex: 0 1 37em;
              flex: 0 1 37em;
      padding-top: 0;
      height: 20em;
      border: none; }
      .el-news--wide .el-news__photo img {
        max-width: none;
        max-width: initial; }
    .el-news--wide .el-news__body {
      padding: 3em;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-flex: 0;
      -webkit-flex: 0 2 50em;
         -moz-box-flex: 0;
          -ms-flex: 0 2 50em;
              flex: 0 2 50em; }

/*/el-news*/
/*.footer*/
.footer {
  background: #52483c;
  position: relative; }
  .footer:after {
    content: '';
    height: 1.4em;
    width: 100%;
    position: absolute;
    left: 0;
    top: -0.7em; }
    .webp .footer:after {
      background-image: url("../img/cord.webp"); }
    .no-webp .footer:after {
      background-image: url("../img/cord.png"); }
  .footer__logo {
    max-width: 13.7em; }
  .footer__title {
    font-weight: 600;
    font-size: 1.2em;
    color: #e6c277; }
  .footer__top {
    padding-top: 4.5em;
    padding-bottom: 3.5em; }
    .footer__top-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .footer__top-center {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 67em;
         -moz-box-flex: 0;
          -ms-flex: 0 1 67em;
              flex: 0 1 67em; }
    .footer__top-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 20em;
         -moz-box-flex: 0;
          -ms-flex: 0 1 20em;
              flex: 0 1 20em;
      padding-right: 1.5em; }
    .footer__top-right {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 17em;
         -moz-box-flex: 1;
          -ms-flex: 1 0 17em;
              flex: 1 0 17em;
      text-align: right;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .footer__top-right .footer__title {
        margin-bottom: 1.25em; }
  .footer__bottom {
    padding: 1.25em 0;
    background: rgba(0, 0, 0, .1);
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .footer__bottom:hover {
      background: rgba(0, 0, 0, .3); }
    .footer__bottom-wrap {
      color: white; }
    .footer__bottom-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 20em;
         -moz-box-flex: 0;
          -ms-flex: 0 1 20em;
              flex: 0 1 20em; }
    .footer__bottom-center {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  .footer__polit {
    color: white;
    font-size: 1.2em; }
    .footer__polit:hover {
      color: #ceae6d; }
  .footer__copy {
    color: white;
    font-size: 1.2em; }
  .footer__creater {
    color: white;
    font-size: 1.2em; }
    .footer__creater span {
      color: #ceae6d; }
    .footer__creater:hover {
      color: #ceae6d; }
  .footer__info-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .footer__info:not(:last-child) {
    margin-bottom: 1.5em; }
  .footer__info--phone .footer__info-value {
    font-size: 1.8em; }
  .footer__info-value {
    font-size: 1.4em;
    color: white;
    font-weight: 600; }
    .footer__info-value a {
      color: white; }
      .footer__info-value a:hover {
        color: #e6c277; }
  .footer__info-desc {
    font-size: 1.1em;
    color: white; }

/*/.footer*/
.b-menu__title {
  margin-bottom: 1.25em; }

.b-menu__list {
  list-style: none; }

.b-menu__item {
  display: block;
  font-size: 1.2em;
  margin-bottom: 1.25em; }
  .b-menu__item a {
    color: white; }
    .b-menu__item a:hover {
      color: #e6c277; }

/*.footer-soc*/
.footer-soc {
  margin-top: 2em; }
  .footer-soc__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-left: 1.2rem; }

/*bread*/
.bread {
  padding-top: 2.5em;
  padding-bottom: 0.7em; }
  .bread__item {
    display: inline-block;
    font-size: 1.1em;
    color: #333333;
    margin-right: 1em; }
    .bread__item:not(:last-child):after {
      content: '»';
      margin-left: 1em;
      color: #3b6e9e; }
    .bread__item:last-child {
      pointer-events: none; }
    .bread__item:hover {
      color: #3b6e9e; }

/*/bread*/
/*.page-head*/
.page-head {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .page-head__title {
    font-size: 2.4em;
    font-weight: 700;
    margin-right: 15px;
    margin-right: 1.5rem; }

/*/.page-head*/
/*p-card*/
.p-card {
  padding-bottom: 5em;
  padding-top: 2em; }
  .p-card__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0  1 87em;
       -moz-box-flex: 0;
        -ms-flex: 0  1 87em;
            flex: 0  1 87em;
    min-width: 0;
    margin-right: 10px;
    margin-right: 1rem; }
  .p-card__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27em;
       -moz-box-flex: 0;
        -ms-flex: 0 0 27em;
            flex: 0 0 27em; }
  .p-card .card-tabs {
    margin-top: 5em; }

/*/p-card*/
/*.b-card*/
.b-card__features {
  position: absolute;
  z-index: 1;
  top: 2em;
  left: -.2px; }

.b-card__slider-big {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 1em;
  -webkit-border-radius: .5rem;
          border-radius: .5rem;
  margin-bottom: 2em; }
  .b-card__slider-big .el {
    height: 100%;
    width: 100%; }
    .b-card__slider-big .el img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }

.b-card__slider-nav {
  margin-left: -10px;
  margin-left: -1rem;
  margin-right: -10px;
  margin-right: -1rem; }
  .b-card__slider-nav .el {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1em;
    -webkit-border-radius: .5rem;
            border-radius: .5rem;
    max-width: 11em;
    margin: auto; }
    .b-card__slider-nav .el img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }

.b-card__left {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 37em;
     -moz-box-flex: 0;
      -ms-flex: 0 1 37em;
          flex: 0 1 37em;
  margin-right: 2em;
  position: relative; }

.b-card__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47em;
     -moz-box-flex: 0;
      -ms-flex: 0 1 47em;
          flex: 0 1 47em; }
  .b-card__right-bottom {
    padding-top: 3em; }

.b-card__desc {
  max-width: 100%;
  font-size: 1.3em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 1.53846em; }

.b-card__inf {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.b-card__instore {
  font-size: 1.3em;
  color: #333333; }

.b-card__made {
  font-size: 1.3em;
  color: #333333; }

.b-card__price-box {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.21em 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 2em 0 2.3em; }

.b-card__old-price {
  color: #e5e5e5;
  font-size: 1.6em;
  font-weight: 500;
  margin: .5em 0; }
  .b-card__old-price span {
    font-size: 1.375em;
    font-weight: 700; }

/*/.b-card*/
.contrl {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .contrl .counter {
    margin-bottom: 1em;
    margin-right: 1em; }
  .contrl__right .b-blue:not(:last-child) {
    margin-right: 1.53846em; }

/**.b-price*/
.b-price__val {
  font-size: 3em;
  font-weight: 700; }

.b-price__text {
  font-size: 1.6em;
  font-weight: 500; }

.b-price__sub-val {
  font-size: 2.2em;
  font-weight: 700; }

/*/.b-price*/
/*.parm-radio*/
.parm-radio {
  display: inline-block;
  font-size: 1.3em;
  margin-right: 5px;
  margin-right: 0.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  cursor: pointer; }
  .parm-radio input {
    display: none; }
  .parm-radio input + span {
    display: block;
    color: #333333;
    background: #fafafa;
    padding: .4em; }
  .parm-radio input:checked + span {
    color: white;
    background: #00407d; }

/*/.parm-radio*/
/*.b-param*/
.b-param {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 2.5em 0; }
  .b-param__title {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 0.76923em; }

/*/.b-param*/
/**/
.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .counter__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3em;
       -moz-box-flex: 0;
        -ms-flex: 0 0 3em;
            flex: 0 0 3em;
    margin-right: 10px;
    margin-right: 1rem; }
  .counter__right {
    max-width: 10em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 7.69231em;
       -moz-box-flex: 1;
        -ms-flex: 1 1 7.69231em;
            flex: 1 1 7.69231em;
    max-width: 7.69231em; }
  .counter__btn {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #e6e6e6;
    color: black;
    border: 0;
    cursor: pointer;
    height: 20px;
    height: 2rem;
    font-weight: 500;
    font-size: 15px;
    font-size: 1.5rem; }
    .counter__btn--inc {
      -webkit-border-radius: 5px 5px 0 0;
              border-radius: 5px 5px 0 0; }
    .counter__btn--dec {
      -webkit-border-radius: 0 0 5px 5px;
              border-radius: 0 0 5px 5px; }
    .counter__btn:hover {
      background: #3b6e9e;
      color: white; }
  .counter__input {
    height: 40px;
    height: 4rem;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 1.3em;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    min-width: 0;
    display: block;
    text-align: center;
    width: 100%; }

/**/
.b-blue {
  background: #e6e6e6;
  color: #333333;
  font-size: 1.3em;
  vertical-align: center;
  padding: 0 1.15385em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 3.07692em; }
  .b-blue img {
    margin-left: 1em; }
  .b-blue:hover {
    color: white;
    background: #3b6e9e; }

/*.card-tabs*/
.card-tabs__link {
  font-size: 1.5em;
  font-weight: 600;
  color: #333333;
  padding: 1em 1.53333em;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0); }
  .card-tabs__link--active, .card-tabs__link:hover {
    color: #3b6e9e;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    border-bottom: 0;
    background: white; }

.card-tabs__content {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 2.6em 2em;
  margin-top: -1px; }

/*/.card-tabs*/
/*.b-adinf*/
.b-adinf {
  background: #fcfcfc;
  padding: 2.5em 3em 3em; }
  .b-adinf:not(:last-child) {
    margin-bottom: 2em; }
  .b-adinf hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    height: 1px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1); }
  .b-adinf__title {
    font-size: 1.5em;
    font-weight: 600;
    color: #3b6e9e; }
  .b-adinf__item {
    font-size: 1.3em; }
    .b-adinf__item:not(:last-child) {
      margin-bottom: 1.15385em; }
  .b-adinf img {
    margin-right: 1em;
    margin-bottom: 1em; }

/*/.b-adinf*/
/*.page-description*/
.page-description {
  padding-top: 4.5em;
  padding-bottom: 5em; }
  .webp .page-description {
    background: url("../img/bg1.webp") center; }
  .no-webp .page-description {
    background: url("../img/bg1.jpg") center; }

/*/.page-description*/
/*.p-catalog*/
.p-catalog {
  margin-top: 2.5em;
  padding-bottom: 5em; }
  .p-catalog__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 27em;
            flex: 0 1 27em;
    margin-right: 20px;
    margin-right: 2rem; }
  .p-catalog__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 3 87em;
       -moz-box-flex: 0;
        -ms-flex: 0 3 87em;
            flex: 0 3 87em; }

/*/.p-catalog*/
/*categories*/
.categories {
  margin-bottom: 3em; }
  .categories.is-open .categories__toggle {
    -webkit-transform: none;
               -moz-transform: none;
                -ms-transform: none;
                 -o-transform: none;
            transform: none; }
    .categories.is-open .categories__toggle:after {
      -webkit-transform: rotate(-135deg) translate(50%, 10%);
                 -moz-transform: rotate(-135deg) translate(50%, 10%);
                  -ms-transform: rotate(-135deg) translate(50%, 10%);
                   -o-transform: rotate(-135deg) translate(50%, 10%);
              transform: rotate(-135deg) translate(50%, 10%);
      height: 40%;
      width: 40%; }
  .categories__toggle {
    position: absolute;
    top: 0;
    left: -webkit-calc(100% - 4em);
    left: -moz-calc(100% - 4em);
    left: calc(100% - 4em);
    height: 4em;
    width: 4em;
    background: #00407d;
    display: none;
    cursor: pointer;
    color: white;
    -webkit-transform: rotate(45deg) translate(-40%, 40%);
               -moz-transform: rotate(45deg) translate(-40%, 40%);
                -ms-transform: rotate(45deg) translate(-40%, 40%);
                 -o-transform: rotate(45deg) translate(-40%, 40%);
            transform: rotate(45deg) translate(-40%, 40%); }
    .categories__toggle:after {
      -webkit-transition-duration: 0.3s;
         -moz-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s;
      content: '';
      display: block;
      height: 70%;
      width: 70%;
      border-top: 3px solid white;
      border-right: 3px solid white;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
                 -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                   -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .categories__item {
    list-style: none; }
  .categories__item:first-child .categories__link {
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0; }
  .categories__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #00407d;
    color: #e6c277;
    font-size: 1.3em;
    padding: .9em 20px;
    padding: .9em 2rem;
    position: relative; }
    .categories__link:after {
      content: '';
      width: 5px;
      height: 5px;
      border-bottom: 1px solid #e6c277;
      border-right: 1px solid #e6c277;
      -webkit-transform: rotate(45deg);
                 -moz-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                   -o-transform: rotate(45deg);
              transform: rotate(45deg); }

.el-category__item {
  list-style: none; }
  .el-category__item.is-active a {
    border: 1px solid #3b6e9e; }
  .el-category__item a {
    background: #fcfcfc;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.3em;
    padding: .9em 20px;
    padding: .9em 2rem;
    color: #333333; }

/*/categories*/
/*.bnrcat*/
.bnrcat img {
  max-width: 100%; }

/*/.bnrcat*/
/*.count-items*/
.count-items {
  font-size: 1.3em;
  color: #333333; }

/*/.count-items*/
/*pag*/
.pag__item {
  display: inline-block;
  text-align: center;
  height: 32px;
  height: 3.2rem;
  min-width: 32px;
  min-width: 3.2rem;
  font-size: 1.3em;
  background: #fafafa;
  padding: .5em .7em;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #333333;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .pag__item.active, .pag__item:hover {
    background: #3b6e9e;
    color: white; }
  .pag__item:not(:last-child) {
    margin-right: 10px;
    margin-right: 1rem; }

/*.pag*/
/*.p-contacts*/
.p-contacts__wrap {
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 2em 0;
  margin: 2.8em auto 5em; }

/*/.p-contacts*/
/*.el-contact*/
.el-contact {
  padding: .5em 3em;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .el-contact:not(:last-child):after {
    position: absolute;
    content: '';
    height: 3em;
    width: 1px;
    background: rgba(0, 0, 0, .1);
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                 -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .el-contact__title {
    color: #3b6e9e;
    font-size: 1.3em;
    margin-bottom: 0.53846em; }
  .el-contact__val {
    font-size: 1.3em; }
    .el-contact__val a {
      color: #333333;
      -webkit-transition-duration: .3s;
         -moz-transition-duration: .3s;
           -o-transition-duration: .3s;
              transition-duration: .3s; }
      .el-contact__val a:hover {
        color: #3b6e9e; }

/*/.el-contact*/
#map {
  max-height: 6vh;
  height: 50em;
  margin-bottom: 5em; }

/*.p-news*/
.p-news {
  margin-top: 2em;
  padding-bottom: 5em; }
  .p-news__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 2 87em;
       -moz-box-flex: 0;
        -ms-flex: 0 2 87em;
            flex: 0 2 87em;
    margin-right: 30px;
    margin-right: 3rem; }
  .p-news__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 27em;
            flex: 0 1 27em; }

/*/.p-news*/
.pag--news {
  margin-top: 1em;
  text-align: right; }

/*.el-cart*/
.el-cart {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: .25em 0;
  margin-bottom: 2em; }
  .el-cart__col-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12.2807%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 12.2807%;
            flex: 0 1 12.2807%; }
  .el-cart__col-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 31.75439%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 31.75439%;
            flex: 0 1 31.75439%; }
  .el-cart__col-weight {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18.68421%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 18.68421%;
            flex: 0 1 18.68421%; }
  .el-cart__col-counter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16.49123%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 16.49123%;
            flex: 0 1 16.49123%; }
  .el-cart__col-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17.54386%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 17.54386%;
            flex: 0 1 17.54386%; }
  .el-cart__photo {
    margin: auto;
    max-width: 8.5em; }
    .el-cart__photo img {
      max-width: 100%;
      max-height: 100%; }
  .el-cart__del {
    background: url("../img/trash.png") center/contain no-repeat;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6.14035%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 6.14035%;
            flex: 0 1 6.14035%;
    width: 2em;
    height: 2.2em; }
  .el-cart__title {
    display: block;
    color: #333333;
    font-size: 1.1em;
    margin-bottom: 0.6em; }
  .el-cart__name {
    font-size: 1.5em;
    color: #3b6e9e;
    font-weight: 600; }
    .el-cart__name:hover {
      color: #333333; }

/*/.el-cart*/
/*.price-per-size*/
.price-cart__val {
  font-size: 1.6em;
  font-weight: 700; }

.price-cart__text {
  font-size: 1.3em; }

.price-cart__sub-val {
  font-size: 1.4em;
  font-weight: 600; }

/*/.price-per-size*/
/*.p-cart*/
.p-cart {
  padding-top: 2.2em;
  padding-bottom: 3em;
  margin-bottom: 1em; }
  .p-cart__total-price {
    text-align: right; }

.result-price {
  font-size: 1.5em;
  margin-right: 0.7em; }

/*/.p-cart*/
/*.b-order*/
.b-order {
  padding-top: 4em;
  padding-bottom: 5.7em; }
  .webp .b-order {
    background: url("../img/bg1.webp"); }
  .no-webp .b-order {
    background: url("../img/bg1.jpg"); }
  .b-order__line {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .b-order__title {
    font-size: 2.4em;
    font-weight: 700;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1em; }
  .b-order__bottom {
    padding-top: 3em;
    border-top: 1px solid rgba(0, 0, 0, .1); }
    .b-order__bottom-right {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .b-order__polit {
    text-align: right;
    margin-right: 2.5em;
    font-size: 1.2em; }
  .b-order__send {
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    cursor: pointer;
    background: #00407d;
    color: white;
    font-size: 1.3em;
    padding: 0.76923em 1.5em;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #00407d;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .b-order__send:hover {
      color: #00407d;
      background: white; }

/*/.b-order*/
/*.order-info*/
.order-info {
  margin-bottom: 2.8em; }
  .order-info:not(:last-child) {
    margin-right: 30px;
    margin-right: 3rem; }
  .order-info--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 27em;
            flex: 0 1 27em; }
  .order-info--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 27em;
            flex: 0 1 27em; }
  .order-info--3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 27em;
       -moz-box-flex: 1;
        -ms-flex: 1 1 27em;
            flex: 1 1 27em; }
  .order-info--4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27em;
       -moz-box-flex: 0;
        -ms-flex: 0 1 27em;
            flex: 0 1 27em; }
  .order-info--5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 27em;
       -moz-box-flex: 1;
        -ms-flex: 1 1 27em;
            flex: 1 1 27em; }
  .order-info__title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1em; }
  .order-info .c-input {
    width: 100%;
    min-width: 0; }
    .order-info .c-input:not(:last-child) {
      margin-bottom: 0.76923em; }
  .order-info .c-check {
    margin-bottom: 1.3em;
    margin-right: 3em; }

/*/.order-info*/
/*.c-check*/
.c-check {
  display: inline-block;
  cursor: pointer; }
  .c-check__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-check input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0; }
  input:checked + .c-check__body .c-check__box:after {
    background: #ff7d00; }
  input:focus + .c-check__body .c-check__box {
    border-color: rgba(0, 0, 0, .3); }
  input:disabled + .c-check__body {
    opacity: .5; }
  input:checked:disabled + .c-check__body .c-check__box:after {
    background: grey; }
  .c-check__box {
    height: 1.6em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.6em;
       -moz-box-flex: 0;
        -ms-flex: 0 0 1.6em;
            flex: 0 0 1.6em;
    width: 1.6em;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 100%;
            border-radius: 100%;
    position: relative;
    background: white;
    margin-right: 10px;
    margin-right: 1rem; }
    .c-check__box:after {
      position: absolute;
      display: block;
      content: '';
      height: 60%;
      width: 60%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
                 -moz-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                   -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-border-radius: 100%;
              border-radius: 100%; }
  .c-check__text {
    font-size: 1.3em; }

/*/.c-check*/
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
a.button15 {
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}
a.button15:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
a.button15:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}