@charset 'UTF-8';

@font-face {
  font-family: 'Garamond';
  src: url('../fonts/garamond.eot');
  src: url('../fonts/garamond.eot') format('embedded-opentype'), 
       url('../fonts/garamond.woff2') format('woff2'), 
       url('../fonts/garamond.woff') format('woff'), 
       url('../fonts/garamond.ttf') format('truetype'), 
       url('../fonts/garamond.svg#garamond') format('svg');
}

@font-face {
  font-family: 'Segoe';
  src: url('../fonts/segoe.eot');
  src: url('../fonts/segoe.eot') format('embedded-opentype'), 
       url('../fonts/segoe.woff2') format('woff2'), 
       url('../fonts/segoe.woff') format('woff'), 
       url('../fonts/segoe.ttf') format('truetype'), 
       url('../fonts/segoe.svg#segoe') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Segoe';
  src: url('../fonts/seguisb.eot');
  src: url('../fonts/seguisb.eot') format('embedded-opentype'), 
       url('../fonts/seguisb.woff2') format('woff2'), 
       url('../fonts/seguisb.woff') format('woff'), 
       url('../fonts/seguisb.ttf') format('truetype'), 
       url('../fonts/seguisb.svg#seguisb') format('svg');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'als_rubl';
  src: url('../fonts/rouble/rouble-webfont.eot');
  src: url('../fonts/rouble/rouble-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/rouble/rouble-webfont.woff2') format('woff2'),
       url('../fonts/rouble/rouble-webfont.woff') format('woff'),
       url('../fonts/rouble/rouble-webfont.ttf') format('truetype'),
       url('../fonts/rouble/rouble-webfont.svg#als_rublregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'Segoe', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

div,
input[type="text"],
textarea {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

input[type="text"],
textarea {
  font-family: inherit;
  font-weight: 400;
  border-radius: 0;
  outline: none
}

input[type="text"]:disabled, textarea:disabled{
  opacity: 1;
}

textarea {
  resize: none;
}

button {
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

ol, ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 400;
}

td {
  padding: 0;
}

figure {
  margin: 0;
}

iframe {
  border: 0;
}

/* .btn {
  position: relative;
  display: inline-block;
  min-width: 200px;
  background-color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #4A4A4A;
  padding: 14px 42px;
  transition: .2s;
  &:hover {
    background-color: #4A4A4A;
    color: #fff;
  }
} */

.grid-outer {
  overflow: hidden;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -10px
}

.grid--middle{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid__c {
  width: 100%;
  padding: 30px 0 0 10px
}

.g-prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.g-prod-list__item {
  width: 100%;
  padding: 10px 0 0 10px
}

body {
  background: url('../img/back.jpg') 0 0 repeat;
}

.container {
  padding: 0 10px;
  margin: 0 auto
}

.container::before, .container::after{
  content: '';
  display: table;
  clear: both;
}

.svg-icon {
  width: 100%;
  height: 100%;
}

.main-slider {
  padding-bottom: 40px;
  margin-bottom: 20px
}

.section {
}

.section--catalog{
  background: rgba(255, 255, 255, .5);
  padding-bottom: 60px;
}

.section--news{
  padding-bottom: 30px;
}

.section--about{
  background-color: rgba(255, 255, 255, .5);
  padding: 20px 0;
}

.section__title {
  color: #f58205;
  font-family: 'Garamond';
  font-size: 30px;
  text-align: center;
  padding: 30px 0 20px;
  margin: 0 auto
}

.section__bottom {
  text-align: right;
  margin-top: 10px;
}

.section__more-link {
  font-size: 16px;
  font-style: italic
}

.section__more-link:hover{
  text-decoration: underline;
}

.cat-card {
  display: block
}

.cat-card:hover .cat-card__title{
  text-decoration: underline;
}

.cat-card__img {
  display: block;
  width: 100%;
  max-width: 130px;
  max-height: 130px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 2px 3px #666;
  margin: 0 auto 9px;
  box-sizing: border-box;
}

.cat-card__title {
  height: 63px;
  overflow: hidden;
  color: #515151;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35em;
  text-align: center;
  text-transform: uppercase;
}

.news-card {
  display: block;
  box-sizing: border-box
}

.news-card:hover .news-card__title{
  text-decoration: underline;
}

.news-card__img {
  display: block;
  width: 100%;
  border: 5px solid white;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, .7);
  box-sizing: border-box;
}

.news-card__title {
  display: block;
  height: 40px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 15px 0 10px;
}

.news-card__date {
  font-size: 13px;
  font-style: italic;
}

.news-card__desc {
  font-size: 14px;
  line-height: 1.5em;
  word-break: break-word;
  margin-top: 10px;
}

.brands {
  background-color: #fff;
  padding: 10px 0;
}

.brand-img {
  display: block;
  width: 100%;
  opacity: .5
}

.brand-img:hover{
  opacity: 1;
}

.map {
  height: 450px;
}

.block__title {
  color: #f58205;
  font-family: 'Garamond';
  font-size: 30px;
  margin-bottom: 20px;
}

.block__text {
  line-height: 1.4;
  text-align: justify
}

.block__text a{
  color: #f58205;
  text-decoration: underline;
}

.block__more-link {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  margin-top: 20px
}

.block__more-link:hover{
  text-decoration: underline;
}

.block-contacts {
  margin-bottom: 26px;
}

.block-contacts__item {
  height: 28px;
  background: url('../img/contact.png') 0 0 no-repeat;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 18px;
  padding-left: 35px
}

.block-contacts__item:not(:last-child){
  margin-bottom: 18px;
}

.block-contacts__item--loc{
  background-position: 0 0;
  line-height: 22px;
}

.block-contacts__item--phone{
  background-position: 0px -34px;
  line-height: 26px;
}

.block-contacts__item--fax{
  background-position: 0px -67px;
  line-height: 28px;
}

.block-contacts__item--mail{
  background-position: 0px -104px;
}

.block-contacts__item--skype{
  background-position: 0px -134px;
  line-height: 24px;
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.feedback-form__group {
  width: 100%;
  padding: 10px 0 0 10px
}

.feedback-form__group--half{
  width: 50%;
}

.feedback-form__text,
.feedback-form__textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #d7d7d7;
}

.feedback-form__text {
  height: 38px;
  padding: 0 10px;
}

.feedback-form__textarea {
  height: 98px;
  padding: 8px 10px 0;
}

.feedback-form__hint {
  font-size: 13px;
  color: #8c8c8c;
}

.feedback-form__submit {
  display: inline-block;
  width: 160px;
  height: 45px;
  background: url('../img/but.png') 0 0 no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.page {
  padding: 25px 0;
}

.page__title {
  color: #f58205;
  font-family: 'Garamond';
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 6px;
}

.page__bread {
  margin-bottom: 20px
}

.page__bread > a, .page__bread > span{
  display: inline-block;
  vertical-align: middle;
  color: #515151;
  font-weight: 600;
}

.page__bread > a::after{
  content: '\2192';
  display: inline-block;
  margin: 0 3px;
}

.page__bread > a:hover{
  text-decoration: underline;
}

.page__img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.page__text {
  font-size: 16px;
  line-height: 1.5
}

.page__text h1, .page__text h2, .page__text h3, .page__text h4, .page__text h5, .page__text h6{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.page__text h1:not(:first-child), .page__text h2:not(:first-child), .page__text h3:not(:first-child), .page__text h4:not(:first-child), .page__text h5:not(:first-child), .page__text h6:not(:first-child){
  margin-top: 30px;
}

.page__text p{
}

.page__text p:not(:last-child){
  margin-bottom: 12px;
}

.page__text img{
  float: none;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0!important;
  box-sizing: border-box;
}

.page__text a{
  color: #f58205;
  text-decoration: underline;
}

.page__text ul{
}

.page__text ul:not(:last-child){
  margin-bottom: 30px;
}

.page__text ul li{
  position: relative;
  padding-left: 28px;
}

.page__text ul li:not(:last-child){
  padding-bottom: 20px;
}

.page__text ul li:before{
  content: '\25A0';
  position: absolute;
  top: 0;
  left: 0;
}

.page__text ol{
  list-style: decimal;
  padding-left: 25px;
}

.page__text ol:not(:last-child){
  margin-bottom: 30px;
}

.page__text ol li{
}

.page__text ol li:not(:last-child){
  margin-bottom: 20px;
}

.page__text table{
  width: 100%;
  background-color: #F3F3F3;
  border: 2px solid #fff;
}

.page__text table th, .page__text table td{
  vertical-align: top;
  text-align: left;
  word-break: break-word;
}

.page__text table td{
  border: 1px solid #D4E4DB;
  padding: 10px;
}

.page__text iframe{
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

.page-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-catalog__sidebar {
  display: none
}

.page-catalog__content {
  width: 100%
}

.brand-card__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.brand-card__img::before{
  content: '';
  display: block;
  padding-top: 50%;
}

.brand-card__img > img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.brand-card__title {
  font-size: 16px;
  font-weight: 600;
  height: 32px;
  overflow: hidden;
  text-align: center;
  margin-top: 16px;
}

.catalog-menu__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 26px;
}

.catalog-menu__sub-title {
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 8px 0;
  margin: 8px 0;
}

.catalog-menu__link {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  padding: 6px 10px
}

.catalog-menu__link:hover{
  background-image: url('../img/menu.png');
  background-size: auto 100%;
  color: #fff;
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog__alphabet {
  width: 100%;
  background-color: #fff;
  padding: 20px 18px 30px
}

.catalog__content {
  width: 75%;
  background-color: #fff;
  padding: 20px 18px 30px;
}

.catalog__tabs {
  width: 25%;
}

.catalog__tab {
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  padding-top: 48%;
  box-shadow: inset 6px 0 4px -3px rgba(0, 0, 0, .2)
}

.catalog__tab:not(:last-child){
  margin-bottom: 10px;
}

.catalog__tab--active{
  box-shadow: 6px 13px 16px -11px rgba(50, 50, 50, .75);
}

.catalog__tab > span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26px;
  font-size: 26px;
  margin: auto;
}

.catalog__tab > img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 85%;
  max-height: 85%;
}

.abc {
  margin: 8px 0 20px
}

.abc a{
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 5px;
}

.abc a:hover{
  text-decoration: underline;
}

.product-card {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, .3);
  transition: .3s
}

.product-card:hover{
  box-shadow: 0 0 5px rgba(0, 0, 0, .7);
}

.product-card:hover .product-card__title{
  text-decoration: underline;
}

.product-card__img {
  position: relative
}

.product-card__img::before{
  content: '';
  display: block;
  padding-top: 135%;
}

.product-card__img > img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.product-card__title {
  height: 57px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.2em;
}

.product-card__price {
  color: #f17d03;
  font-size: 20px;
  margin-top: 12px
}

.product-card__price i{
  font-family: 'als_rubl';
  font-style: normal;
}

.product-card__price i::after{
  content: 'q';
}

.pagination {
  font-size: 18px;
  text-align: center;
  margin-top: 25px
}

.pagination > a, .pagination > span{
  display: inline-block;
  font-size: 18px;
  padding: 0 6px;
  transition: color 0.3s;
}

.pagination > span{
  color: #f58205;
}

.pagination > a:hover{
  color: #f58205;
}

.product__img {
  display: block;
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, .75);
  box-sizing: border-box
}

.product__text {
  line-height: 1.3;
  text-align: justify
}

.product__text p{
}

.product__text p:not(:last-child){
  margin-bottom: 14px;
}

.product__share {
  margin-top: 14px;
}

.product__none {
  color: #f58205;
  font-size: 18px;
  margin-top: 20px;
}

.product-price__form {
  text-align: right;
}

.product-price__label {
  color: #f58205;
}

.product-price__price {
  color: #f58205;
  font-size: 40px;
  font-weight: 700
}

.product-price__price > i{
  font-family: 'als_rubl';
  font-style: normal;
  font-weight: normal;
}

.product-price__price > i::after{
  content: 'q';
}

.product-price__btn {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  background: linear-gradient(to bottom, #f9b60f 0%, #eb5601 100%);
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin-top: 14px;
  cursor: pointer
}

.product-price__btn::after{
  content: '';
  position: absolute;
  top: 6px;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0My41IDI0My41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDMuNSAyNDMuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xMTMuNDAzLDE1Ny43NzVjMC4zOTksMy44NTgsMy42NTUsNi43MjksNy40NTEsNi43MjljMC4yNTgsMCwwLjUxOC0wLjAxMywwLjc4LTAuMDRjNC4xMi0wLjQyNiw3LjExNS00LjExMSw2LjY4OS04LjIzMiAgIGwtMy40NTgtMzMuNDY4Yy0wLjQyNi00LjEyMS00LjExLTcuMTEyLTguMjMxLTYuNjg5Yy00LjEyLDAuNDI2LTcuMTE1LDQuMTExLTYuNjksOC4yMzFMMTEzLjQwMywxNTcuNzc1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTE2MC4zMzgsMTY0LjQ2NGMwLjI2MiwwLjAyNywwLjUyMiwwLjA0LDAuNzgsMC4wNGMzLjc5NSwwLDcuMDUyLTIuODcyLDcuNDUxLTYuNzI5bDMuNDU4LTMzLjQ2OCAgIGMwLjQyNi00LjEyMS0yLjU2OS03LjgwNi02LjY4OS04LjIzMWMtNC4xMjEtMC40MjItNy44MDYsMi41Ny04LjIzMiw2LjY4OWwtMy40NTgsMzMuNDY4ICAgQzE1My4yMjMsMTYwLjM1NCwxNTYuMjE4LDE2NC4wMzksMTYwLjMzOCwxNjQuNDY0eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTEwMi4yNjYsMTk3LjA2NGMtMTIuODAxLDAtMjMuMjE1LDEwLjQxNC0yMy4yMTUsMjMuMjE1YzAsMTIuODA0LDEwLjQxNCwyMy4yMjEsMjMuMjE1LDIzLjIyMSAgIGMxMi44MDEsMCwyMy4yMTYtMTAuNDE3LDIzLjIxNi0yMy4yMjFDMTI1LjQ4MSwyMDcuNDc5LDExNS4wNjcsMTk3LjA2NCwxMDIuMjY2LDE5Ny4wNjR6IE0xMDIuMjY2LDIyOC41ICAgYy00LjUzLDAtOC4yMTUtMy42ODgtOC4yMTUtOC4yMjFjMC00LjUzLDMuNjg1LTguMjE1LDguMjE1LTguMjE1YzQuNTMsMCw4LjIxNiwzLjY4NSw4LjIxNiw4LjIxNSAgIEMxMTAuNDgxLDIyNC44MTIsMTA2Ljc5NiwyMjguNSwxMDIuMjY2LDIyOC41eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTE3OS43MDcsMTk3LjA2NGMtMTIuODAxLDAtMjMuMjE2LDEwLjQxNC0yMy4yMTYsMjMuMjE1YzAsMTIuODA0LDEwLjQxNSwyMy4yMjEsMjMuMjE2LDIzLjIyMSAgIGMxMi44MDIsMCwyMy4yMTgtMTAuNDE3LDIzLjIxOC0yMy4yMjFDMjAyLjkyNSwyMDcuNDc5LDE5Mi41MDksMTk3LjA2NCwxNzkuNzA3LDE5Ny4wNjR6IE0xNzkuNzA3LDIyOC41ICAgYy00LjUzLDAtOC4yMTYtMy42ODgtOC4yMTYtOC4yMjFjMC00LjUzLDMuNjg2LTguMjE1LDguMjE2LTguMjE1YzQuNTMxLDAsOC4yMTgsMy42ODUsOC4yMTgsOC4yMTUgICBDMTg3LjkyNSwyMjQuODEyLDE4NC4yMzgsMjI4LjUsMTc5LjcwNywyMjguNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0yMjQuNTY5LDkxLjA1N2MtMS40Mi0xLjgzNy0zLjYxMS0yLjkxMy01LjkzMy0yLjkxM0g2OS4xNDFsLTYuMjc3LTI0LjE0MWMtMC44Ni0zLjMwNS0zLjg0NC01LjYxMi03LjI1OS01LjYxMmgtMzAuNzQgICBjLTQuMTQyLDAtNy41LDMuMzU4LTcuNSw3LjVzMy4zNTgsNy41LDcuNSw3LjVoMjQuOTQxbDYuMjIxLDIzLjkyMmMwLjAzNCwwLjE1LDAuMDczLDAuMjk5LDAuMTE2LDAuNDQ2bDIzLjE1LDg5LjAyMiAgIGMwLjg2LDMuMzA1LDMuODQ0LDUuNjEyLDcuMjU5LDUuNjEyaDEwOC44NzRjMy40MTUsMCw2LjM5OS0yLjMwNyw3LjI1OS01LjYxMmwyMy4yMTEtODkuMjUgICBDMjI2LjQ3OCw5NS4yODUsMjI1Ljk4OSw5Mi44OTQsMjI0LjU2OSw5MS4wNTd6IE0xODkuNjI2LDE3Ny4zOTVIOTIuMzVsLTE5LjMwOS03NC4yNWgxMzUuODk0TDE4OS42MjYsMTc3LjM5NXoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0xMzUuNjc0LDc0LjgyNmMxLjQ2NCwxLjQ2NCwzLjM4NCwyLjE5Nyw1LjMwMywyLjE5N2MxLjkyLDAsMy44MzktMC43MzIsNS4zMDMtMi4xOTdsMjQuMjgtMjQuMjggICBjMi45MjktMi45MjksMi45MjktNy42NzgsMC0xMC42MDZjLTIuOTI5LTIuOTI4LTcuNjc4LTIuOTI4LTEwLjYwNiwwbC0xMS40NjgsMTEuNDY4bDAuMDAyLTQzLjkwNyAgIGMwLTQuMTQyLTMuMzU3LTcuNTAxLTcuNDk5LTcuNTAxaC0wLjAwMWMtNC4xNDIsMC03LjUsMy4zNTgtNy41LDcuNDk5bC0wLjAwMiw0My45MjVsLTExLjQ2OC0xMS40NjggICBjLTIuOTI5LTIuOTI5LTcuNjc4LTIuOTI5LTEwLjYwNiwwYy0yLjkyOSwyLjkyOS0yLjkyOSw3LjY3OCwwLDEwLjYwNkwxMzUuNjc0LDc0LjgyNnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.product-price__btn:hover{
  background: linear-gradient(to bottom, #6bc000 0%, #136700 100%);
}

.product-similar__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.g-product__info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2
}

.g-product__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1
}

.g-product__similar {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.search-count {
  font-size: 16px;
  margin-bottom: 24px;
}

.search-content {
  background-color: #fff;
  padding: 10px 18px 30px;
}

.cart-form__group {
  border: none;
  padding: 0;
  margin: 0
}

.cart-form__group:not(:last-child){
  margin-bottom: 12px;
}

.cart-form__label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px
}

.cart-form__label--req::after{
  content: '*';
  color: #f49307;
}

.cart-form__legend {
  font-size: 20px;
  padding: 0;
  margin-bottom: 10px
}

.cart-form__legend--req::after{
  content: '*';
  color: #f58205;
}

.cart-form__text {
  display: block;
  width: 100%;
  height: 38px;
  font-size: 16px;
  border: 1px solid #c2c2c2;
  padding: 0 8px;
  box-sizing: border-box;
}

.cart-form__textarea {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 16px;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  resize: none;
  padding: 8px;
}

.cart-form__radio {
  display: block;
}

.cart-form__link {
  display: inline-block;
  margin-top: 6px;
  color: #f58205;
  text-decoration: underline;
}

.cart-tbl-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cart-tbl {
  width: 100%;
  font-size: 16px
}

.cart-tbl th{
  font-size: 12px;
  text-align: left;
  padding: 5px;
}

.cart-tbl th:nth-child(2){
  display: none;
}

.cart-tbl td{
  padding: 5px;
}

.cart-tbl td:nth-child(2){
  display: none;
}

.cart-tbl tbody td{
  border-bottom: 1px solid #b7b7b7;
}

.cart-tbl__remove {
  color: #cacaca;
  font-family: sans-serif;
  font-weight: bold;
}

.cart-tbl__img {
  display: none;
  max-width: 60px;
  max-height: 60px;
  margin: 0 auto
}

.cart-tbl__link {
  color: #f58205;
  text-decoration: underline;
}

.cart-tbl__qty {
  text-align: right;
}

.cart-tbl__price {
  font-size: 18px;
  text-align: right
}

.cart-tbl__price > i{
  font-family: 'als_rubl';
  font-style: normal;
}

.cart-tbl__price > i::before{
  content: ' a';
}

.cart-tbl__hint {
  color: #f00;
  line-height: 1.3;
  text-align: center;
}

.cart-tbl__total {
  font-size: 20px;
  text-align: right;
  padding-top: 10px;
}

.cart-tbl__clear {
  display: inline-block;
  color: #9c9c9c;
  text-decoration: underline;
  margin-right: 35px;
}

.cart-tbl__btn {
  display: inline-block;
  width: 116px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #f9b60f 0%, #eb5601 100%);
  cursor: pointer;
}

.cart-tbl-qty {
  position: relative;
  width: 52px;
  padding-right: 18px;
  margin: 0 0 0 auto;
}

.cart-tbl-qty__input {
  width: 34px;
  height: 34px;
  font-size: 16px;
  border: 1px solid #d3d3d3;
  padding: 6px;
  text-align: center;
}

.cart-tbl-qty__btn {
  position: absolute;
  right: 0;
  display: block;
  color: #fff;
  width: 16px;
  height: 16px;
  text-align: center;
  background: linear-gradient(to bottom, #f9b60f 0%, #eb5601 100%);
  transition: opacity .3s
}

.cart-tbl-qty__btn:hover{
  opacity: .6;
}

.cart-tbl-qty__btn--plus{
  top: 0;
}

.cart-tbl-qty__btn--minus{
  bottom: 0;
}

.order-tbl {
  width: 100%
}

.order-tbl caption{
  color: #6e6e6e;
  font-size: 15px;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 26px;
}

.order-tbl td{
  padding-bottom: 16px;
}

.order-tbl td:first-child{
  font-weight: 600;
}

.order-tbl td:last-child{
  color: #6e6e6e;
}

.icon-times-drop {
  width: 24px !important;
  height: 24px !important;
  background: none;
  border: none;
  outline: none;
  transition: .3s
}

.icon-times-drop::before{
  content: "\D7";
  font-family: sans-serif;
  position: absolute;
  top: -3px;
  left: 5px;
  font-size: 26px;
}

.inside-padd img {
  max-width: 100%;
  max-height: 100%;
}

.drop {
  height: auto !important;
}

.cart-popup {
  background-color: #fff;
  padding: 5px
}

.cart-popup__title {
  color: #f58205;
  font-size: 36px;
  margin-bottom: 14px;
}

.cart-popup__caption {
  color: #f00;
  margin-bottom: 20px;
}

.letter-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.letter-cols__block {
  display: inline-block;
  width: 100%
}

.letter-cols__block:not(:last-child){
  margin-bottom: 24px;
}

.letter-cols__capital {
  color: #f58205;
  font-family: 'Garamond';
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.letter-cols__link {
  display: block;
  font-size: 16px
}

.letter-cols__link:not(:last-child){
  margin-bottom: 8px;
}

.letter-cols__link:hover{
  text-decoration: underline;
}

.header {
  padding: 5px 0
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__left,
.header__right {
  width: 100%
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.header__center {
  margin: 10px 0
}

.header-logo {
  display: block;
  width: 180px;
  margin: 0 auto
}

.header-logo__img {
  display: block;
  width: 100%;
}

.header-contacts__item {
  display: block;
  font-family: 'Garamond';
  font-size: 16px;
  line-height: 25px;
  padding-left: 30px
}

.header-contacts__item:not(:last-child){
  margin-bottom: 5px;
}

.header-contacts__item--loc{
  background: url('../img/loc.png') 0 0 no-repeat;
}

.header-contacts__item--skype{
  background: url('../img/skype.png') 0 0 no-repeat;
}

.header-contacts__item:hover{
  text-decoration: underline;
}

.header-phones {
  display: inline-block;
  font-family: 'Garamond';
  text-align: right;
}

.header-phones__lg {
  font-size: 18px
}

.header-phones__sm {
  font-size: 18px
}

.header-cart {
  width: 60px;
  height: 50px;
  background: url('../img/cart-top.png') 7px 0px no-repeat;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-left: 16px;
  cursor: pointer;
}

.nav {
  height: 48px;
  background: url('../img/nav.png') 0 0 repeat;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}

.menu {
  position: relative;
}

.menu-btn {
  position: relative;
  width: 30px;
  height: 30px
}

.menu-btn > span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: auto 0;
}

.menu-btn > span::before,
    .menu-btn > span::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-btn > span::before{
  top: -6px;
}

.menu-btn > span::after{
  bottom: -6px;
}

.menu__list {
  width: 0px;
  max-height: 0px;
  overflow: hidden
}

.menu__list.is-open{
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  display: block;
  width: 200px;
  max-height: 400px;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .4);
  z-index: 1;
  transition: max-height .4s;
}

.menu__link {
  display: block;
  font-family: 'Garamond';
  font-size: 20px;
  line-height: 48px;
  padding: 0 15px
}

.menu__link--active{
  color: #f58205;
}

.search-form__input {
  color: #999;
  font-size: 14px;
  border: none;
  padding: 10px 48px 10px 15px;
}

.footer {
  background: url('../img/footer.png') 0 0 repeat;
  padding: 20px 0;
}

.footer-menu__link {
  display: block;
  color: #fff;
  padding: 4px 0
}

.footer-menu__link:hover{
  text-decoration: underline;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 25px;
}

.footer__logo {
  display: block;
  width: 165px;
}

.footer__copy {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px
}

.footer__copy > a:hover{
  text-decoration: underline;
}

.bx-wrapper {
  position: relative;
  padding: 0;
  margin-top: 20px;
  *zoom: 1;
  /* height: 320px; */
}

.bx-wrapper img {
  /* height: 320px; */
  width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  border:  10px solid #fff;
  -webkit-transform: translatez(0);
          transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../img/bx-loader.gif') center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  color: #666;
  top: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #9e9e9e;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  border-radius: 10px;
  top: 20px;
  position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e07d09 !important;
}

.bx-wrapper .bx-prev {
  left: 0px;
  background: url('../img/slider/left.png') no-repeat;
}

.bx-wrapper .bx-next {
  right: -1px;
  background: url('../img/slider/right.png') no-repeat;
}

.bx-wrapper .bx-prev:hover {
  background: url('../img/slider/left-act.png') no-repeat;
}

.bx-wrapper .bx-next:hover {
  right: -1px;
  background: url('../img/slider/right-act.png') no-repeat;
}

.bx-controls-direction {
  display: none
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 41%;
  margin-top: -16px;
  outline: 0;
  width: 58px;
  height: 109px;
  text-indent: -9999px;
  z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../img/slider/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../img/slider/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, .75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  padding: 10px;
}

.l-calendar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f28003;
  background-image: url('../img/l-calendar-back.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 12px 0;
  z-index: 10;
}

.l-calendar__wrap {
  position: relative;
  min-height: 126px;
  max-height: 30vh;
  overflow: hidden
}

.l-calendar-icon {
  position: absolute;
  top: 0;
  left: 0
}

.l-calendar-icon::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU4IDU4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1OCA1ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMjhweCIgaGVpZ2h0PSIxMjhweCI+CjxnPgoJPHBhdGggZD0iTTQyLjg5OSw0LjVjLTAuNDY1LTIuMjc5LTIuNDg0LTQtNC44OTktNGMtMC41NTMsMC0xLDAuNDQ3LTEsMXMwLjQ0NywxLDEsMWMxLjY1NCwwLDMsMS4zNDYsMywzcy0xLjM0NiwzLTMsMyAgIGMtMC41NTMsMC0xLDAuNDQ3LTEsMXMwLjQ0NywxLDEsMWMyLjQxNCwwLDQuNDM0LTEuNzIxLDQuODk5LTRINTZ2OUgydi05aDE0aDNjMC41NTMsMCwxLTAuNDQ3LDEtMXMtMC40NDctMS0xLTFoLTEuODE2ICAgYzAuNDE0LTEuMTYyLDEuNTE0LTIsMi44MTYtMmMxLjY1NCwwLDMsMS4zNDYsMywzcy0xLjM0NiwzLTMsM2MtMC41NTMsMC0xLDAuNDQ3LTEsMXMwLjQ0NywxLDEsMWMyLjc1NywwLDUtMi4yNDMsNS01ICAgcy0yLjI0My01LTUtNWMtMi40MTQsMC00LjQzNCwxLjcyMS00Ljg5OSw0SDB2MTN2NDBoNTh2LTQwdi0xM0g0Mi44OTl6IE01Niw1NS41SDJ2LTM4aDU0VjU1LjV6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNMjYsMi41YzEuNjU0LDAsMywxLjM0NiwzLDNzLTEuMzQ2LDMtMywzYy0wLjU1MywwLTEsMC40NDctMSwxczAuNDQ3LDEsMSwxYzIuNzU3LDAsNS0yLjI0Myw1LTVzLTIuMjQzLTUtNS01ICAgYy0wLjU1MywwLTEsMC40NDctMSwxUzI1LjQ0NywyLjUsMjYsMi41eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTMyLDIuNWMxLjY1NCwwLDMsMS4zNDYsMywzcy0xLjM0NiwzLTMsM2MtMC41NTMsMC0xLDAuNDQ3LTEsMXMwLjQ0NywxLDEsMWMyLjc1NywwLDUtMi4yNDMsNS01cy0yLjI0My01LTUtNSAgIGMtMC41NTMsMC0xLDAuNDQ3LTEsMVMzMS40NDcsMi41LDMyLDIuNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTxjaXJjbGUgY3g9IjIyIiBjeT0iMjQuNSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPgoJPGNpcmNsZSBjeD0iMjkiIGN5PSIyNC41IiByPSIxIiBmaWxsPSIjRkZGRkZGIi8+Cgk8Y2lyY2xlIGN4PSIzNiIgY3k9IjI0LjUiIHI9IjEiIGZpbGw9IiNGRkZGRkYiLz4KCTxjaXJjbGUgY3g9IjQzIiBjeT0iMjQuNSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPgoJPGNpcmNsZSBjeD0iNTAiIGN5PSIyNC41IiByPSIxIiBmaWxsPSIjRkZGRkZGIi8+Cgk8Y2lyY2xlIGN4PSI4IiBjeT0iMzIuNSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPgoJPGNpcmNsZSBjeD0iMTUiIGN5PSIzMi41IiByPSIxIiBmaWxsPSIjRkZGRkZGIi8+Cgk8Y2lyY2xlIGN4PSIyMiIgY3k9IjMyLjUiIHI9IjEiIGZpbGw9IiNGRkZGRkYiLz4KCTxjaXJjbGUgY3g9IjI5IiBjeT0iMzIuNSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPgoJPGNpcmNsZSBjeD0iMzYiIGN5PSIzMi41IiByPSIxIiBmaWxsPSIjRkZGRkZGIi8+Cgk8Y2lyY2xlIGN4PSI0MyIgY3k9IjMyLjUiIHI9IjEiIGZpbGw9IiNGRkZGRkYiLz4KCTxjaXJjbGUgY3g9IjUwIiBjeT0iMzIuNSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPgoJPGNpcmNsZSBjeD0iOCIgY3k9IjM5LjUiIHI9IjEiIGZpbGw9IiNGRkZGRkYiLz4KCTxjaXJjbGUgY3g9IjE1IiBjeT0iMzkuNSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPgoJPGNpcmNsZSBjeD0iMjIiIGN5PSIzOS41IiByPSIxIiBmaWxsPSIjRkZGRkZGIi8+Cgk8Y2lyY2xlIGN4PSIyOSIgY3k9IjM5LjUiIHI9IjEiIGZpbGw9IiNGRkZGRkYiLz4KCTxjaXJjbGUgY3g9IjM2IiBjeT0iMzkuNSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPgoJPGNpcmNsZSBjeD0iNDMiIGN5PSIzOS41IiByPSIxIiBmaWxsPSIjRkZGRkZGIi8+Cgk8Y2lyY2xlIGN4PSI1MCIgY3k9IjM5LjUiIHI9IjEiIGZpbGw9IiNGRkZGRkYiLz4KCTxjaXJjbGUgY3g9IjgiIGN5PSI0Ny41IiByPSIxIiBmaWxsPSIjRkZGRkZGIi8+Cgk8Y2lyY2xlIGN4PSIxNSIgY3k9IjQ3LjUiIHI9IjEiIGZpbGw9IiNGRkZGRkYiLz4KCTxjaXJjbGUgY3g9IjIyIiBjeT0iNDcuNSIgcj0iMSIgZmlsbD0iI0ZGRkZGRiIvPgoJPGNpcmNsZSBjeD0iMjkiIGN5PSI0Ny41IiByPSIxIiBmaWxsPSIjRkZGRkZGIi8+Cgk8Y2lyY2xlIGN4PSIzNiIgY3k9IjQ3LjUiIHI9IjEiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-calendar-icon__title {
  display: block;
  width: 60px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  padding-top: 60px;
  margin-top: 10px
}

.l-calendar__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer
}

.l-calendar__close:hover{
  opacity: .8;
}

.l-calendar__close::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.l-calendar__close::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4px;
  height: 100%;
  background-color: #fff;
}

.l-calendar-event {
  width: 100%;
  padding: 0 30px 0 80px
}

.l-calendar-event__half {
}

.l-calendar-event-prev-dates {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin: 10px 14px 0 0
}

.l-calendar-event-prev-dates > div{
  display: inline-block;
  vertical-align: middle;
}

.l-calendar-event-prev-dates > div:nth-child(1){
  font-size: 17px;
  opacity: .25;
}

.l-calendar-event-prev-dates > div:nth-child(2){
  font-size: 22px;
  opacity: .5;
  margin-left: 6px;
}

.l-calendar-event-prev-dates > div:nth-child(3){
  font-size: 28px;
  opacity: .75;
  margin-left: 10px;
}

.l-calendar-event-date {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none
}

.l-calendar-event-date:hover{
  opacity: .8;
}

.l-calendar-event-date__day {
  font-size: 60px;
  font-weight: bold;
  line-height: 54px;
}

.l-calendar-event-date__month {
  line-height: 17px;
}

.l-calendar-event__title {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.l-calendar-event__title * {
  padding: 0;
  margin: 0;
}

.l-calendar-event__title:hover {
  opacity: .8;
}

@media (min-width: 568px){

  .grid{
    margin: -30px 0 0 -30px;
  }

  .grid__c{
    padding: 30px 0 0 30px;
  }

  .container{
    width: 568px;
    padding: 0 15px;
  }

  .main-slider{
    margin-bottom: 55px;
  }

  .section__title{
    position: relative;
    top: -26px;
    width: 676px;
    max-width: 100%;
    height: 84px;
    background: url('../img/title.png') 0 0 no-repeat;
    background-size: 100%;
    color: #fff;
    line-height: 1.4em;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, .6);
    padding: 0;
  }

  .page__text img{
    width: 50%;
  }

  .cart-tbl th:nth-child(2){
    display: table-cell;
  }

  .cart-tbl td:nth-child(2){
    display: table-cell;
  }

  .cart-tbl__img{
    display: block;
  }

  .cart-popup{
    padding: 25px;
  }

  .footer__copy{
    width: auto;
    margin-top: 0;
  }

  .l-calendar__close{
    width: 30px;
    height: 30px;
  }

  .l-calendar-event{
    width: 65%;
    padding: 0;
    margin: 0 auto;
  }

  .l-calendar-event__half{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-top: 10px;
  }

  .l-calendar-event__half:first-child{
    text-align: right;
    padding-right: 20px;
  }
}

@media (min-width: 568px) and (max-width: 767px){

  .grid__c{
}

  .grid__c-xs-sm{
}

  .grid__c-xs-sm-1-2{
    width: 50%;
  }

  .grid__c-xs-sm-1-3{
    width: 33.3333%;
  }
}

@media (min-width: 568px) and (max-width: 991px){

  .grid__c{
}

  .grid__c-xs-md{
}

  .grid__c-xs-md-1-2{
    width: 50%;
  }

  .g-prod-list__item{
}

  .g-prod-list__item-xs-md{
}

  .g-prod-list__item-xs-md-1-2{
    width: 50%;
  }
}

@media (min-width: 768px){

  .grid{
    margin: -50px 0 0 -50px;
  }

  .grid__c{
    padding: 50px 0 0 50px;
  }

  .grid__c-sm{
}

  .grid__c-sm-70{
    width: 70%;
  }

  .grid__c-sm-2-3{
    width: 66.6666%;
  }

  .grid__c-sm-1-2{
    width: 50%;
  }

  .grid__c-sm-1-3{
    width: 33.3333%;
  }

  .grid__c-sm-30{
    width: 30%;
  }

  .grid__c-sm-1-4{
    width: 25%;
  }

  .grid__c-sm-1-5{
    width: 20%;
  }

  .grid__c-sm-1-6{
    width: 16.6666%;
  }

  .container{
    width: 768px;
  }

  .main-slider{
    background: url('../img/slider/slider-shadow.png') center 120px no-repeat;
  }

  .section__title{
    top: -35px;
    line-height: 1.6em;
  }

  .page__text table th, .page__text table td{
    word-break: normal;
  }

  .page__text table td{
    padding: 20px 30px;
  }

  .page__text table td:first-child{
    padding-left: 50px;
  }

  .page__text iframe{
    width: 70%;
    height: 400px;
  }

  .page-catalog__sidebar{
    display: block;
    width: 24%;
    padding-right: 10px;
  }

  .page-catalog__content{
    width: 76%;
  }

  .product__img{
    width: 100%;
  }

  .g-product__info{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .g-product__image{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header{
    padding: 5px 0 15px;
  }

  .header__left,
.header__right{
    width: auto;
  }

  .header__right{
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__center{
    margin: 0;
  }

  .header-logo{
    margin: 0;
  }

  .l-calendar__wrap{
    min-height: 80px;
  }

  .l-calendar-icon{
    padding-left: 94px;
  }

  .l-calendar-icon::before{
    width: 80px;
    height: 80px;
  }

  .l-calendar-icon__title{
    display: table-caption;
    width: auto;
    font-size: 15px;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px){

  .grid__c{
}

  .grid__c-sm-md{
}

  .grid__c-sm-md-1-5{
    width: 20%;
  }

  .grid__c-sm-md-1-4{
    width: 25%;
  }

  .g-prod-list__item{
}

  .g-prod-list__item-sm-md{
}

  .g-prod-list__item-sm-md-1-3{
    width: 33.3333%;
  }
}

@media (min-width: 992px){

  .grid__c{
}

  .grid__c-md{
}

  .grid__c-md-1-3{
    width: 33.3333%;
  }

  .grid__c-md-1-5{
    width: 20%;
  }

  .grid__c-md-1-6{
    width: 16.6666%;
  }

  .g-prod-list__item{
}

  .g-prod-list__item-md{
}

  .g-prod-list__item-md-1-3{
    width: 33.3333%;
  }

  .g-prod-list__item-md-1-4{
    width: 25%;
  }

  .container{
    width: 100%;
    max-width: 1130px;
  }

  .main-slider{
    background-position: center 200px;
  }

  .page__text h1:not(:first-child), .page__text h2:not(:first-child), .page__text h3:not(:first-child), .page__text h4:not(:first-child), .page__text h5:not(:first-child), .page__text h6:not(:first-child){
    margin-top: 50px;
  }

  .page__text p:not(:last-child){
    margin-bottom: 16px;
  }

  .catalog__alphabet{
    width: 75%;
  }

  .header__left,
.header__right{
    width: 33%;
  }

  .header-logo{
    width: 260px;
  }

  .header-phones__lg{
    font-size: 28px;
  }

  .menu-btn{
    display: none;
  }

  .menu__list{
    width: auto;
    max-height: none;
  }

  .menu__link{
    display: inline-block;
    color: #fff;
    transition: .3s;
  }

  .menu__link:hover, .menu__link--active{
    color: #fff;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, -23px 0 20px -23px rgba(0, 0, 0, .2) inset, 23px 0 20px -23px rgba(0, 0, 0, 0) inset, 0 0 40px rgba(0, 0, 0, .2) inset;
  }

  .bx-controls-direction{
    display: block;
  }
}

@media (min-width: 1200px){

  .header-phones__lg{
    font-size: 36px;
  }

  .header-phones__sm{
    font-size: 20px;
  }
}

@media (max-width: 567px){

  .grid__c{
}

  .grid__c-xxs-xs{
}

  .grid__c-xxs-xs-1-2{
    width: 50%;
  }
}

@media (max-width: 767px){

  .grid__c{
}

  .grid__c-xxs-sm{
}

  .grid__c-xxs-sm-1-2{
    width: 50%;
  }

  .g-prod-list__item{
}

  .g-prod-list__item-xxs-sm{
}

  .g-prod-list__item-xxs-sm-1-2{
    width: 50%;
  }
}