@charset "UTF-8";
@font-face {
  font-family: 'exo2';
  src: url("../fonts/exo2.eot");
  src: url("../fonts/exo2.eot?#iefix") format("embedded-opentype"), url("../fonts/exo2.woff") format("woff"), url("../fonts/exo2.ttf") format("truetype");
  font-weight: normal;
  font-style: 100; }

@font-face {
  font-family: 'exo2thin';
  src: url("../fonts/exo2thin.eot");
  src: url("../fonts/exo2thin.eot?#iefix") format("embedded-opentype"), url("../fonts/exo2thin.woff") format("woff"), url("../fonts/exo2thin.ttf") format("truetype");
  font-weight: normal;
  font-style: 100; }

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');



::-webkit-input-placeholder {
  color: #cdcdcd; }

::-moz-placeholder {
  color: #cdcdcd; }

:-moz-placeholder {
  color: #cdcdcd; }

:-ms-input-placeholder {
  color: #cdcdcd; }

* {
  -webkit-text-size-adjust: none; }

*:focus, select:focus, input:focus, textarea:focus {
  outline: none; }

.featured_img {position:absolute;top:0;left:0;z-index:2;max-width:50px;}
.adres {font-size: 14px; color:#fff; padding-bottom: 0px; padding-top: 15px;}
.oldi {min-width:322px; text-align: center;position:relative; padding-top: 15px;}
.teta {padding-top: 12px; width: 100%; background-color: #E22731; height: 30px; margin-left: 0px; margin-top: 20px;}
.select_product {
display: flex;
    max-width: 280px;
    width: 100%;
    padding: 10px 0px 10px 10px;
    margin-bottom: 15px;
color: #a9a6a6;	
}

h1 {font-weight: 100;}

.close {display: none;}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Open Sans', sans-serif;
 font-weight: 300;
  
  font-size: 17px;
  color: #424242;
  min-height: 100vh; }
  @media screen and (max-width: 1110px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
   .adres {font-size: 11px; color:#fff; padding-bottom: 10px; padding-top: 10px;}
    body {
      font-size: 14px; } }

select, input, textarea {
  font-family: "exo2";
  font-size: 12px;
  color: #424242; }
  @media screen and (max-width: 1110px) {
    select, input, textarea {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    select, input, textarea {
      font-size: 14px; } }


.grow:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.4s ease;
}




sup {
  font-size: 80%;
  vertical-align: super; }



main { background-color:#f9f9f9;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }
  @media screen and (max-width: 768px) {
   
   .close {display: block;}
   
   .teta {padding-top: 12px; width: 100%; background-color: #E22731; height: 30px; margin-left: 0px; }
    
   .oldi {min-width:0px; text-align: center;}
   
   main {
      margin-top: 85px; } }

.transfer_class {
  z-index: 999; }

.wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.breadcrumbs {
  margin: 0px 0px 0px;
 background-color: #fff;
    
    height: 70px;
 padding-top: 13px;
    
padding-bottom: 25px;}
  .breadcrumbs__title {
    font-size: 28px;
   font-family: 'Open Sans', sans-serif;
    
  padding-top: 0px;
    padding-bottom: 15px;
  }
  .breadcrumbs__list {
    font-size: 12px;
  
    margin-bottom: 10px; padding-top: 13px;}
  .breadcrumbs__item {
    text-decoration: none;
    color: inherit; }











.consultation__form {
    flex-shrink: 2;
    background-color: #E22731;
    padding: 40px;
 max-width: 550px;}
.consultation__item {
    width: 100%;
    margin-top: 24px;
}
.consultation__item input {
    width: 100%;
    height: 44px;
    padding-left: 10px;
}
select, input, textarea {
    
    font-size: 14px;
    font-weight: 400;
    color: #d2d2d2;
    padding: 0;
}
.consultation__consent {
    font-family: "Open Sans";
    font-size: 14px;
    color: #666666;
    margin: 14px 0 26px;
}
.consultation__send {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0357A1;
    width: 262px;
    height: 56px;
    margin: 0 auto;
 font-family: "Open Sans";
 border: 0px;
 font-size: 17px;
}




.breadcrambs__item {color:#000;}




.dropdown__list .dropdown__list {
  display: none;
  margin-top: 15px; }
  .dropdown__list .dropdown__list .dropdown__button {
    display: none; }

.dropdown__item {
  
  margin-bottom: 13px;  }
  .dropdown__item:last-child {
    margin-bottom: 0; }
  .dropdown__item .dropdown__item {
    border-bottom: none;
    margin-bottom: 5px; }

.dropdown__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px; }

.dropdown__caption {
  text-decoration: none;
  color: inherit;
  font-size: 15px; padding-right: 18px; }
  .dropdown__caption:hover {
    color: #999999; }
      .dropdown__caption--active {
        color: #24479C;
    font-weight: 700; }

.dropdown__button {
position: fixed;
 z-index: 1;
  border: 0;
  background-color: inherit;
  cursor: pointer;
 
  width: 100%;
  height: 16px;
  padding: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  .dropdown__button:hover svg {
    fill: #ce1c1a; }
  .dropdown__button--active {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);  }
  .dropdown__button svg {fill: #fff;
    width: 100%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.dropdown__link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 17px;
  margin: 10px 0; }
  .dropdown__link:before {
    content: '→';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15px;
    height: 15px; }
  .dropdown__link:hover {
    color: #ce1c1a; }


.cnop {
    position: relative;
    left: 50%;
 transform: translate(-50%, 0);}

@media screen and (max-width: 768px) {
 
 .cnop {position: relative;
left: 50%;
transform: translate(-50%, 0);} 
 
 
 .breadcrumbs {
  margin: 0px 0px 10px;
    background-color: #fff;
    height: 75px;
 padding-top: 15px;
    
padding-bottom: 50px;}
 
 
 
 .wrapper {
  width: 100%;
  max-width: 1110px;
  padding: 10 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
 
 
  .dropdown__list {
    overflow: scroll;
    max-height: 100vh; }
  .dropdown__item {
    margin-bottom: 15px; }
  .dropdown__caption {
    font-size: 16px; } }

.c-menu {
  max-width: 276px;
 min-width: 276px;
  width: 100%;
  margin-right: 0px;

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

.dispatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E22731;
  min-height: 94px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .dispatch__wrapper {
    overflow: hidden; }
  .dispatch__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -10px -17px; }
  .dispatch__caption {
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    margin: 10px 17px; }
  .dispatch__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 250px;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    font-size: 17px;
    color: #fff;
    background-color: transparent;
    max-width: 388px;
    height: 40px;
    padding-left: 25px;
    margin: 10px 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .dispatch__input::-webkit-input-placeholder {
      color: #969696; }
    .dispatch__input::-moz-placeholder {
      color: #969696; }
    .dispatch__input:-moz-placeholder {
      color: #969696; }
    .dispatch__input:-ms-input-placeholder {
      color: #969696; }
  .dispatch__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #be0000;
    cursor: pointer;
    width: 186px;
    height: 40px;
    padding: 0;
    margin: 10px 17px; }
    .dispatch__button span {
      display: inline-block;
      border-right: 1px solid #fff;
      font-size: 17px;
      line-height: 30px;
      color: #fff;
      padding: 0 12px 0 0;
      margin-right: 11px; }
    .dispatch__button svg {
      fill: #fff;
      width: 17px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.quantity {
  position: relative;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 74px;
  height: 55px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .quantity__value {
    position: relative;
    top: -2px;
    left: -2px;
    border-right: none;
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0;
    font-size: 25px;
    text-align: center;
    background-color: #fff;
    width: 55px;
    height: 55px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 1; }
  .quantity__control span {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    width: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .quantity__control span:hover {
      background-color: rgba(229, 229, 229, 0.7); }
  .quantity__control .quantity__add {
    top: 0;
    border-bottom: 2px solid #e5e5e5;
    height: 26px; }
  .quantity__control .quantity__reduce {
    bottom: 0;
    height: 27px; }

.register {
  max-width: 290px; }
  .register__error {
    font-size: 20px;
    margin-bottom: 25px; }
  .register__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .register__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px; }
  .register__label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px; }
  .register__input {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .register__button {
    display: block;
    border: none;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #ce1c1a;
    cursor: pointer;
    min-width: 150px;
    height: 40px;
    margin: 10px auto 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .register__button:hover {
      background-color: #ce1c1a; }
  @media screen and (max-width: 768px) {
    .register {
      margin: 0 auto; }
      .register__error {
        text-align: center; } }

.cart {
  margin: 30px 0; }
  .cart__list {
    margin-bottom: 25px; }
  .cart__item {
    border-top: 1px solid #d9dedf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 40px; background-color: white;}
    .cart__item:last-child {
      border-bottom: 1px solid #d9dedf; }
  .cart__image img {
    max-width: 100%;
    max-height: 70px; }
  .cart__name {
    text-decoration: none;
    color: inherit;
    margin: 0 5px; }
  .cart__value {
    margin: 0 5px; }
  .cart__label {
    margin-right: 5px; }
  .cart__select {
    padding: 2px 5px; }
  .cart__price--bold {
    font-weight: bold; }
  .cart__delete {
    width: 30px; }
  .cart__total {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin: 0 0 35px; }
  .cart__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .cart__deliverie {
    margin-right: 25px; 
    background-color: #f1f1f133;
 
    padding: 35px;
    }
  .cart__issue {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 310px;
        -ms-flex: 1 1 310px;
            flex: 1 1 310px;
    min-width: 310px; }
  @media screen and (max-width: 768px) {
    .cart__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 15px 0; }
    .cart__image {
      margin-bottom: 15px; }
    .cart__name {
      font-size: 18px;
      text-align: center;
      margin-bottom: 10px; }
    .cart__price {
      font-size: 18px;
      margin-bottom: 10px; }
    .cart__value {
      margin-bottom: 20px; }
    .cart__delete {
      text-decoration: none;
      color: inherit;
      border: 1px solid;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      font-size: 16px;
      text-transform: uppercase;
      width: auto;
      padding: 5px; }
      .cart__delete img {
        display: none; }
      .cart__delete:before {
        content: 'Убрать'; }
    .cart__total {
      text-align: center; }
    .cart__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .cart__deliverie {
      margin: 0 0 25px;
         
    padding: 35px;
      }
    .cart__issue {
      max-width: 300px; } }

.deliverie__title {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 20px; }

.deliverie__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }

.deliverie__item {
  margin-bottom: 25px; }
  .deliverie__item:last-child {
    margin-bottom: 0; }
  .deliverie__item p {
    margin: 5px 0; }
  .deliverie__item input,
  .deliverie__item label {
    cursor: pointer; }

@media screen and (max-width: 768px) {
  .deliverie__title {
    text-align: center; } }

.issue__title {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px; }

.issue__caption {
  margin: 0 0 5px; }

.issue__input {
  border: 1px solid #D2D2D2;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  line-height: 26px;
  width: 100%;
  margin-bottom: 15px;
 padding: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.issue__textarea {
  border: 1px solid #D2D2D2;
padding: 15px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.issue__captcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0; }

.issue__total {
  text-transform: uppercase;
  margin-bottom: 10px; }

.issue__send {
  border: 1px solid #7BC846;
 
  font-size: 18px;
  text-transform: lowercase;
  color: #7BC846;
  
  cursor: pointer;
  width: 225px;
  height: 50px;
  margin-top: 20px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .issue__send:hover {
    color: #7BC846;
    background: inherit; }




.issue__send2 {
  border: 1px solid #A8C129;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  font-size: 18px;
  text-transform: lowercase;
  color: #fff;
  background-color: #A8C129;
  cursor: pointer;
  width: 215px;
  height: 50px;
  margin-top: 20px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .issue__send2:hover {
    color: #fff;
    background: inherit; }

.issue__send3 {
  border: 1px solid #A8C129;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  font-size: 18px;
  text-transform: lowercase;
  color: #fff;
  background-color: #A8C129;
  cursor: pointer;
  width: 215px;
  height: 50px;
  margin-top: 20px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .issue__send3:hover {
    color: #000;
    background: inherit; }




.captcha__input {order: 1px solid #D2D2D2;
  padding: 12px 4px; }

.order {
  padding: 35px 0; }
  .order__title {
    font-size: 27px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 25px; }
  .order__details {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-spacing: 0;
    margin-bottom: 70px; }
    .order__details td {
      border-bottom: 1px solid #e0e0e0;
      border-left: 1px solid #e0e0e0;
      padding: 5px 10px; }
      .order__details td:first-child {
        font-weight: bold;
        padding: 5px 15px 5px 10px; }
  .order__button {
    border: none;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 18px;
    text-transform: lowercase;
    color: #fff;
    background-color: #7d589d;
    cursor: pointer;
    height: 38px;
    padding: 0 10px; }
    
    .o-purchases {
  margin-bottom: 70px; }
  .o-purchases__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e0e0e0;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px; }
    .o-purchases__item:first-child {
      border-top: none;
      padding: 0; }
  .o-purchases__image {
    display: inline-block;
    max-width: 150px;
    margin-right: 25px; }
    .o-purchases__image img {
      width: 100%; }
  .o-purchases__name {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    margin-right: 25px; }
    .o-purchases__name:hover {
      text-decoration: none; }
  .o-purchases__info {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px; }
  .o-purchases__result {
    margin: 35px 0 0; }
  .o-purchases__point {
    display: block;
    margin-bottom: 5px; }
    .o-purchases__point--total {
      font-size: 18px;
      font-weight: bold; }
    .o-purchases__point:last-child {
      margin-bottom: 0; }

.header {
  position: relative;
 background-color: #fff;


  z-index: 2; }
  .header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff; 
    height: 115px;
    
    background-origin: border-box;
    z-index: 2; }
  .header__logo img {
    width: 100%; }
  .header__time {
    color: #585c65; }
    .header__time p {
      line-height: 1.3; }
  .header__cart {
    text-decoration: none;
    border-radius: 1px;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;

    font-size: 15px;
    border: 1px solid #7BC846;
    
    color: #7BC846;
    cursor: pointer;
    min-width: 180px;
    height: 45px;
    padding: 0; }
    .header__cart span {
      
      line-height: 30px;
      
      
      margin-right: 0px; }
    .header__cart svg {
      fill: #FFED00;
      max-width: 26px;
      width: 50%; }
  @media screen and (max-width: 1110px) {
    .header__wrapper {
      height: auto; }
    .header__logo {
      width: 150px; }
    .header__cart {
      min-width: 180px; }
      .header__cart span {
         } }
  @media screen and (max-width: 768px) {
    .header { padding-bottom: 0px;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
      z-index: 10; }
      .header--fixed {
        position: fixed;
        top: 0px; }
      .header__wrapper {
        position: absolute;
        bottom: 0;     display: none;
       
        z-index: -1; } }

.h-information {
  position: relative;
  color: #ce1c1a;
  background-image: url("/images/background.jpg");
  min-height: 68px;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }
  .h-information__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .h-information__empty {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 110px; }
  .h-information__discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    line-height: 1.2;
    max-width: 425px; }
    .h-information__discount--big {
      font-size: 33px; }
  .h-information__phones {
    font-size: 18px; }
    .h-information__phones a {
      text-decoration: none;
      color: inherit;
      display: block;
      margin-bottom: 5px; }
      .h-information__phones a:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 1110px) {
    .h-information {
      padding: 13px 0; }
      .h-information__empty {
        display: none; }
      .h-information__discount {
        max-width: 365px; } }
  @media screen and (max-width: 768px) {
    .h-information {
      position: static;
      min-height: inherit;
      padding: 10px 0; }
      .h-information__discount {
        display: none; }
      .h-information__phones {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 14px;
        width: 100%; }
        .h-information__phones a {
          margin: 0; } }

.navigation {display: none;
 
  position: relative;
  background-color: #fff;
 font-size: 11px;
  z-index: 2; }
  .navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .navigation__item--discount {
     }
    .navigation__item--discount .navigation__ico {
      fill: #ce1c1a;
      width: 16px; }
    .navigation__item--discount .navigation__caption {
     color: #000;
       }
  .navigation__item--contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    
    height: 30px;
    padding-left: 29px; }
  .navigation__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: #6C6C6C;
    
    min-height: 36px;
   
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .navigation__ico {
    fill: #fff;
    width: 25px;
    margin-right: 10px; }
  @media screen and (max-width: 1110px) {
    .navigation__item--contacts {
      padding-left: 0; }
    .navigation__ico {
      width: 20px; } }
  @media screen and (max-width: 768px) {
    .navigation {
      position: static;
      font-size: 12px;
      }
      .navigation__list {
       font-size: 7px;
        padding: 0; }
      .navigation__item--city {
        max-width: 140px; }
      .navigation__item--delivery, .navigation__item--contacts {
        display: none; }
      .navigation__item--account {
        width: 100%; font-size: 9px; padding: 5px; }
      .navigation__link {display: none;
        min-width: 100%;
        padding: 0 10px; }
      .navigation__caption {color: #000; 
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content; } }

.filter {
  margin-bottom: 34px; }
  .filter__title {
    font-size: 23px;
    font-weight: 200;
    color: #214254;
    margin-bottom: 15px; }
  .filter__wrapper {
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 26px 0 13px; }
  .filter__input {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #999;
    width: 76px;
    height: 29px;
    margin: 0 5px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .filter__slider {
    border: 1px solid #ccc;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 5px;
    max-width: 210px;
    margin: 14px 0; }
  .filter__select {
    min-width: 150px; }

.search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 278px; }
  .search__input {border-radius: 6px;
    border: none;
   background-color: #fff;
   border: 1px solid #dadada;

    width: 100%;
    height: 45px;
    padding: 0 70px 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .search__button {    border-radius: 31px;
    position: absolute;
    top: 2px;
    right: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;

    background-color: #fff;
    cursor: pointer;
    width: 55px;
    height: 90%;
    padding: 0; }
  .search__ico {
    fill: #000;
    max-width: 23px;
    width: 50%;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  @media screen and (max-width: 1110px) {
    .search {
      max-width: 300px; }
      .search__input {
        height: 36px;
        padding-right: 45px; }
      .search__button {
        width: 40px; } }
  @media screen and (max-width: 768px) {
    .search {
      position: absolute;
      bottom: 3px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 100%;
      max-width: 290px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .search--active {
        -webkit-transform: translate(-50%, 140%);
            -ms-transform: translate(-50%, 140%);
                transform: translate(-50%, 140%); }
      .search__input {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } }

.menu {
  position: relative;
  background-color: #fff;
     height: 75px;
  z-index: 1; }
  .menu__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60px; }
  .menu__button {
   display: none;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: normal;
        -ms-flex-item-align: normal;
            align-self: normal;
    border: none;
    font-size: 18px;
    background-color: #fff;
    cursor: pointer;
    min-width: 250px;
    padding: 0; }
    .menu__button span {
      color: #fff; }
    .menu__button svg {
      fill: #4f4f4f;
      width: 15px;
      margin-left: 15px; }
    .menu__button--close {
      display: none; }
  .menu__list {
   font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: normal;
        -ms-flex-item-align: normal;
            align-self: normal;
    font-size: 15px;
   
   width: 100%;
    
    background-color: #fff; }






  .menu__item {white-space:nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
   font-weight: 600;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
  
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
   
    text-align: center;
    height: 75px;
    padding-right: 169px;
   
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .menu__item:last-child {
      border-right: 0; }
  
.menu__link {color:#333;
    text-decoration: none; font-size: 14px;
     }

.menu__link:hover {color:#7BC846;
    text-decoration: none; font-size: 14px;
     }

  .menu__logo, .menu__buttons {
    display: none; }

.minis {max-width: 100%; max-height: 100%;}

@media screen and (max-width: 1379px) {
   
 .menu__item {padding-right: 88px;}

}

@media screen and (max-width: 1341px) {
   
 .menu__item {padding-right: 72px;}

}

@media screen and (max-width: 1245px) {
   
 .menu__item {padding-right: 62px;}

}

@media screen and (max-width: 1180px) {
   
 .menu__item {padding-right: 52px;}

}






  @media screen and (max-width: 1110px) {
   
    .menu__list {
      font-size: 10px; }
    .menu__item {
      padding: 0 5px; }
    .menu__button {
      min-width: 60px;    }
      .menu__button span {
        display: none; }
      .menu__button svg {
        margin: 0; } }
  @media screen and (max-width: 768px) {
   
   .minis {max-width: 100%; max-height: 40px;}
   
    .menu {
       height: 80px;
    }
      .menu__wrapper {min-height: 80px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        
        padding-left: 0; }
      .menu__list {
        display: none; }
      .menu__logo {
        display: block;
        width: 50%; }
        .menu__logo img {
          width: 100%; max-width: 260px; }
    .menu__button {
      min-width: 50px; height: 80px; z-index: 10; display: block; padding-left: 20px;}
      .menu__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -5px; }
      .menu__cart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        border: none;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        font-size: 16px;
        background-color: #FFED00;
        cursor: pointer;
        width: 30px;
        height: 30px;
        margin: 0 5px; }
        .menu__cart svg {
          fill: #fff;
          max-width: 26px;
          width: 50%; }
      .menu__search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: none;
        -webkit-border-radius: 8%;
                border-radius: 8%;
        background-color: #7BC846;
        cursor: pointer;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0 5px; }
        .menu__search--active .menu__search--ico {
          display: none; }
        .menu__search--active .menu__search--arrow {
          display: block; }
        .menu__search--ico {
          fill: #fff;
          max-width: 23px;
          width: 50%;
          -webkit-transform: scale(-1, 1);
              -ms-transform: scale(-1, 1);
                  transform: scale(-1, 1); }
        .menu__search--arrow {
          display: none;
          fill: #fff;
          max-width: 23px;
          width: 50%;
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); } }

.d-menu {
  position: absolute;
  bottom: 250px;

  background-color: #f4f4f4;
  color: #000;
  /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); */
  min-width: 290px;
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  .d-menu--active { bottom: 0px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
  .d-menu__close {
    display: none; }
  @media screen and (max-width: 768px) {
    .d-menu {
      position: fixed;
     
      top: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-border-radius: 0;
              border-radius: 0;
      height: 100%;
      padding-top: 55px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 10; }
      .d-menu--active {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .d-menu__close {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        border: none;
        background-color: transparent;
        width: 15px;
        height: 15px;
        padding: 0; }
        .d-menu__close img {
          width: 100%; } }

.overlay {
  display: none; }
  @media screen and (max-width: 768px) {
    .overlay {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100vh;
      z-index: 9; } }

.popup { 
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #bf0404;
    background-image: url("../images/ico/close-popup.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .popup__close:hover {
      background-color: #e0101e; }
  @media screen and (max-width: 768px) {
    .popup {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.p-enter,
.p-register,
.p-remember,
.p-oneclick,
.p-message {
  max-width: 600px;
  padding: 35px 30px; }
  .p-enter__title,
  .p-register__title,
  .p-remember__title,
  .p-oneclick__title,
  .p-message__title {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #2c3e50;
    margin: 0 0 20px; }
  .p-enter__description,
  .p-register__description,
  .p-remember__description,
  .p-oneclick__description,
  .p-message__description {
    font-size: 12px;
    text-align: center;
    margin: 0 0 10px; }
  .p-enter__input,
  .p-register__input,
  .p-remember__input,
  .p-oneclick__input,
  .p-message__input {
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    padding: 4px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .p-enter__textarea,
  .p-register__textarea,
  .p-remember__textarea,
  .p-oneclick__textarea,
  .p-message__textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 150px;
    padding: 4px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .p-enter__wrapper,
  .p-register__wrapper,
  .p-remember__wrapper,
  .p-oneclick__wrapper,
  .p-message__wrapper {
    *zoom: 1; }
    .p-enter__wrapper:after,
    .p-register__wrapper:after,
    .p-remember__wrapper:after,
    .p-oneclick__wrapper:after,
    .p-message__wrapper:after {
      content: '';
      display: table;
      line-height: 0;
      clear: both; }
  .p-enter__chek,
  .p-register__chek,
  .p-remember__chek,
  .p-oneclick__chek,
  .p-message__chek {
    position: relative;
    top: 2px;
    cursor: pointer;
    margin: 0; }
  .p-enter__actions,
  .p-register__actions,
  .p-remember__actions,
  .p-oneclick__actions,
  .p-message__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-enter__actions a,
    .p-register__actions a,
    .p-remember__actions a,
    .p-oneclick__actions a,
    .p-message__actions a {
      text-decoration: none;
      color: inherit; }
      .p-enter__actions a:hover,
      .p-register__actions a:hover,
      .p-remember__actions a:hover,
      .p-oneclick__actions a:hover,
      .p-message__actions a:hover {
        text-decoration: underline; }
  .p-enter__links,
  .p-register__links,
  .p-remember__links,
  .p-oneclick__links,
  .p-message__links {
    float: right; }
  .p-enter__link,
  .p-register__link,
  .p-remember__link,
  .p-oneclick__link,
  .p-message__link {
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 5px; }
    .p-enter__link:hover,
    .p-register__link:hover,
    .p-remember__link:hover,
    .p-oneclick__link:hover,
    .p-message__link:hover {
      text-decoration: none; }
  .p-enter__button,
  .p-register__button,
  .p-remember__button,
  .p-oneclick__button,
  .p-message__button {
    display: block;
    border: none;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #005496;
    cursor: pointer;
    min-width: 150px;
    height: 40px;
    margin: 10px auto 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .p-enter__button:hover,
    .p-register__button:hover,
    .p-remember__button:hover,
    .p-oneclick__button:hover,
    .p-message__button:hover {
      background-color: #3594de; }

.p-event {
  padding: 15px 25px; }
  .p-event__message {
    font-size: 18px;
    text-align: center; }

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  

  min-height: 150px;
  padding: 3px 0; }
  .footer__wrapper {padding-top: 30px; padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    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;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .footer__caption {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px; }
  .footer__item {
    margin-bottom: 5px; }
    .footer__item:last-child {
      margin-bottom: 0; }
    .footer__item a {
      text-decoration: none;
      color: #fff; }
      .footer__item a:hover {
        text-decoration: underline; }
  .footer__phone {
    text-decoration: none;
    color: inherit;
    display: block;
    font-size: 20px;
    color: #ce1c1a;
    margin-bottom: 5px; }
  .footer__copyright {
    margin: 9px 0 5px; }
  .footer__development {
    text-decoration: none;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-style: italic;
    text-transform: lowercase; }
    .footer__development img {
      margin-left: 5px; }


.footer__content {
       color:#767D84; font-size:14px; line-height: 1.3; }





  @media screen and (max-width: 1110px) {
    .footer {
      font-size: 12px;
      min-height: auto; }
      .footer__wrapper {
        margin: -10px; }
      .footer__content {
        margin: 10px; }
      .footer__caption {
        font-size: 16px; } }
  @media screen and (max-width: 768px) {
   
   
    .footer {
      font-size: 12px;
      min-height: auto; margin: 20px;}
   .footer__wrapper {padding-top: 0px;}
   
   
    .footer__content--information {color:#fff;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
    .footer__copyright br {
      display: none; } }

.bold {
  font-weight: bold; }

.carousel {
  position: relative;
   
   height: 670px;

}
  .carousel__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 570px; }
  .carousel__image {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .carousel__content {
  
   padding-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    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;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: .9;
    
      }
  .carousel__caption {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 45px;
   color: #fff;
  
    margin-bottom: 18px; }
.carousel__caption2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 35px;
 font-weight: 700;
    color: #fff;
 
    margin-bottom: 18px; }

  .carousel__button {
    text-decoration: none;
    color: inherit;
    border: 1px solid #E1E4E9;
    
    color: #fff;
    line-height: 50px;
    text-align: center;
    width: 210px; }
    .carousel__button--red {
      background-color: #E22731;  }
  .carousel__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .carousel__dots li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 20px;
      height: 2px;
      margin: 0 8px; }
      .carousel__dots li.slick-active button {
        -webkit-border-radius: 0px;
                border-radius: 0px;
        background-color: #7BC846; }
    .carousel__dots button {
      border: none;
      background-color: #000;
      font-size: 0;
      cursor: pointer;
      width: 100%;
      height: 100%;
      padding: 0;
      }
  @media screen and (max-width: 1110px) {
    .carousel__wrapper {height: 470px; color: #fff; transform: scale(0.85, 0.85) ;
     
      }
    .carousel__image {
      position: relative;
      z-index: -1; }
    .carousel__content {
      position: absolute;
      padding: 0 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 768px) {
    .carousel__content {
      width: 100%; }
    .carousel__caption {
      font-size: 30px;
      line-height: 1.2;
      text-align: center; }
   .carousel__caption2 {
      font-size: 22px;
      line-height: 1.2;
      font-family: Open Sans;
      text-align: center; }
    .carousel__button {
      font-size: 10px;
      line-height: 38px;
      width: 120px; } }

.hit {
  overflow: hidden;
  margin-bottom: 54px; }
  .hit__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -4px; }
  .hit__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 380px;
        -ms-flex: 1 1 380px;
            flex: 1 1 380px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #000;
    background-color: #e0e0e0;
    max-width: 510px;
    min-height: 230px;
    padding: 10px;
    margin: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
    .hit__item:hover .hit__more {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .hit__more {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(66, 66, 66, 0.65);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
  .hit__button {
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .hit__ico {
    position: absolute;
    top: 31px;
    right: 35px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    background-color: #ce1c1a;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .hit__ico svg {
      fill: #fff;
      width: 17px; }
    .hit__ico span {
      display: block;
      font-size: 8px;
      line-height: 0.9;
      color: #fff;
      max-width: 30px;
      margin: 2px auto 0; }
  .hit__caption {
    max-width: 190px;
    margin-bottom: 5px; }
  .hit__price {
    margin-bottom: 6px; }
  .hit__image {
    max-width: 40%; }
  @media screen and (max-width: 768px) {
    .hit__item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%; }
    .hit__ico {
      top: 5px;
      right: 5px; } }

.about {
  position: relative;
  background-image: url("/images/background.jpg");
  margin-bottom: 38px;
  overflow: hidden; }
  .about__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 410px; }
  .about__content {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5 1;
        -ms-flex: 1.5 1;
            flex: 1.5 1;
    padding: 35px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .about__title {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px; }
  .about__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1; }
    .about__image img {
      position: absolute;
      top: 50%;
      left: 55%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      max-width: 1000px; }
  @media screen and (max-width: 768px) {
    .about__wrapper {
      min-height: 100%; }
    .about__image {
      display: none; } }

.c-reviews {
  margin-bottom: 62px; }
  .c-reviews__wrapper {
    max-width: 1166px;
    padding: 0 43px; }
  .c-reviews__title {
    font-size: 25px;
    color: #214254;
    margin-bottom: 26px; }
  .c-reviews__list {
    border: 2px solid #214254;
    -webkit-border-radius: 8px;
            border-radius: 8px; }
  .c-reviews__item {
    padding: 0 15px;
    margin: -15px 0; }
  .c-reviews__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 930px;
    min-height: 290px;
    padding: 28px 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-reviews__information {
    max-width: 420px;
    margin: 15px 0; }
  .c-reviews__comment {
    margin-top: 40px; }
    .c-reviews__comment p {
      margin-bottom: 15px; }
      .c-reviews__comment p:last-child {
        margin-bottom: 0; }
  .c-reviews__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 290px;
        -ms-flex: 1 1 290px;
            flex: 1 1 290px;
    max-width: 415px;
    margin: 15px 0; }
  .c-reviews__visual {
    text-align: center; }
  .c-reviews__image {
    margin-bottom: 40px; }
    .c-reviews__image img {
      width: 100%; }
  .c-reviews__text {
    margin-bottom: 10px; }
  .c-reviews__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    border-left: 1px solid #e0e0e0;
    padding-left: 30px;
    margin-left: 15px; }
  .c-reviews__caption {
    margin-bottom: 20px; }
  .c-reviews__price {
    font-size: 25px;
    margin-bottom: 10px; }
  .c-reviews__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #60C419;
    max-width: 160px;
    width: 100%;
    height: 42px;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-reviews__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0;
    background-color: #e5e5e5;
    cursor: pointer;
    width: 28px;
    height: 35px; }
    .c-reviews__arrow svg {
      fill: #ce1c1a; }
    .c-reviews__arrow--prev {
      left: -28px;
      -webkit-border-radius: 10px 0 0 10px;
              border-radius: 10px 0 0 10px; }
      .c-reviews__arrow--prev svg {
        -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
                transform: scale(-1, 1); }
    .c-reviews__arrow--next {
      right: -28px;
      -webkit-border-radius: 0 10px 10px 0;
              border-radius: 0 10px 10px 0; }
  @media screen and (max-width: 1110px) {
    .c-reviews__content {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (max-width: 500px) {
    .c-reviews__more {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .c-reviews__visual {
      margin-bottom: 25px; }
    .c-reviews__image {
      margin-bottom: 25px; }
    .c-reviews__details {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border: none;
      padding: 0;
      margin: 0; } }

.advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #214254;
  min-height: 144px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .advantages__wrapper {
    width: 100%;
     padding-top: 40px;
    padding-bottom: 20px;
  }
  .advantages__list {
   font-size: 15px;
   color: #838383;
    display: -webkit-box;
    display: -webkit-flex;
    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;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -10px; }
  .advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 250px;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px; }
  .advantages__ico {
    max-width: 50px;
    margin-right: 22px; }
  .advantages__caption {text-align: left;
    }


.d1 {width:150px;  padding-top:0px; border: 1px solid #e7e7e7;}
@media screen and (max-width: 1390px) {
   .d1 {width:120px;  padding-top:0px; border: 1px solid #e7e7e7;}
}

@media screen and (max-width: 1350px) {
   .d1 {width:110px;  padding-top:0px; border: 1px solid #e7e7e7;}
}
  @media screen and (max-width: 768px) {
   .d1 {width:80px;  padding-top:0px; border: 1px solid #e7e7e7;}
    .advantages__list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .advantages__item {
      max-width: 310px; } }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #424242;
  min-height: 77px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .social__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .social__caption {
    font-size: 20px;
    color: #fff;
    margin-right: 20px; }
  .social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px; }
  .social__item {
    position: relative;
    width: 42px;
    height: 42px; }
  .social__link {
    text-decoration: none;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    transition: .2s; }
    .social__link:hover {
      width: 115%;
      height: 115%; }
  .social__ico {
    max-width: 60%;
    -webkit-transition: width .2s;
    transition: width .2s; }
  @media screen and (max-width: 768px) {
    .social__caption {
      font-size: 14px;
      margin-right: 10px; }
    .social__list {
      max-width: 200px; }
    .social__item {
      width: 30px;
      height: 30px; } }

.catalog {
  margin-bottom: 0px; }
.catalog__content {padding-left: 0px;}
  .catalog__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .catalog__dropdown {
    min-width: 200px;
    max-width: 200px;
    margin-right: 60px; }
  .catalog__title {
    font-size: 25px;
    color: #ce1c1a;
    margin-bottom: 22px; }
  .catalog__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px -4px; }
    .catalog__list .item {
      margin: 8px 8px;  }
  @media screen and (max-width: 768px) {
    .catalog__dropdown {
      display: none; }
    .catalog__title {
      text-align: center; }
    .catalog__list {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin: 0; } }

.item {background-color: #fff; border: 1px solid #e7e7e7;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 450px;
      -ms-flex: 1 1 450px;
          flex: 1 1 450px;
  

  max-width: 301px;
  margin: 13px 10px;
  margin: 0 10px;
  padding: 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .item__image {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
    margin-bottom: 10px; }
    .item__image img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .item__caption {
    display: block;
    font-size: 18px;
   padding-top: 10px;
       font-weight: 400;
   font-family: 'Open Sans', sans-serif;
   
    text-decoration: none;
    color: #000;
  
    margin-bottom: 8px; }
  .item__code {
    font-size: 13px; line-height: normal; color: #999; }
  .item__stars {
    margin-top: 8px; }
  .item__information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
   
    
    margin-top: 15px; }
  .item__price {
    font-size: 21px;
   font-weight: bold;
    color: #035194; }
    .item__price--old {
      font-size: 16px;
      text-decoration: line-through;
      color: #acacac;
      margin-bottom: 5px; }
  .item__button {
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #FFED00;
    cursor: pointer;
    width: 46px;
    height: 42px;
    padding: 0; }
    .item__button svg {
      fill: #000;
      width: 22px; }

.stek {position: absolute; bottom: 0px; width: 100%;}

.fast {
  margin-bottom: 0px; }
  .fast__title {
    font-size: 25px;
    color: #000;
    margin: 0 0 22px 28px; }
  .fast .slick-track {
    margin: 0; }
  .fast .item {
   background-color: #fff;
   position:relative;
    max-width: 100%;
    margin: 0 10px; }
  .fast__list {
    padding: 0 20px 0 20px;
    overflow: hidden; }
  .fast__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0;
    background-color: #fff;
    cursor: pointer;
    width: 30px;
    height: 35px; }
    .fast__arrow svg {
      fill: #035194; }
    .fast__arrow--prev {
      left: 0;
      -webkit-border-radius: 10px 0 0 10px;
              border-radius: 10px 0 0 10px; }
      .fast__arrow--prev svg {
        -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
                transform: scale(-1, 1); }
    .fast__arrow--next {
      right: 0;
      -webkit-border-radius: 0 10px 10px 0;
              border-radius: 0 10px 10px 0; }
  @media screen and (max-width: 768px) {
    
   .catalog__content {padding-left: 0px;}
   .catalog__list .item {
    margin: 4px 4px;
    max-width: 320px;}
   .stek {position: absolute; bottom: 0px; width: 100%;}
   .fast {
    
      margin: 0 auto 25px; }
      .fast__title {
        text-align: center; margin: 0; } }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin-top: 22px; }
  .pagination__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #bcbcbc;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden; }
  .pagination__item {
    text-decoration: none;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    border-right: 2px solid #bcbcbc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .pagination__item:last-child {
      border-right: 0; }
    .pagination__item--active {
      color: #fff;
      background-color: #b30000;; }
  .pagination__link {
    text-decoration: none;
    color: inherit;
    position: relative;
    text-align: center;
    line-height: 36px;
    width: 100%; }
    .pagination__link svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #595959;
      height: 13px; }



.container {
 
 
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
 
}


.content_page {
 
    line-height: 1.2; 
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 30px;
 
}


.card__wrapper {


  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: distribute;
          justify-content: space-between;
  margin-bottom: 0px; }

.card__gallery {
  max-width: 700px; }

.card__content {
  flex: 1 1;
  margin-left: 7px;

    padding-left: 30px;
    max-width: 100%;
    padding-right: 0px;

    

}

.card__title {
  font-size: 25px;
  line-height: 30px;
  color: #000;
 
  margin-bottom: 25px; }

.card__price {
  font-size: 25px;
font-weight: bold;
}

.card__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
 
      -ms-flex-pack: justify;
         
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 13px; }

.card__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;

  background-color: #40A35C;
  cursor: pointer;
  width: 200px;
  height: 50px;
  padding: 0;
  margin: 0px 10px; }
  .card__button span {
    display: inline-block;
    border-right: 1px solid #fff;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    padding: 0 12px 0 0;
    margin-right: 11px; }
  .card__button svg {
    fill: #fff;
    width: 27px; }

.card__content p {
  margin-bottom: 2px; }
  .card__content p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 768px) {
 
 
 .card__content {
  flex: 1 1;
  margin-left: 7px;

    padding-left: 0px;
    max-width: 100%;
    padding-right: 0px;
  min-width: 300px;
  padding-bottom: 30px;
    

}
 
 
  .card__gallery {
    margin-bottom: 15px; max-width: 339px}
  .card__form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.c-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .c-gallery__list {
    text-align: center;
    max-width: 122px;
    min-width: 122px; }
  .c-gallery__main {
    min-width: 208px;
    height: 100%;
    
    overflow: hidden; }
    .c-gallery__main img {
      width: 90%; }
  .c-gallery__arrow {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0; }
    .c-gallery__arrow--prev {
      position: relative;
      top: 10px;
      margin-bottom: 10px; }
      .c-gallery__arrow--prev svg {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .c-gallery__arrow--next {
      margin-top: 10px; }
      .c-gallery__arrow--next svg {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .c-gallery__arrow svg {
      fill: #ce1c1a;
      width: 16px; }
  .c-gallery__item {
    border: 2px solid #e5e5e5 !important;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    max-height: 93px;
    margin: 6px 0;
    overflow: hidden; }
    .c-gallery__item img {
      max-width: 100%; }
  @media screen and (max-width: 768px) {
    .c-gallery__list {
      display: none; }
    .c-gallery__main {
      margin: 0; } }

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contacts__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts__company {
    font-size: 27px;
    margin-bottom: 32px; }
  .contacts__adress {
    color: #666;
    margin-bottom: 32px; }
  .contacts__phone {
    font-size: 30px;
    text-decoration: none;
    color: #666;
    margin-bottom: 15px; }
  .contacts__mail {
    font-size: 25px;
    text-decoration: none;
    color: #666; }
  .contacts__button {
    border: 1px solid #ce1c1a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
   border-radius: 3px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #ce1c1a;
    width: 100%;
    max-width: 300px;
    height: 60px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .contacts__button:hover {
      color: #fff;
      background-color: #ce1c1a; }
  @media screen and (max-width: 1110px) {
    .contacts__company {
      font-size: 24px;
      margin-bottom: 20px; }
    .contacts__adress {
      margin-bottom: 20px; }
    .contacts__phone {
      font-size: 34px;
      margin-bottom: 10px; }
    .contacts__mail {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .contacts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .contacts__column {
        text-align: center; } }

.w-time {
  margin: 0 25px; }
  .w-time__caption {
    font-size: 24px;
    color: #ce1c1a;
    margin-bottom: 36px; }
  .w-time__list {
    font-size: 14px; }
  .w-time__item {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 203px;
    margin: 0 0 8px 22px;
    padding: 0 19px 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .w-time__item:last-child {
      margin-bottom: 0; }
    .w-time__item:before {
      content: '';
      position: absolute;
      top: 1px;
      left: -9px;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      background-image: url("../images/ico/clock.svg");
      background-size: 100%;
      width: 13px;
      height: 13px; }
  @media screen and (max-width: 1110px) {
    .w-time__caption {
      margin-bottom: 20px; }
    .w-time__list {
      font-size: 12px; }
    .w-time__item {
      width: 180px; }
      .w-time__item:before {
        width: 10px;
        height: 10px; } }
  @media screen and (max-width: 768px) {
    .w-time {
      margin-top: 20px; } }

.weekend {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;  }
  .weekend__list {
    font-size: 14px;
    color: #cfcccf;
    margin-bottom: 18px; }
  .weekend__item {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 180px;
    margin: 0 0 8px 22px;
    padding: 0 19px 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .weekend__item:last-child {
      margin-bottom: 0; }
    .weekend__item:before {
      content: '';
      position: absolute;
      top: 1px;
      left: -9px;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      background-image: url("../images/ico/weekend.svg");
      background-size: 100%;
      width: 13px;
      height: 13px; }
  @media screen and (max-width: 1110px) {
    .weekend {
      margin-top: 44px; }
      .weekend__list {
        font-size: 12px; }
      .weekend__item {
        width: 180px; }
        .weekend__item:before {
          width: 10px;
          height: 10px; } }
  @media screen and (max-width: 768px) {
    .weekend {
      margin-top: 10px; } }

.map {
  height: 500px; }
  @media screen and (max-width: 1110px) {
    .map {
      height: 500px; } }
  @media screen and (max-width: 768px) {
    .map {
      height: 450px; } }

[data-popup-button] {
  cursor: pointer; }
  
  .autocomplete-suggestions {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto; }
  .autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer; }
  .autocomplete-suggestions .selected {
    background: #F0F0F0; }
  .autocomplete-suggestions div {
    white-space: nowrap;
    padding: 2px 5px; }
  .autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF; }


.autocomplete-w1 { background:url(imgages/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.ui-widget-header {
  background: #ce1c1a !important; }

.ui-slider-handle {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.2); }
          
          
          
/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
	overflow: hidden;
}

#browsed_products li{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 4px 4px 0;
	width: 83px;
	height: 70px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 100px;
}
/* @end — Просмотренные товары */          

/* @group Сортировка */
.sort {
	color: #505050;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;

}
.sort a{
	margin-right: 5px;
        color: #505050;
 text-decoration: none;
 border-bottom: 1px dashed #1D1D1D;
}
.sort .selected {
	color: #1762bf;
	text-decoration: none;
	margin-right: 5px;
    border-bottom: none;
}
/* @end */

/* @group Фильтр по свойствам */
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#features .feature_name{
	padding: 7px;
}
#features .feature_values{
	padding: 7px;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
}
#features a.selected {
	//background-color: #4a4a4a;
	color: #505050;
	text-decoration: none;
}
/* @end — Фильтр по свойствам*/


/* @group Brands */
#brands {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
        padding-left: 0px;
}
#brands a {
	color: #214254;
	font-size: 15px;
	margin-right: 10px;
        text-decoration: none
}
#brands img{
	vertical-align: middle;
}
#brands a:hover {
	color: #000;
} 
#brands a.selected {
	font-size: 15px;
 border-bottom: 1px dashed #0a0a0a;
}







  .catalog__list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px 15px; }
    .catalog__list2 .item2 {
      margin: 5px 5px; }
  @media screen and (max-width: 768px) {
    .catalog__dropdown {
      display: none; }
    .catalog__title {
      text-align: center; }
    .catalog__list2 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin: 0; } }





.item2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 220px;
      -ms-flex: 1 1 220px;
          flex: 1 1 220px;
  border-radius: 3px;

  max-width: 210px;
  margin: 13px 10px;
  margin: 0 10px;
  padding: 2px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .item__image2 {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
    margin-bottom: 33px; }
    .item__image2 img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }

.issue__error {color:#fe0000;}



///////////////////////


.welcome {
		min-height: 420px;
		padding-top: 60px;
	}

	.welcome__caption {
		font-size: 30px;
	}

	

	.welcome__dots {
		bottom: 20px;
	}




  .welcome__title {
    position: relative;
    font-size: 33px;
    text-align: center;
    color: #134673;
    max-width: 785px;
    padding-bottom: 75px;
    margin: 0 auto 46px; }
    .welcome__title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-image: url("../images/teeth.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 392px;
      height: 58px; }
  .welcome__wrap {
    display: flex; }
  .welcome__content {
    max-width: 690px;
    margin-right: 60px; }



  .welcome__button {
    border: 2px solid #41988f;
    border-radius: 20px;
    background-color: transparent;
    font-size: 20px;
    color: #134673;
    width: 274px;
    height: 55px;
    box-sizing: border-box;
    transition: all .3s; }
    
  .welcome__image {
    max-width: 690px; }
    .welcome__image img {
      max-width: 100%; }
  @media screen and (max-width: 1366px) {
    .welcome {
      padding: 35px 0 45px; }
      .welcome__title {
        font-size: 26px;
        padding-bottom: 60px;
        margin-bottom: 30px; }
        .welcome__title::after {
          width: 337px;
          height: 48px; } }
  @media screen and (max-width: 1080px) {
    .welcome__caption {
      font-size: 22px;
      margin-bottom: 20px; }
    .welcome__description {
      margin-bottom: 25px; }
    }
  @media screen and (max-width: 768px) {
    .welcome { text-align: center;
      padding: 20px 0 35px; }
      .welcome__title {
        font-size: 20px;
        padding-bottom: 50px;
        margin-bottom: 20px; }
        .welcome__title::after {
          width: 300px;
          height: 42px; }
      .welcome__wrap { 
        flex-direction: column; }
      .welcome__content {
        order: 1;
        margin: 25px 0 0; }
      .welcome__caption {text-align: center;
        font-size: 20px;
        margin-bottom: 15px; }
	
   
   
   .prewie {
		background-image: url("/design/New%20home/images/derevo.jpg");
		background-size: cover;
		height: 600px;
	}

	.prewie__video {
		display: none;
	}
  
  }

		






//////////////////////////////////////////////////////









.team {
  margin-bottom: 55px;
  overflow: hidden; }
  .team__title {
    font-size: 33px;
    color: #134673;
    text-align: center;
    margin-bottom: 10px; }
  .team__description {
    font-size: 25px;
    color: #41988f;
    text-align: center;
    margin-bottom: 55px; }
  .team__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -33px -10px; }
  .team__item {
    display: flex;
    flex-direction: column;
    flex: 1 1 265px;
    max-width: 100px;
    margin: 28px 15px;
  padding-top: 12px;
  }
  .team__image {
    
    margin-bottom: 17px; }
    .team__image img {
      max-width: 100%; }
  .team__info {
    height: 100%; }
  .team__name {
    font-size: 13px;
    color: #747474;
    margin-bottom: 6px; }
  .team__position {
    color: #383838;
    margin-bottom: 14px; }
  
  @media screen and (max-width: 1366px) {
    .team {
      margin-bottom: 45px; }
      .team__name {
        font-size: 13px;
        margin-bottom: 12px; } }
  @media screen and (max-width: 768px) {
    .team__title {
      font-size: 24px; }
    .team__description {
      font-size: 16px;
      margin-bottom: 20px; }
    .team__list {
      justify-content: center;
      margin: 0; }
    .team__item {
      flex: none;
      width: 100%;
      margin: 0 0 30px; }
      .team__item:last-child {
        margin-bottom: 0; }
    .team__image {
      margin-bottom: 10px; }
   .tablo {font-size: 9px;}
   
   .team__name {
      font-size: 13px;
      margin-bottom: 10px; }
      .team__name br {
        display: none; } }




.prewie__video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/design/New%20home/images/derevo.jpg);
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
 z-index: -1;}
 
 .prewie {
	position: relative;
	height: 600px;
	overflow: hidden;
}
 
 .prewie:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.74);
    width: 100%;
    height: 100%;
 }






  #instagram li{padding:5px; width: 174px;}
  #instagram img{width:100%}










.catalog__list3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px 15px; }
    .catalog__list3 .item3 {
      margin: 10px 13px; }
  @media screen and (max-width: 768px) {
    .catalog__dropdown {
      display: none; }
    .catalog__title {
      text-align: center; }
    .catalog__list3 {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin: 0; } }





.item3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 220px;
      -ms-flex: 1 1 220px;
          flex: 1 1 220px;
  border-radius: 3px;

  max-width: 184px;
  margin: 13px 10px;
  margin: 0 10px;
  padding: 2px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .item__image3 {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
    margin-bottom: 33px; }
    .item__image3 img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }

.featured_img {position: absolute;}


.flex {display: flex; padding-bottom: 35px;}
.cnop2 {padding-right: 9px;}
@media screen and (max-width: 768px) {
 
.flex {display: block;}
 .cnop2 {padding-right: 0px;}
 
}
















.Page__Box--Map{background-color:#fff;box-shadow:0 .2rem #c80f16;border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem}.Page__Content h2,.Page__Content h3,.Page__Content h4,.Page__Content h6{color:gray;font-weight:300;margin:.5em 0}.Page__Content h2 a,.Page__Content h3 a,.Page__Content h4 a,.Page__Content h6 a{font-size:1em}.Page__Content h2{font-size:2.8rem}.Page__Content h3{font-size:2.2rem}.Page__Content h4{font-size:1.9rem}.Page__Content h5{font-size:1.6rem}.Page__Content h6{font-size:1.4rem;font-weight:300;text-transform:uppercase}.Page__Content hr{background:#bfbfbf;border:0;margin:1.6rem 0;height:1px}.Page__Content p,.Page__Content ul>li,.Page__Content ol>li{font-size:1.4rem;line-height:1.8;margin-bottom:.2rem}.Page__Content ul,.Page__Content ol{margin:0;padding:0;list-style-position:inside;margin:1rem 0}.Page__Content ul:focus,.Page__Content ol:focus{outline:0}.Page__Content a{color:#24479C;display:inline-block;text-decoration:none;transition:.2s all;border-bottom:1px dashed}.Page__Content a:hover{color:#404040}.Page__Content figure{margin:1.6rem 0}.Page__Content .video-container{height:0;padding-bottom:56.2%;position:relative}.Page__Content .video-container iframe{height:100% !important;left:0;position:absolute;top:0;width:100% !important}.Page__Content .Page__Box--Info p{line-height:1.4}.Page__Content .Page__Title--Delivery{color:#404040;font-size:1.3em;font-weight:300;margin-bottom:4rem;margin-top:4rem;text-align:left}@media (min-width: 48em){.Page__Content .Page__Title--Delivery{font-size:1.4em}}.Page__Content .Page__Title--Delivery+.Page__Subtitle--Delivery{font-size:1.2rem;margin-top:-3.5rem;margin-bottom:4rem;text-align:left}@media (min-width: 48em){.Page__Content .Page__Title--Delivery+.Page__Subtitle--Delivery{font-size:1.5rem;border-top:1px solid #eee;padding-top:.5rem}}.Page__Content .Page__Title--Item{color:gray;font-size:1.8rem;font-weight:normal}.Page__Content .Page__Text--Item{margin-top:2rem}.Page__Content .Page__Text--Item.-Price{color:#404040;font-size:2.5rem;font-weight:bold}.Page__Contacts:after{clear:both;content:"";display:block}

table {
 border-collapse: collapse; /*убираем пустые промежутки между ячейками*/
border: 1px solid grey; /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/

    width: 100%; /* Ширина таблицы в процентах */
 margin-top: 30px;
   }
   .col1 {
    width: 100px; /* Ширина ячейки */
   }
th {border: 1px solid grey;}
td {border: 1px solid grey; padding:5px;}
.h6 {font-size: 18px; margin-top:20px;
text-align: left;
}


 @media screen and (max-width: 768px) {
  
  table {margin-top: 5px;}
  .col1 {
    width: 100%; /* Ширина ячейки */
   }
  td {border: 1px solid grey; padding:2px; font-size:4px;}
  
  
  
 }




 .breadcrumbs__title2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
    font-size:26px;
    color: #000;
  padding-top: 0px;
    padding-bottom: 15px;
  }
  .breadcrumbs__list2 {
    font-size: 12px;
    color: #C9C9CA;
    margin-bottom: 10px; padding-top: 13px;}
  .breadcrumbs__item2 {
    text-decoration: none;
    color: inherit; }




.imgmini {top: 0;
    margin-bottom: 54px;
    padding-right: 30px;
    height: fit-content;
}



.divmini {display: flex;}



.flex {max-width: 220px; display:flex; padding-top: 20px;}

@media screen and (max-width: 1000px) {
.flex {display: inline-block;  padding-top: 5px;}
 
}

@media screen and (max-width: 768px) {
.flex {display: inline-block;  padding-top: 5px;}
 
}

.fit {padding-bottom: 70px;
    padding-top: 70px;}

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

 
 .fit {padding-bottom: 10px;
    padding-top: 10px;}
 
}
@media screen and (max-width: 768px) {
.centere {text-align: center;}
}



.poz {position: relative; height: 452px;}

@media screen and (max-width: 1000px) {
.poz {position: relative; height: 450px;}
 
}



@media screen and (max-width: 768px) {
.poz {position: relative; height: 450px;}
 
}


.divel {height: 250px;}


@media screen and (max-width: 768px) {
.divel {height: 150px;}
 
}



.v1 {display: flex; }




.v2 {display: flex; }

.hr1 {
background-color: #F0F2F2;
    width: 100%;
    height: 1px;

}


.opis {padding: 20px;}

.cl1 {display: flex;}

.ming {min-width: 413px; padding-left: 25px;}


















.header__cart2 {
    text-decoration: none;
    border-radius: 1px;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;

    font-size: 15px;
    border: 1px solid #7BC846;
    
    color: #fff;
 background-color: #7BC846;
    cursor: pointer;
    min-width: 180px;
     max-width: 210px;
    margin-top: 20px;
    height: 45px;
    padding: 0; }
    .header__cart2 span {
      
      line-height: 30px;
      
      
      margin-right: 0px; }
    .header__cart2 svg {
      fill: #FFED00;
      max-width: 26px;
      width: 50%; }
  @media screen and (max-width: 1110px) {

    .header__cart2 {
      min-width: 180px; }
      .header__cart2 span {
         } }





.text1 {display: flex; line-height: 1.5;}
.text2 {max-width: 670px; padding-right: 30px;}


@media screen and (max-width: 768px) {
.text1 {display: block;}
.text2 {max-width: 100%; padding-right: 0px; padding-bottom: 40px;}
}
 


.map1 {margin-left: 45px; display: ; min-width:558px;}

@media screen and (max-width: 768px) {
.map1 {margin-left: 0px; margin-top:20px; min-width:10px;
}}

@media screen and (max-width: 1100px) {
.map1 {margin-left: 0px; margin-top:20px; min-width:10px;
}
.text1 {display: block;}
 
 .text2 {max-width: 100%; padding-right: 0px; padding-bottom: 40px;}

}








.text3 {display: flex; line-height: 1.5;}
.text4 {max-width: 670px; padding-right: 30px;}
.text5 {padding-left: 115px}


@media screen and (max-width: 768px) {
.text3 {display: block;}
.text4 {max-width: 100%; padding-right: 0px; padding-bottom: 40px;}
 .text5 {padding-left: 0px; padding-top: 40px;}
}
 

@media screen and (max-width: 768px) {
.carousel {display: none;}

}




@media screen and (max-width: 1300px) {
.ming {min-width: 0px; padding-left: 25px;}

}

@media screen and (max-width: 1100px) {
.ming {min-width: 0px; padding-left: 25px;  min-width: 334px;}
#cart_informer {min-width: 0px; padding-left: 25px; display:none}

}


@media screen and (max-width: 1000px) {
.ming {min-width: 0px; padding-left: 25px;  display:none;}
#cart_informer {min-width: 0px; padding-left: 25px; display:none}

}




@media screen and (max-width: 930px) {
.card__content {padding-bottom: 40px;}


}



.big {color:#767D84; font-size:14px; padding-left: 37px; line-height: 1.3;}


@media screen and (max-width: 930px) {
.big {color:#767D84; font-size:14px; padding-left: 0px; line-height: 1.3;}


}



 .bloknew4 {
border-left-color: #f5f5f5;
    margin-top: -5px;
    position: relative;
    width: 200%;
    z-index: 1;
    margin-bottom: 40px;
    right: 50%;
    background: url(/upload/iblock/c77/c77275d66a3ed6ebf231775dab1ea698.jpg) center center no-repeat;
}

@media screen and (max-width: 1050px) {

.bloknew4 {

border-left: 2px solid;
    background: url(/upload/iblock/c77/c77275d66a3ed6ebf231775dab1ea698.jpg) #ffffff 0 0 repeat;
    color: #ffffff;
    margin-bottom: 40px;
    clear: both;
    margin-top: -5px;
 
    font-size: 15px;
    right: 0;
    z-index: 0;
    width: 100%;
 

}
}




 .carousel__caption3 {
      font-size: 22px;
      line-height: 1.2;

       color: #000; }
   
   .carousel__caption444 {
      font-size: 30px;
      line-height: 1.2;
       color: #000; }








.text33 {display: flex; line-height: 1.5;
padding-top: 20px;
    padding-bottom: 40px;
}
.divich {background-color: #fff; padding: 60px;}
.text55 {padding-left: 0px}


@media screen and (max-width: 768px) {
.text33 {display: block;}

 .text55 {padding-left: 0px; }
}




/* @end */          