@charset "UTF-8";
@font-face {
  font-family: 'ALSRubl';
  src: url("../fonts/ALSRubl.woff") format("woff"), url("../fonts/ALSRubl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ArialMT400';
  src: url("../fonts/ArialMT400.woff") format("woff"), url("../fonts/ArialMT400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lobster400';
  src: url("../fonts/Lobster400.woff") format("woff"), url("../fonts/Lobster400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto300';
  src: url("../fonts/Roboto300.woff") format("woff"), url("../fonts/Roboto300.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto400';
  src: url("../fonts/Roboto400.woff") format("woff"), url("../fonts/Roboto400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto500';
  src: url("../fonts/Roboto500.woff") format("woff"), url("../fonts/Roboto500.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto700';
  src: url("../fonts/Roboto700.woff") format("woff"), url("../fonts/Roboto700.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoBlack';
  src: url("../fonts/RobotoBlack.woff") format("woff"), url("../fonts/RobotoBlack.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

input, button { -webkit-appearance: none;}

/*Размер шрифта для заголовков*/
/*Размер шрифта для body*/
/*Цвет шрифта для body*/
/*Цвет шрифта для заголовков*/
/* margin для заголовков */
/* Шрифт для заголовков */
/*Толщина шрифта для заголовков*/
/* Межстрочный интервал */
html {
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 1.25; }

body {
  font-size: 1.6rem;
  margin: 0;
  font-family: 'Roboto300', sans-serif;
  background: #f0f8dd;
  color: #000;
  max-width: 1920px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lobster400", sans-serif; }

h1, .section__title {
  font-size: 3.6rem;
  margin: 0 0 0.77em;
  color: #f12e70;
  font-weight: 400;
  line-height: 1;
  text-align: center; }

.section__title {
  color: #ffffff;
  margin: 0 0 .9em;
  font-family: 'Lobster400', sans-serif; }

.section__title span {
  text-shadow: 0 0 17px rgba(4, 31, 63, 0.75); }

h2 {
  font-size: 3rem;
  margin: 0.9em 0;
  color: #f12e70;
  font-weight: 400;
  line-height: 1; }

h3 {
  font-size: 2.4rem;
  margin: 0.81em 0;
  color: #1bbc9a;
  font-weight: 400;
  line-height: 1; }

h4 {
  font-size: 2rem;
  margin: 1.05em 0;
  color: #000;
  font-weight: 400;
  line-height: 1; }

h5 {
  font-size: 1.71429rem;
  margin: 1.375em 0;
  color: #000;
  font-weight: 400;
  line-height: 1; }

h6 {
  font-size: 1.5rem;
  margin: 1.78em 0;
  color: #000;
  font-weight: 400;
  line-height: 1; }

p {
  margin: 1em 0;
  text-align: justify; }

.content p:first-of-type {
  margin: 0 0 1em; }

a, a:visited{
  color: #000; }

a:hover, a:focus {
  text-decoration: none; }

ol {
  padding: 0 0 0 1em;
  margin: 0.8em 0; }

ul {
  margin: 0.8em 0;
  overflow: hidden;
  line-height: 1.3;
  padding: 0 0 0 20px; }

ol {
  padding: 0 0 0 40px; }

ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 20px;
  overflow: hidden; }

li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #659cd5;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 100%; }

ol li:after {
  display: none; }

.table_wrap {
  overflow-x: auto; }

textarea {
  resize: none; }

table {
  border-collapse: collapse;
  margin: 1em 0; }

td, th {
  border: 1px solid #ccc;
  padding: 18px 5px; }

table tr {
  background: #f9f9f9; }

table tr:nth-child(odd):not(.ui-datepicker table) {
  background: #f2f2f2; }

table tr:first-child:not(.ui-datepicker table) {
  background: #dbe9f2;
  color: #025ea7;
  font-family: 'Roboto300', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a6a6a6;
  font-family: 'Roboto300', sans-serif;
  font-size: 1.6rem;
  opacity: 1; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #a6a6a6;
  font-family: 'Roboto300', sans-serif;
  font-size: 1.6rem;
  opacity: 1; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a6a6a6;
  font-family: 'Roboto300', sans-serif;
  font-size: 1.6rem;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a6a6a6;
  font-family: 'Roboto300', sans-serif;
  font-size: 1.6rem;
  opacity: 1; }


  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Roboto300', sans-serif;
    font-size: 1.6rem;
    opacity: 0; }
  
  input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #fff;
    font-family: 'Roboto300', sans-serif;
    font-size: 1.6rem;
    opacity: 0; }
  
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #fff;
    font-family: 'Roboto300', sans-serif;
    font-size: 1.6rem;
    opacity: 0; }
  
  input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #fff;
    font-family: 'Roboto300', sans-serif;
    font-size: 1.6rem;
    opacity: 0; }


    user-select__none.{
      user-select: none;
    }


button {
  border: none;
  background: none;
  cursor: pointer; }

aside,
details,
figcaption,
figure,
hgroup,
main,
summary {
  display: block; }

.wrapMap {
  border: 1px solid #e6e6e6;
  height: 375px;
  background: url(../image/design/mapBg.png);
  box-sizing: border-box; }

@media screen and (max-width: 780px) {
  .content img {
    max-width: 100%; } }

.ALSRubl {
  font-family: 'ALSRubl'; }

/*Контент конец*/
.wrapper {
  max-width: 1280px;
  width: 100%;
  box-shadow: 0px 0px 99px 3px rgba(115, 114, 115, 0.3);
  height: 100%;
  min-width: 320px;
  overflow: hidden;
  margin: 0 auto;
  padding: 99px 0 0; }

.index .content {
  padding: 0; }

.content {
  padding: 81px 81px 91px; }

.blockShadow {
  position: relative;
  margin: -25px auto 0; }

.blockShadow:before, .blockShadow:after {
  content: "";
  width: 50%;
  height: 5px;
  background: red;
  box-shadow: 0px 10px 20px #000;
  display: inline-block; }

.blockShadow:before {
  left: 0;
  -webkit-transform: rotate(-1.3deg);
  transform: rotate(-1.3deg); }

.blockShadow:after {
  right: 0;
  -webkit-transform: rotate(1.3deg);
  transform: rotate(1.3deg); }

.gallery_1, .gallery_2, .gallery_5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
  line-height: 1;
  margin: 0; }

.gallery_5 {
  justify-content: space-around; }

.gallery_1__item, .gallery_5__item {
  max-width: 200px;
  width: 200px;
  -webkit-box-flex: 0;
  flex: none;
  height: 200px;
  padding: 0;
  margin: 28px 0 0; }

.gallery_1__item:after, .gallery_2__item:after, .gallery_5__item:after {
  display: none; }

.itemCatalog {
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 100%;
  background: #659cd5;
  position: relative;
  padding: 11px 27px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

.gallery_1__item:nth-child(2) .itemCatalog, .gallery_5__item:nth-child(2) .itemCatalog {
  background: #f12e70; }

.gallery_1__item:nth-child(3) .itemCatalog, .gallery_5__item:nth-child(3) .itemCatalog {
  background: #96d500; }

.gallery_1__item:nth-child(4) .itemCatalog, .gallery_5__item:nth-child(4) .itemCatalog {
  background: #659cd5; }

.gallery_1__item:nth-child(5) .itemCatalog, .gallery_5__item:nth-child(5) .itemCatalog {
  background: #f12e70; }

.gallery_1__item:nth-child(6) .itemCatalog, .gallery_5__item:nth-child(6) .itemCatalog {
  background: #b96ab9; }

.gallery_1__item:nth-child(7) .itemCatalog, .gallery_5__item:nth-child(7) .itemCatalog {
  background: #eaaf25; }

.gallery_1__item:nth-child(8) .itemCatalog, .gallery_5__item:nth-child(8) .itemCatalog {
  background: #1bbc9a; }

.gallery_1__item:nth-child(9) .itemCatalog, .gallery_5__item:nth-child(9) .itemCatalog {
  background: #b96ab9; }

.gallery_1__item:nth-child(10) .itemCatalog, .gallery_5__item:nth-child(10) .itemCatalog {
  background: #eaaf25; }

.gallery_5__item:nth-child(11) .itemCatalog {
  background: #96d500; }

.gallery_5__item:nth-child(12) .itemCatalog {
  background: #f12e70; }

.desktop_device .itemCatalog.active .itemCatalog__caption {
  -webkit-animation: hideInner  0s .5s forwards;
  animation: hideInner  0s .5s forwards; }

.desktop_device .itemCatalog.active .itemCatalog__img {
  -webkit-animation: showInner  0s .5s forwards;
  animation: showInner  0s .5s forwards; }

.desktop_device .itemCatalog.notactive .itemCatalog__caption {
  -webkit-animation: showInner  0s .5s forwards;
  animation: showInner  0s .5s forwards; }

.desktop_device .itemCatalog.notactive .itemCatalog__img {
  -webkit-animation: hideInner  0s .5s forwards;
  animation: hideInner  0s .5s forwards; }

.desktop_device .itemCatalog.active {
  -webkit-animation: rotateItemCatalog1 1s ease-out forwards;
  animation: rotateItemCatalog1 1s ease-out forwards; }

.desktop_device .itemCatalog.notactive {
  -webkit-animation: rotateItemCatalog2  1s ease-out forwards;
  animation: rotateItemCatalog2  1s ease-out forwards; }

.desktop_device .header__logoImg.active {
  -webkit-animation: rotateItemCatalog3 5s infinite linear;
  animation: rotateItemCatalog3 5s infinite linear; }

.itemCatalog:before {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 3px dashed #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  box-sizing: border-box; }

.itemCatalog__img {
  text-align: center;
  position: absolute;
  bottom: -100%; }

.itemCatalog__img img {
  width: 100%; }

.itemCatalog__caption {
  color: #ffffff;
  font-family: 'Lobster400', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  bottom: -100%; }

.desktop_device .itemCatalog.notactive .itemCatalog__caption {
  position: absolute; }

.desktop_device .itemCatalog.notactive .itemCatalog__img {
  position: static; }

@-webkit-keyframes rotateItemCatalog3 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@keyframes rotateItemCatalog3 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes rotateItemCatalog1 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes rotateItemCatalog1 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes rotateItemCatalog2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@keyframes rotateItemCatalog2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes hideInner {
  0% {
    position: static; }
  100% {
    position: absolute; } }

@keyframes hideInner {
  0% {
    position: static; }
  100% {
    position: absolute; } }

@-webkit-keyframes showInner {
  0% {
    position: absolute; }
  100% {
    position: static; } }

@keyframes showInner {
  0% {
    position: absolute; }
  100% {
    position: static; } }

.section1 {
  padding: 63px 80px;
  background: url(../image/design/img_16a.jpg) no-repeat;}

.section__desc, .section__desc p {
  text-shadow: 0 0 17px rgba(4, 31, 63, 0.75);
  color: #fff;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.6rem; 
text-align: center;}

.section__desc span {
  text-shadow: 0 0 17px black; }

.gallery_2__item {
  padding: 28px 0 0;
  margin: 0 5px;
  -webkit-box-flex: 1;
  flex: 1 1 120px; }

.desktop_device .gallery_2__item.animation .gallery_2__caption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 1.5s; }

.desktop_device .gallery_2__item.animation .gallery_2__img {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 1s; }



.gallery_2__img {
  width: 120px;
  height: 120px;
  background: #669dd5;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto 25px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); }

.gallery_2__item:nth-child(2) .gallery_2__img {
  background: #b96ab9; }

.gallery_2__item:nth-child(3) .gallery_2__img {
  background: #f12e70; }

.gallery_2__item:nth-child(4) .gallery_2__img {
  background: #eaaf25; }

.gallery_2__item:nth-child(5) .gallery_2__img {
  background: #96d500; }

.gallery_2__caption {
  font-family: 'RobotoBlack', sans-serif;
  text-shadow: 0 0 17px rgba(4, 31, 63, 0.75);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: -0.8px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none; }

.gallery_2__caption span {
  text-shadow: 0 0 36px black; }

.mobile_device .gallery_2__item .gallery_2__caption {
  opacity: 1;
  /*-webkit-transform: translateY(0px);
  transform: translateY(0px);*/
  transform: none;
}

.mobile_device .gallery_2__item .gallery_2__img {
  opacity: 1;
  /*-webkit-transform: translateY(0px);
  transform: translateY(0px);*/
  transform: none;
}

.sectionBreadcrumbs {
  margin: 0 0 13px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.breadcrumbs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center; }

.bx-breadcrumb-item a {
  font-family: 'Roboto300', sans-serif;
  color: #659cd5;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none; }

.bx-breadcrumb-item a span {
  border-bottom: 1px solid #659cd5; }

.bx-breadcrumb-item a span:hover, .bx-breadcrumb-item a span:focus {
  border-bottom: 1px solid transparent; }

.separator {
  margin: 2px 3px 0;
  display: block; }

.separator img {
  width: 9px;
  height: 9px;
  display: block; }

.breadcrumbs .lastItem {
  font-family: 'Roboto300', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #a2a2a2;
  cursor: default;
  border-bottom: 1px solid transparent;
  margin: 2px 0 0; }

.slider_3__link, .slider_4__link {
  width: 250px;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  display: block; }

.slider_4__link {
  width: 236px; }

.slick__btnPrev, .slick__btnNext {
  width: 22px;
  height: 37px;
  background: url(../image/design/ar_slider1.png) no-repeat;
  position: absolute;
  top: calc(50% - 19px);
  left: 0; }

.slick__btnNext {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(100% - 22px); }

.slider_3, .slider_4 {
  margin: 45px 0 0;
  padding: 0 36px; }

.footerInfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px 41px 42px;
  color: #000;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  background: #f0f8dd;
  box-sizing: border-box;
  position: relative; }





.footerInfo__grx a, .footerInfo__grx a:visited {
  color: #000;
  font-size: 1.6rem; }

.cookies:hover, .footerInfo__grx a:hover {
  text-decoration: none; }

.footerInfo__company {
  max-width: calc(100% - 193px);
  width: calc(100% - 193px);
  -webkit-box-flex: 100px;
  flex: 100px; }

.footerInfo__grx {
  max-width: 193px;
  width: 193px;
  -webkit-box-flex: 0;
  flex: none; }

.footerBlocks__block, .footerBlocks__block a, .footerBlocks__block a:visited {
  color: #fff;
  font-family: 'Roboto400', sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.5; }

.wrapFooterMenu a:hover, .wrapFooterMenu a:focus {
  text-decoration: underline; }

.footerBlocks {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  justify-content: space-around;
  background: #96d500;
  position: relative;
  padding: 5px 33px 60px; }

.footerBlocks:before, .footerBlocks:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  display: block; }

.footerBlocks:before {
  top: 0;
  border-bottom: 2px dashed #fff; }

.footerBlocks:after {
  bottom: 0;
  border-top: 2px dashed #fff; }

.footerBlocks__title {
  font-size: 2.4rem;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 0 20px;
  line-height: 1; }

.wrapFooterMenu ul {
  margin: 0;
  line-height: 1;
  padding: 0;
  overflow: visible;
  -webkit-box-flex: 1;
  flex: 1 1 100px; }

.footerBlocks__block:first-child .wrapFooterMenu ul{
  column-count: 2;
  column-gap:  30px;
}

.footerBlocks__block li:after {
  display: none; }

.footerBlocks__block li {
  padding: 0;
  margin: 0 0 4px; }

.footerBlocks__block {
  margin: 30px 0 0;
  max-width: 400px;
  width: 400px;
  box-sizing: border-box;
  padding: 0 5px 0; }

.wrapFooterMenu ul:nth-of-type(n+2) {
  margin: 0 0 0 10px; }

.footerBlocks__block:nth-child(2) {
  max-width: 250px;
  width: 250px;
  margin: 30px 30px 0 12px; }

.footerBlocks__block:nth-child(3) {
  max-width: 167px;
  width: 167px; }

.footerBlocks__block:nth-child(4) {
  max-width: 352px;
  width: 352px; }

  .mf {
    font-size: 0.75em;
  }

.wrapFooterMenu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.videoBlockTitle {
  color: #404040;
  font-family: 'Roboto700', sans-serif;
  text-transform: uppercase;
  margin: 0 0 21px;
  line-height: 1; }

.videoBlocks {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 34px 0 0; }

.videoBlocks__videoBlock {
  max-width: calc(50% - 21px);
  width: calc(50% - 21px);
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 0 33px; }

.videoBlock__video {
  width: 100%;
  height: 392px; }

.pagination {
  margin: 33px 0 0; }

#listing {
  text-align: center;
  overflow: hidden;
  cursor: default; }

p.prev, p.next, p.unactive {
  position: relative;
  top: 5px;
  padding-bottom: 7px;
  padding: 0 10px;
  vertical-align: baseline; }

p.unactive, p.unactive span {
  color: #cccccc; }

#listing p {
  display: inline-block;
  margin: 0;
  position: relative; }

p.unactive, p.unactive span {
  color: #cccccc; }

.prev.unactive span {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../image/design/sp_arrPag.png) no-repeat;
  background-position: -3px -3px; }

p.prev a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/design/sp_arrPag.png) no-repeat;
  background-position: -31px -3px; }

#listing .list {
  display: inline-block; }

#listing span.active, #listing .list a {
  color: #000;
  font-family: 'Roboto500', sans-serif;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  min-width: 45px;
  height: 45px;
  padding: 12px 5px 2px;
  border-radius: 23px; }

#listing span.active, .listing1 .list a {
  display: inline-block; }

#listing .list span.active, #listing .list a:hover, #listing .list a:focus {
  color: #fff;
  background: #96d500; }

p.next a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/design/sp_arrPag.png) no-repeat;
  background-position: -31px -3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.next.unactive span {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../image/design/sp_arrPag.png) no-repeat;
  background-position: -3px -3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.more-list {
  text-align: center;
  padding-left: 2px; 
margin: 0;}

.more-list a {
  font-size: 1.4rem; }

.more-list a:hover {
  text-decoration: none; }

.gallery_4, .gallery_3 {
  margin: 34px 0 0;
  line-height: 1;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  justify-content: space-around;
  overflow: visible; }

.gallery_4__item, .gallery_3__item {
  padding: 0;
  margin: 0 0 41px;
  max-width: 250px;
  width: 250px;
  -webkit-box-flex: 0;
  flex: none;
  text-align: center;
  position: relative;
  overflow: visible; }

.gallery_4__item:after, .gallery_3__item:after {
  display: none; }

.gallery_4__link {
  text-decoration: none;
  display: block; }

.gallery_4__link:hover, .gallery_4__link:focus {
  text-decoration: underline; }

.gallery_4__link img {
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 250px;
  background: #fff; }

.gallery_4__caption {
  color: #404040;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 23px 0 0; }

.pvwProduct__img {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  width: 250px;
  height: 250px;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 0 auto; }

.pvwProduct__img img {
  height: 250px;
  transition: .3s; }

.pvwProduct__img img:focus {
  outline: none; }

.product_stock .pvwProduct__img:before, .product_hit .pvwProduct__img:after,
.product_stock .productFoto:before, .product_hit .productFoto:after,
.product_stock.mwProductInfo__img:before, .product_hit.mwProductInfo__img:after {
  color: #fff;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  min-width: 75px;
  min-height: 45px;
  display: block;
  position: absolute;
  top: 31px;
  right: 0;
  border-radius: 23px 0 0 23px;
  line-height: 1;
  padding: 15px;
  box-sizing: border-box;
  z-index: 2;
  text-align: center; }

.product_stock .pvwProduct__img:before, .product_stock .productFoto:before, .product_stock.mwProductInfo__img:before {
  content: 'акция';
  background-color: #96d500; }

.product_hit .pvwProduct__img:after, .product_hit .productFoto:after, .product_hit.mwProductInfo__img:after {
  content: 'хит';
  background-color: #eaaf25; }

.product_stock.mwProductInfo__img:before, .product_hit.mwProductInfo__img:after {
  top: 27px; }

.pvwProduct__link {
  text-decoration: none;
  color: #404040;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center; }

.pvwProduct__title {
  margin: 23px 0 10px;
  height: 16px;
  overflow: hidden; }

.oldPrice {
  color: #808080;
  font-family: 'Roboto500', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: line-through;
  margin: 0 9px 0 0;
  line-height: 1;
  text-transform: none; }

.currentPrice {
  color: #f12e70;
  font-family: 'Roboto500', sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1; }

.currentPrice .ALSRubl {
  text-transform: none; }

.btnOneclick {
  width: 140px;
  height: 52px;
  background: #b8b8b8 url(../image/design/bgbtn2.png) no-repeat;
  background-position: -50px 30px;
  border: none;
  border-bottom: 3px solid #9e9e9e;
  box-sizing: border-box;
  letter-spacing: -0.35px;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  transition: .6s; }

.btnOneclick:hover, .btnOneclick:focus {
  background: #9e9e9e url(../image/design/bgbtn2.png) no-repeat;
  background-position: -5px 10px;
  background-size: 40px auto;
  text-shadow: -0   -1px 0   #000000, 0   -1px 0   #000000,-0    1px 0   #000000, 0    1px 0   #000000,-1px -0   0   #000000, 1px -0   0   #000000,-1px  0   0   #000000, 1px  0   0   #000000,-1px -1px 0   #000000, 1px -1px 0   #000000,-1px  1px 0   #000000, 1px  1px 0   #000000,-1px -1px 0   #000000, 1px -1px 0   #000000,-1px  1px 0   #000000, 1px  1px 0   #000000; }

.btnCart {
  font-family: 'Roboto700', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  width: 101px;
  height: 52px;
  background: #f12e70 url(../image/design/bgbtn.png) no-repeat;
  background-position: calc(100% + 70px) 0;
  background-size: 40px auto;
  border: none;
  border-bottom: 3px solid #c7265b;
  box-sizing: border-box;
  transition: .6s; }

.btnCart.incart, .btnCart.incart:hover, .btnCart.incart:focus {
  background: #c7265b;
  text-shadow: none;
}
.btnCart:hover, .btnCart:focus {
  background: #c7265b url(../image/design/bgbtn.png) no-repeat;
  background-position: 100% 100%;
  background-size: 40px auto;
  text-shadow: -0   -1px 0   #000000, 0   -1px 0   #000000,-0    1px 0   #000000, 0    1px 0   #000000,-1px -0   0   #000000, 1px -0   0   #000000,-1px  0   0   #000000, 1px  0   0   #000000,-1px -1px 0   #000000, 1px -1px 0   #000000,-1px  1px 0   #000000, 1px  1px 0   #000000,-1px -1px 0   #000000, 1px -1px 0   #000000,-1px  1px 0   #000000, 1px  1px 0   #000000; }

.btnCart > i {
  margin: 0 5px 0 0; }

.btnsBox {
  display: none;
  margin: 29px 0 0; }

.pvwProduct:hover {
  position: absolute;
  top: -16px;
  left: -12px;   left: 50%; margin-left: -138px;
  background: #fff;
  width: 276px;
  box-sizing: border-box;
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 16px 13px 20px;
  z-index: 3; }

.pvwProduct:hover .pvwProduct__img:before, .pvwProduct:focus .pvwProduct__img:before {
  z-index: 3; }

.pvwProduct:hover .btnsBox, .pvwProduct:focus .btnsBox {
  display: block; }

.pvwProduct:hover .pvwProduct__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: .5s; }

.pvwProduct:hover .pvwProduct__img_nofoto img{
  transform: none;
}

.resultSearch__info {
  color: #b96ab9;
  font-family: 'Lobster400', sans-serif;
  font-size: 2.4rem;
  margin: 0 0 30px; }

.searchWord {
  color: #659cd5; }

.slider_2__item {
  position: relative;
  width: 250px;
}

.slider_2__item .pvwProduct {
    position: absolute;
    left: 50%; margin-left: -125px;
    top: 0px;
    width: 250px; }

.slider_2__item .pvwProduct__img {
  width: 100%; }

.slider_2__item .pvwProduct:hover {
  width: 276px; left: 48%; }

.mobile_device .slider_2__item {
    height: 412px;
}



.mobile_device .slider_2__item .pvwProduct {
  background: #fff;
  width: 276px;
  box-sizing: border-box;
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 16px 13px 20px;
  z-index: 3;
  margin-left: -138px;
}

.mobile_device .gallery_3__item  .pvwProduct {
  position: absolute;
  top: -16px;
  left: -12px;   left: 50%; margin-left: -138px;
  background: #fff;
  width: 276px;
  box-sizing: border-box;
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 16px 13px 20px;
  z-index: 3; }

.mobile_device .gallery_3__item {
  width: 276px;
}

.mobile_device .slider_2 .slick-list {
    padding: 30px 0px 115px;
}

.mobile_device .btnsBox {
    display: block;
}

.section2 {
  padding: 64px 80px; }

.slider_2 .slick-list {
  padding: 30px 18px 115px;
  margin: -30px 0 -115px; }

.section2__title {
  color: #f12e70;
  font-family: 'Lobster400', sans-serif; }

.slider_2 {
  padding: 0 30px; }

.slider_2 .slick__btnPrev, .slider_2 .slick__btnNext {
  top: 170px; }

.slider_2:before, .slider_2:after {
  content: '';
  width: 17px;
  height: 252px;
  position: absolute;
  top: 30px;
  background: transparent;
  z-index: 1; }

.slider_2:before {
  left: 30px; }

.slider_2:after {
  right: 30px; }

.slider_5 {
  padding: 0 60px;
  position: relative; }

.slider_5 .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  background-color: #fff; }

.slider_5 .slick-dots li:after {
  display: none; }

.slider_5 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  width: 10px;
  height: 10px;
  background: #eaaf25;
  border-radius: 100%;
  top: 5px;
  left: 5px; }

.slider_5 .slick-dots li button {
  background: #fff;
  border-radius: 100%; }

.slider_5 .slick-dots li button:before {
  content: ""; }

.shortReview {
  color: #ffffff;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.8rem;
  margin: 0; }

.shortReview span {
  text-shadow: 0 0 36px #000; }

.slider_5:before, .slider_5:after {
  content: "";
  width: 27px;
  height: 17px;
  background: url(../image/design/blockquote.png) no-repeat;
  position: absolute; }

.slider_5:before {
  top: 0;
  left: 0; }

.slider_5:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.slider_5 {
  max-width: 869px;
  width: 100%;
  margin: 0 auto 72px; }

.slider_5 .slick-dots {
  width: calc(100% - 120px);
  bottom: -72px; }

.header {
  background: url(../image/design/dashed.png) repeat-x left 3px, url(../image/design/dashed.png) repeat-x left 94px, #96d500;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  justify-content: space-around;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 16px 0 35px;
  position: relative;
  z-index: 10; }

.header:before, .header:after {
  display: block;
  position: absolute;
  bottom: -50px;
  width: 50%;
  height: 50px;
  background: url(../image/design/shadow.png) no-repeat;
  z-index: 1; }

.header:before {
  left: 0; }

.header:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.sectionHeader {
  position: fixed;
  width: 100%;
  max-width: 1280px;
  z-index: 1001;
  top: 0; }

.header__block1 {
  max-width: calc(100% - 720px);
  width: calc(100% - 720px);
  -webkit-box-flex: 0;
  flex: none; }

.header__block2 {
  max-width: 161px;
  width: 161px;
  -webkit-box-flex: 0;
  flex: none;
  position: relative; }

.menuMain {
  width: 100%;
  box-sizing: border-box; }

.menuMain__items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow: visible; }

.menuMain__items_mod {
  overflow: visible; }

.menuMain__items_mod ul {
  display: none;
  z-index: 1; }

.menuMain__items_mod li:hover > ul {
  display: block; }

.menuMain__item:after {
  display: none; }

.menuMain__item {
  padding: 0;
  overflow: visible;
  position: relative; }

.menuMain__items .razd {
  height: 1.125em;
  width: .0625em;
  background: #fff;
  padding: 0;
  margin: 0 2px; }

.menuMain__items .razd:after {
  display: none; }

.menuMain__link, .menuMain__link:visited {
  font-family: "Roboto500", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.125;
  margin: 0 5px;
  padding: 38px 0;
  min-height: 99px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  white-space: nowrap; }

.menuMain__link span {
  border-bottom: 1px solid transparent;
  min-height: 18px; }

.menuMain__item:hover > .menuMain__link span, .menuMain__item:focus > .menuMain__link span, .menuMain__link_active span{
  border-bottom: 1px solid #fff; }

.menuMain__item:hover > .menuMain__link, .menuMain__item:focus > .menuMain__link {
  color: #fff; }

.menuMain__link_folding span {
  position: relative; }

.menuMain__link_folding span:after {
  content: "";
  width: 4px;
  height: 4px;
  background: transparent;
  position: absolute;
  top: 5px;
  left: initial;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -15px; }

.menuMain__item ul {
  position: absolute;
  top: 99px;
  left: -10000px;
  padding: 13px 0 24px;
  margin: 0;
  background: #e3fca9;
  height: auto;
  overflow: visible;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.21);
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  z-index: 7;
  width: 273px;
  box-sizing: border-box; }

.menuMain__item .ulka {
  left: -10000px; }


.mobile_device .menuMain__item.active > ul  { left: -36px; }
.desktop_device .menuMain__item:hover > ul,
.desktop_device .menuMain__item:focus > ul { left: -36px; }

.mobile_device .extended  li.active > ul {  display: block; }
.desktop_device .menuMain__item ul li:hover > ul,
.desktop_device .menuMain__item ul li:focus > ul { left: 100%; }

.mobile_device .menuMain__item.active > .ulka { left: 0; }
.desktop_device .menuMain__item:hover > .ulka,
.desktop_device .menuMain__item:focus > .ulka { left: 0; }



.menuMain__item ul li ul {
  left: 100%;
  width: 245px;
  background: #edfcc7;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.21);
  border: 1px solid #d9d9d9;
  z-index: 6; }

.menuMain__item ul li ul li ul {
  width: 175px;
  z-index: 5; }

.menuMain__item ul li:after {
  display: none;
  padding: 0; }

.menuMain__item ul li {
  overflow: visible;
  box-sizing: border-box;
  padding: 0 36px; }

.menuMain__item ul li a, .menuMain__item ul li a:visited, .menuMain__item ul li a:active {
  font-family: "Roboto300", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #595959;
  line-height: 1.125;
  padding: 11px 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: block; }

.menuMain__item ul li:hover > a span, .menuMain__item ul li:focus > a span {
  border-bottom: 1px solid #f12e70;
  color: #f12e70; }

.linkFolding .icFolding {
  position: absolute;
  top: calc(50% - 2px);
  right: 24px;
  border-left: 2px solid #404040;
  border-bottom: 2px solid #404040;
  width: 6px;
  height: 6px;
  background: transparent;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.toLeft .linkFolding .icFolding {
  right: calc(100% - 24px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.menuMain__item ul li:hover > .linkFolding .icFolding, .menuMain__item ul li:focus > .linkFolding .icFolding {
  border-left: 2px solid #f12e70;
  border-bottom: 2px solid #f12e70; }

.menuMain__link .fas {
  margin: 0 13px 3px 0; }

.header__logo {
  display: block;
  width: 151px;
  height: 151px;
  border: 5px solid #96d500;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 3; }

.header__logo img {
  width: 126px;
  height: 106px;
  margin: 24px 0 0 7px; }

.header__block3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center;
  max-width: 315px;
  width: 315px;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 3px 0 0; }

.header__block3 a {
  max-width: 32px;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  flex: none; }

.header__block3 a img {
  width: 100%;
  height: 100%; }

.header__block3 a:first-child {
  margin: 0 5px 0 0; }

.header__block3 a {
    margin: 0 5px 0 0;
}

.header__block3 a:last-child {
  margin: 0 0 0 5px; }

.header__block3 .header__phone, .header__block3 .header__phone:visited {
  max-width: calc(100% - 163px);
  width: calc(100% - 163px);
  -webkit-box-flex: 0;
  flex: none;
  color: #fff;
  font-family: 'Roboto500', sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 13px;
  height: auto; }

.search {
  box-sizing: border-box;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  position: relative;
  margin: 0; }

.search__field {
  height: 40px;
  width: 0;
  margin: 0 -3px 0 0;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 13px 18px;
  font-size: 1.6rem;
  color: #595959;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 110;
  top: 1px;
  left: 0;
  background: #d0ec8c;
  border-radius: 20px;
  transition: .3s;
  transform: translateX(0px); }

.search__btn {
  max-width: 40px;
  width: 40px;
  -webkit-box-flex: 0;
  flex: none;
  border: none;
  box-shadow: 0px 2px 0px 0px #4783a1;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  background: #659cd5 url(../image/design/ic_search.png) no-repeat center center;
  position: relative;
  z-index: 120;
  flex: none;
  border-radius: 100%;
  border-bottom: 2px solid  #5787ba; }

.search__field_active {
  transition: .3s;
  width: 253px;
  -webkit-transform: translateX(-213px);
  transform: translateX(-213px); }

.header__block4 {
  max-width: 190px;
  width: 190px;
  -webkit-box-flex: 0;
  flex: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center; }

.infoCart, .infoCart:visited {
  position: relative;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background: #f12e70;
  border-bottom: 2px solid #c9265d;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 0 6px;
  text-decoration: none; }

.infoCart__totalMoney {
  color: #fff; }

.infoCart__totalMoney .num {
  font-family: 'ArialMT400', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 0 9px; }

.totalAmount {
  color: #1e7bdb;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -1.4px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -13px;
  right: -4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px; }

.totalAmount span {
  margin: 5px; }

.navCatalog {
  overflow: hidden;
  margin: 19px 0 25px; }

.navCatalog__comeback {
  float: left; }

.navCatalog__comeback span, .navCatalog__prev span {
  margin: 0 0 0 3px; }

.navCatalog__next span {
  margin: 0 3px 0 0; }

.navCatalogWrap {
  float: right; }

.navCatalog .btn {
  color: #404040;
  font-size: 1.6rem;
  text-decoration: none; }

.navCatalog .btn:hover {
  color: #659cd5; }

.navCatalog .btn:hover span {
  text-decoration: underline; }

.navCatalog .razd {
  color: #303030;
  margin: 0 4px; }

.product {
  overflow: hidden; }

.cb {
  clear: both; }

.blockBuy__counter {
  height: 40px;
  margin: 11px 0 7px;
  width: 133px;
  position: relative; }

.counterMinus, .counterAmt, .counterPlus {
  display: block;
  text-align: center;
  font-size: 43px;
  box-sizing: border-box;
  height: 40px;
  float: left; }

.counterMinus, .counterPlus {
  width: 40px;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0; }

.counterMinus {
  background: #659cd5;
  font-size: 83px;
  left: 0;
  padding: 0 0 5px; }

.counterAmt {
  font-size: 14px;
  color: #000;
  line-height: 1;
  border-top: 1px solid #dee2d5;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #dee2d5;
  box-sizing: border-box;
  width: 93px;
  padding: 11px 20px;
  margin: 0 0 0 20px; }

.counterPlus {
  background: #f12e70;
  right: 0; }

.btnsBox_cardProduct {
  display: block; }

.productInfo__block2 {
  overflow: hidden;
  margin: 0 0 17px; }

.productInfo__block3 {
  margin: 0 0 26px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center; }

.productInfo__block2 .blockBuy__counter, .productInfo__block2 .btnsBox {
  float: left; }

.productInfo__block2 .blockBuy__counter {
  margin: 6px 27px 0 0; }

.productInfo__block2 .btnsBox {
  margin: 0; }

.paymentRbkas, .paymentCash {
  position: relative;
  float: left; }

.paymentRbkas {
  margin: 9px 15px 0 0;
  height: 18px;
  max-width: 152px;
  width: 152px;
  -webkit-box-flex: 0;
  flex: none; }

.paymentCash {
  margin: 0 13px 0 0;
  max-width: 39px;
  width: 39px;
  height: 36px;
  -webkit-box-flex: 0;
  flex: none; }

.paymentRbkas__desc, .paymentCash__desc {
  position: absolute;
  left: 0;
  background: #fff;
  display: none;
  padding: 10px 20px;
  z-index: 1; }

.paymentRbkas__desc {
  top: 25px;
  width: 145px;
  text-align: center;
   }

.paymentCash__desc {
  top: 39px;
  left: 0;
  width: 145px;
  text-align: center; }

.paymentRbkas:hover .paymentRbkas__desc, .paymentCash:hover .paymentCash__desc {
  display: block; }

.delivery, .delivery:visited {
  color: #659cd5;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  margin: 11px 0 0; 
  border: none;
  background: none;
  border-bottom: 1px solid #659cd5;
  padding: 0 0 2px;
}

.delivery:hover, .delivery:focus{
  border-color: transparent;
}
.product__price {
  margin: 0 0 19px; }

.product__itemView {
  width: 440px;
  border: 1px solid #e6e6e6;
  height: 472px;
  box-sizing: border-box;
  margin: 0 35px 20px 0;
  float: left; }

.productFoto, .productFoto:visited {
  display: block;
  width: 100%;
  height: 355px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  text-decoration: none; }

.productFoto img, .slider_6__item img {
  transition: .3s; }

.productFoto:hover img, .slider_6__item:hover img {
  -webkit-transform: scale(1.2) rotate(20deg);
  transform: scale(1.2);
  transition: .5s; }

.product__itemView_nofoto .productFoto:hover img, 
.product__itemView_nofoto .slider_6__item:hover img {
  transform: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #96d500;
  width: 5px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #96d500; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: #e6e6e6; }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_scrollTools {
  width: 5px; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #96d500;
  opacity: 1; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 185px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 6px auto; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  top: -12px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 6px;
  margin: 6px 0; }

.slider_6 {
  width: 438px;
  height: 110px;
  margin: 5px 0 0;
  background: #e6e6e6; }

.slider_6__item {
  width: 104px;
  height: 110px;
  overflow: hidden;
  display: inline-block;
  background: #fff; }

.slider_6__item img {
  width: 100%; }

.bgModalWindow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  background: #000;
  display: none;
  z-index: 1001; }

.bgModalWindow_active {
  display: block; }

.btnOK {
  width: 95px;
  height: 48px;
  color: #fff;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  border: none;
  background: #eaaf25;
  box-sizing: border-box;
  margin: 31px auto;
  border-bottom: 3px solid #d19c21; }

.btnOK_feedback {
  max-width: 88px; }

.wrapMw {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  z-index: 1001;
  display: none; }

.wrapMw_feedback {
  max-width: 556px;
  width: 100%; }
.wrapMw_delivery {
    max-width: 800px;
    width: 100%;
}
.mw {
  position: relative;
  padding: 55px 52px 66px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center; }

.mw__title {
  color: #f12e70;
  font-family: 'Lobster400', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
  margin: 0 0 .8666em;
  letter-spacing: -0.36px;
  text-align: center; }

.mw__content {
  color: #000000; }

.btnMwClose {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 14px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }

.btnMwClose img {
  width: 100%;
  height: 100%; }

.contacts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }

.contacts__block:nth-child(1) {
  max-width: 342px;
  width: 342px;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 42px 0 0; }

.contacts__block:nth-child(2) {
  max-width: 755px;
  width: 755px;
  -webkit-box-flex: 100px;
  flex: 100px; }

.contacts__block:nth-child(3) {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none;
  margin: 38px 0 0; }

.sectionDownload {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding: 0 0 10px; }

.download__link, .download__link:visited, .download__link:active {
  color: #5788b5; }

.download__link:hover, .download__link:focus {
  text-decoration: none; }

.download {
  margin: 20px 56px 0 0;
  max-width: 277px;
  width: 277px;
  padding: 0 0 0 42px;
  box-sizing: border-box;
  position: relative; }

.download:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 100%;
  background: #659cd5 url(../image/design/arrDownload.png) no-repeat center center; }


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

.wrapData {
  margin: 0 0 18px;
  width: 100%; }

.label {
  color: #000;
  display: block;
  line-height: 1;
  margin: 0 0 9px; }

.field {
  width: 100%;
  height: 45px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 1.6rem;
  font-family: 'Roboto300', sans-serif;
  color: #000; }


  .field:focus {
    border: 2px solid #bbe459;  
  }

.field.alert {
    border-color: red;
    position: relative;
}
.star{
  color: red;
}
.field.alert:after{
  content: 'Заполните поле';
  position: absolute;
  bottom: 0;
  left: 0;
  color: red;
  display: block;
}
.fieldComment {
  height: 120px;
  padding: 10px; }

.send_form {
  width: 170px;
  height: 48px;
  color: #fff;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  border: none;
  background: #eaaf25;
  opacity: .5;
  border-bottom: 3px solid #d19c21;
  box-sizing: border-box; }

.checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap; }

.check {
  position: relative;
  width: 23px;
  height: 21px;
  -webkit-box-flex: 0;
  flex: none;
  margin: 3px 10px 0 0;
  overflow: hidden; }

.checkbox input {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1; }

.checkbox_1 {
  margin: 0 0 17px; }

.checkbox label {
  display: block; }

.checkbox_1 label {
  width: 23px;
  height: 21px;
  background: url(../image/design/ic_1.png) no-repeat;
  background-position: -3px -3px; }

.checkbox_1 .check_active label {
  background-position: -32px -3px; }

.form_contact, .form_review {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }

.form_contact .form__block:nth-child(2) {
  margin: 0 27px 0 0; }

.form_contact .form__block:nth-child(2), .form_contact .form__block:nth-child(3),
.form_contact .form__block:nth-child(4) .PrivacyPolicy, .form_contact .form__block:nth-child(4) .wrapData {
  max-width: calc(50% - 13.5px);
  width: calc(50% - 13.5px);
  -webkit-box-flex: 0;
  flex: none; }

.form_contact .form__block:nth-child(4) {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.form__title {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none;
  color: #659cd5;
  font-family: 'Lobster400', sans-serif;
  font-size: 3rem;
  text-align: center;
  margin: 0 0 25px; }

.form_contact .fieldComment {
  height: 199px; }

.PrivacyPolicy {
  color: #535353;
  font-family: 'Roboto300', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.28px; }

.PrivacyPolicy a, .PrivacyPolicy a:visited {
  color: #659cd5; }

.form_contact .form__block:nth-child(4) .wrapData {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: -21px 0 0; }

.review {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 0 38px;
  padding: 0 0 36px;
  border-bottom: 1px solid #ccc; }

.review.active {
  margin: 0 0 12px;
  padding: 0 0 17px; }

.review__title, .answer__title {
  color: #1bbc9a;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 11px;
  font-family: 'Lobster400', sans-serif; }

.answer__title {
  color: #b96ab9; }

.review__date {
  color: #a2a2a2;
  font-family: 'Lobster400', sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.16px; }

.review__block_1 {
  width: 80px;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 33px 0 0; }

.review__block_2 {
  width: calc(100% - 113px); }

.answer {
  margin: 12px 0 0; }

.answer__block {
  display: none;
  margin: 22px 0 0 19px; }

.linkMore {
  padding: 0; }

.linkMore span {
  color: #659cd5;
  font-size: 1.6rem;
  text-decoration: underline;
  position: relative;
  margin: 0 4px 0 0; }

.linkMore:hover span, .linkMore:focus span {
  text-decoration: none; }

.linkMore span:after {
  content: '';
  width: 9px;
  height: 9px;
  background: url(../image/design/arr_krohi.png) no-repeat;
  display: inline-block;
  margin: 0 0 0 4px; }

.linkMore_left span:after {
  display: none; }

.linkMore_left span:before {
  content: '';
  width: 9px;
  height: 9px;
  background: url(../image/design/arr_krohi.png) no-repeat;
  display: inline-block;
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.form_review {
  margin: 68px 0 0; }

.form_review .form__block:nth-child(2) {
  margin: 0 16px 0 0; }

.form_review .form__block:nth-child(2), .form_review .form__block:nth-child(3),
.form_review .form__block:nth-child(4) .PrivacyPolicy, .form_review .form__block:nth-child(4) .wrapData {
  max-width: calc(50% - 8px);
  width: calc(50% - 8px);
  -webkit-box-flex: 0;
  flex: none; }

.form_review .form__block:nth-child(4) {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.form_review .fieldComment {
  height: 180px; }

.form_review .form__block:nth-child(4) .wrapData {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.form_review .form__block:nth-child(4) .PrivacyPolicy {
  margin: -52px 0 0; }

.data-line {
    display: flex;
}

.data-line > input {
    flex-grow: 1;
}
.data-line button {
    margin-left: 10px;
    background: #f12e70;
    border-bottom: 2px solid #c9265d;
    white-space: nowrap;
    padding: 0px 10px;
    color: #fff;
}

.btnUp {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  position: fixed;
  bottom: 50px;
  right: 17px;
  background: #f12e70;
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.25);
  border: none;
  border-bottom: 3px solid #d12860;
  border-radius: 100%;
  transition: .3s; }

.btnUp:hover, .btnUp:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: .5s;
  box-shadow: none; }

.shadow {
  position: relative; }

.shadow:before {
  content: '';
  display: block;
  width: 50px;
  height: 10px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  bottom: -28px;
  left: -31px;
  opacity: 0;
  transition: .3s; }

.btnUp:hover .shadow:before {
  transition: .3s;
  width: 35px;
  height: 7px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -28px;
  left: -24px;
  opacity: 1; }

.wrapMw_oneClick {
  max-width: 560px;
  width: 100%; }

.mw__subtitle {
  color: #659cd5;
  font-family: 'Lobster400', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 0 18px; }

.form_oneClick .send_form, .form_call .send_form {
  margin: 0 auto;
  display: block; }

.infoForCart__link {
  color: #659cd5; }

.mwProductInfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }

.mwProductInfo__itemView {
  max-width: 182px;
  width: 182px;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 23px 0 0; }

.mwProductInfo__itemInfo {
  max-width: calc(100% - 206px);
  width: calc(100% - 206px);
  -webkit-box-flex: 0;
  flex: none; }

.mwProductInfo__img {
  border: 1px solid #dee2d5;
  box-sizing: border-box;
  position: relative;
  height: 182px; }

.mwProductInfo__img img {
  width: 100%; }

.wrapMw_toCart .mw {
  display: block;
  padding: 55px 78px 81px; }

.infoForCart {
  margin: 0 0 19px; }

.mwProductInfo__title, .mwProductInfo__desc {
  font-family: 'Roboto700', sans-serif; }

.composition {
  font-family: 'Roboto300', sans-serif; }

.mwProductInfo__title {
  margin: 0 0 5px; }

.mwProductInfo__price {
  line-height: 1;
  margin: 14px 0 25px; }

.wrapMw_toCart {
  max-width: 665px;
  width: 100%; }

.mwProductInfo__boxBtns {
    margin: 30px 0 0;
}
.btnContinue, .btnContinue:visited, .btnLinkToCart, .btnLinkToCart:visited {
  color: #fff;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  height: 51px;
  float: left;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 16px 8px;
  outline: none; }

.btnContinue:hover {
  background: #86bf00 url(../image/design/bgbtn.png) no-repeat;
  background-position: 100% 0;
  text-shadow: -0   -1px 0   #000000, 0   -1px 0   #000000,-0    1px 0   #000000, 0    1px 0   #000000,-1px -0   0   #000000, 1px -0   0   #000000,-1px  0   0   #000000, 1px  0   0   #000000,-1px -1px 0   #000000, 1px -1px 0   #000000,-1px  1px 0   #000000, 1px  1px 0   #000000,-1px -1px 0   #000000, 1px -1px 0   #000000,-1px  1px 0   #000000, 1px  1px 0   #000000; }

.btnLinkToCart:hover {
  background: #cb9821 url(../image/design/bgbtn.png) no-repeat;
  background-position: 100% 0;
  text-shadow: -0   -1px 0   #000000, 0   -1px 0   #000000,-0    1px 0   #000000, 0    1px 0   #000000,-1px -0   0   #000000, 1px -0   0   #000000,-1px  0   0   #000000, 1px  0   0   #000000,-1px -1px 0   #000000, 1px -1px 0   #000000,-1px  1px 0   #000000, 1px  1px 0   #000000,-1px -1px 0   #000000, 1px -1px 0   #000000,-1px  1px 0   #000000, 1px  1px 0   #000000; }

.btnContinue {
  background: #96d500 url(../image/design/bgbtn.png) no-repeat;
  background-position: calc(100% + 70px) calc(100% + 50px);
  border-bottom: 3px solid #86bf00;
  width: 271px;
  margin: 0 5px 0 0;
  transition: .6s; }

.btnLinkToCart {
  background: #eaaf25 url(../image/design/bgbtn.png) no-repeat;
  background-position: calc(100% + 70px) calc(100% + 50px);
  border-bottom: 3px solid #d19c21;
  width: 228px;
  transition: .6s; }

.btnContinue_cart {
  padding: 16px 8px; }

.composition li {
  margin: 10px 0; }

.btnContinue span:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../image/design/btnArr_2.png) no-repeat;
  display: inline-block;
  margin: 0 5px 0 0; }

.pvwProduct .wrapComposition {
  display: none; }

.wrapBtnCall {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 1; }

.btnCall {
  min-width: 50px;
  min-height: 50px;
  border-radius: 25px 0 0 25px;
  background: #f12e70;
  color: #ffffff;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 0 11px;
  position: relative;
  box-shadow: 0px 0px 5px 0px #f12e70; }

.btnCall i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.btnCall span {
  display: block;
  -webkit-animation: vibrophone 1s linear infinite;
  animation: vibrophone 1s linear infinite; }

.btnCall:before {
  content: '';
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 20px 0px #f12e70;
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  display: block;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-animation: vibrophone2 1s linear infinite;
  animation: vibrophone2 1s linear infinite;
  z-index: -1; }

@-webkit-keyframes vibrophone {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  60% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); } }

@keyframes vibrophone {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  60% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); } }

@-webkit-keyframes vibrophone2 {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1; }
  100% {
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: -15px;
    opacity: 0; } }

@keyframes vibrophone2 {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1; }
  100% {
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: -15px;
    opacity: 0; } }

.wrapMw_call {
  max-width: 560px;
  width: 100%; }

.wrapMw_call .mw {
  position: relative;
  padding: 55px 61px 54px; }

.cartTablePre .th, .cartTablePre .tr {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap; }

.cartTablePre .th {
  background: #eaaf25;
  color: #fff;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  height: 70px;
  border: 1px solid #dee2d5; }

.cartTablePre .th .td, .cartTablePre .tr .td {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px; }

.cartTablePre .th .td:nth-child(1), .cartTablePre .tr .td:nth-child(1) {
  max-width: 126px;
  width: 126px;
  -webkit-box-flex: 0;
  flex: none;
  border-right: 1px solid #dee2d5;
  padding: 11px; }

.cartTablePre .th .td:nth-child(2), .cartTablePre .tr .td:nth-child(2) {
  max-width: 494px;
  width: 494px;
  -webkit-box-flex: 100px;
  flex: 100px;
  border-right: 1px solid #dee2d5;
  padding: 0 22px; }

.cartTablePre .th .td:nth-child(3), .cartTablePre .tr .td:nth-child(3) {
  max-width: 176px;
  width: 176px;
  -webkit-box-flex: 0;
  flex: none;
  border-right: 1px solid #dee2d5; }

.cartTablePre .th .td:nth-child(4), .cartTablePre .tr .td:nth-child(4) {
  max-width: 164px;
  width: 164px;
  -webkit-box-flex: 0;
  flex: none;
  border-right: 1px solid #dee2d5; }

.cartTablePre .th .td:nth-child(5), .cartTablePre .tr .td:nth-child(5) {
  max-width: 156px;
  width: 156px;
  -webkit-box-flex: 100px;
  flex: 100px; }

.cartTablePre .tr {
  background: #fff;
  border: 1px solid #dee2d5;
  border-top: none; }

.cartImg {
  width: 103px;
  height: 103px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background: #fff; }

.cartImg img {
  width: 100%; }

.btnCartDelete {
  background: url(../image/design/btnClose.png) no-repeat;
  padding: 0;
  width: 16px;
  height: 16px; }

.cartTablePre .price {
  color: #000000;
  font-family: 'Roboto400', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase; }

.cartTablePre .ALSRubl {
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 5px; }

.checkbox_2 label {
  width: 15px;
  height: 13px;
  background: url(../image/design/ic_2.png) no-repeat;
  background-position: -2px -2px; }

.checkbox_2 .check_active label {
  background-position: -21px -2px; }

.check_2 {
  width: 15px;
  height: 13px;
  margin: 3px 7px 0 0; }

.checkbox_3 {
  margin: 0 35px 7px 0; }

.checkbox_3 label {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../image/design/ic_3.png) no-repeat;
  background-position: -2px -2px; }

.checkbox_3 .check_active label {
  background-position: -18px -2px; }

.check_3 {
  width: 12px;
  height: 12px;
  margin: 3px 7px 0 0; }

.themePostcard {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 20px 0 12px; }

.wrapChooseCard {
  max-width: 791px;
  width: 791px;
  -webkit-box-flex: 200px;
  flex: 200px;
  padding: 40px  0 50px  62px;
  box-sizing: border-box; }

.wrapThemePostcard {
  margin: 0 0 0 21px;
  height: 0;
  overflow: hidden; }

.wrapChooseCard.active .wrapThemePostcard {
  height: auto; }

.postcardMessage {
  width: 100%;
  height: 121px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 14px;
  box-sizing: border-box; }

.postcard__price, .cartDelivery__price {
  padding: 40px 62px; }

.cartDeliveryCaption {
  padding: 30px 62px;
  max-width: 791px;
  width: 791px;
  -webkit-box-flex: 200px;
  flex: 200px;
  box-sizing: border-box; }

.cartDeliveryCaption__subtitle {
  color: #848484;
  font-size: 1.4rem;
  margin: 5px 0 0; }

.cartDeliveryCaption__subtitle .ALSRubl {
  font-size: 1.4rem; }

.cartTablePre .total {
  height: 92px;
  background: #fde0ea;
  -webkit-box-pack: end;
  justify-content: flex-end;
  color: #f12e70;
  font-family: 'Roboto500', sans-serif;
  font-size: 3rem;
  line-height: 1;
  -webkit-box-align: center;
  align-items: center; }

.cartTablePre .total .ALSRubl {
  font-size: 3rem; }

.cartTablePre .sum {
  margin: 0 204px 0 0; }

.btnBaskets {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  margin: 0 0 44px; }

.formCart .boxBtns {
  overflow: hidden;
  margin: 33px 0 61px; }

.btnLinkToCart_cart {
  float: right; }

.ordering__title {
  color: #f12e70;
  font-family: 'Lobster400', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  margin: 0 0 28px;
  text-align: center; }

.ordering__section_title {
  color: #659cd5;
  font-family: 'Lobster400', sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin: 20px 0 25px;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none; }

.ordering__section_set {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 0 38px;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none; }

.ordering__section_set .wrapData {
  max-width: 361px;
  width: 361px;
  -webkit-box-flex: 0;
  flex: none; }

.ordering__block__title {
  color: #b96ab9;
  font-family: 'Lobster400', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0 0 24px; }

.ordering__block__title_1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center; }

.ordering__section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.ordering__block {
  max-width: 535px;
  width: 535px;
  -webkit-box-flex: 0;
  flex: none;
  position: relative; }

.wrapBtnBox_cart .btnRecipient, .wrapBtnBox_cart .btnMe, .wrapBtnBox_cart {
  color: #659cd5;
  line-height: 1;
  padding: 0;
  border: none;
  font-size: 1.6rem;
  font-family: 'Roboto300', sans-serif; }

.ordering__block.btnRecipient .btnMe {
  text-decoration: underline; }

.ordering__block.btnMe .btnRecipient {
  text-decoration: underline; }

.wrapBtnBox_cart .btnRecipient:hover, .wrapBtnBox_cart .btnMe:hover, .wrapBtnBox_cart .btnRecipient:focus, .wrapBtnBox_cart .btnMe:focus {
  text-decoration: none; }

.ordering__block.btnMe .wrapData_btnRecipient, .ordering__block.btnMe .checkbox_silence {
  display: none; }

.note {
  color: #a6a6a6;
  font-size: 12px;
  text-transform: uppercase;
}
.note2 {
  padding-top: 7px;  
  color: #a6a6a6;
  font-size: 14px;
}
.label_recipientphone .note{
    position: absolute;
top: 0;
right: 0; 
}
.label_recipientphone {
  position: relative;}

.checkbox_silence, .checkbox_courier {
  margin: -18px 0 0; }

.deliveryInfo {
  margin: 21px 0 0; }

.deliveryInfoSwitch {
  margin: 25px 0 29px; }

.deliveryInfo.note_courier .note_selfExport,
.deliveryInfo.note_selfExport .note_courier,
.deliveryInfo.note_courier .deliveryAddr_selfExport,
.deliveryInfo.note_selfExport #deliveryAddr_cart,
.deliveryInfo.note_selfExport #findAddr_cart,
.deliveryInfo.note_selfExport .checkbox_courier,
.deliveryInfo.note_selfExport .mapa {
  display: none; }

.deliveryAddr_selfExport {
    display: inline-block;
    padding: 10px 20px;
    background: #96d500;
    color: #fff;
    font-size: 1.8rem;
    /*font-weight: bold; */
    line-height: 1.2;
    text-shadow: 1px 1px 1px #86c500
}


.deliveryInfoSwitch .checkbox {
  float: left; }

.deliveryInfoSwitch .checkbox:nth-of-type(1) {
  margin: 0 33px 0 0; }

.deliveryInfoSwitch .note {
  float: right; }

.note .ALSRubl {
  text-transform: none;
  font-size: 13px; }

.ui-widget-header {
  color: #ffffff;
  font-family: 'Lobster400', sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400; }

.ui-datepicker .ui-datepicker-header {
  background: #f39c12;
  padding: 0; }

.ui-datepicker table {
  background: #fff;
  color: #000;
  font-family: 'Roboto400', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.08px; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
  background: none;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #dee2d5;
  font-weight: normal;
  color: #000;
  font-family: 'Roboto400', sans-serif;
  font-size: 1.4rem;
  background: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #f12e70;
  background: #f8b9ce;
  color: #000000; }

.ui-widget-content .ui-state-hover.ui-datepicker-prev-hover, .ui-widget-content .ui-state-hover.ui-datepicker-next-hove {
  border: none;
  background: none; }

.ui-datepicker .ui-datepicker-next {
  right: 0; }

.ui-datepicker .ui-datepicker-prev {
  left: 0; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 3px;
  width: 28px;
  height: 28px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 0; }

.ui-widget-header .ui-icon-circle-triangle-w, .ui-widget-header .ui-icon-circle-triangle-e {
  background: url(../image/design/arrdp.png) no-repeat;
  background-position: left top;
  width: 6px;
  height: 12px; }

.ui-widget-header .ui-icon-circle-triangle-w {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: calc(50% - 3px);
  margin-left: 0;
  top: calc(50% - 6px);
  margin-top: 0; }

.ui-datepicker .ui-datepicker-title {
  line-height: 1.7; }

.ui-datepicker table tr {
  background: none; }

#comment_cart {
  height: 102px;}

.ordering__block_payment {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  flex: none; }

.ordering__block__title_payment {
  text-align: center; }

.payment__ordering {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 0 29px; }

.paymentRbkas_ordering,
.paymentCash_ordering {
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center; }

.paymentRbkas_ordering {
  -webkit-box-ordinal-group: 3;
  order: 2;
  max-width: 235px;
  width: 235px;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0; }

.paymentCash_ordering {
  -webkit-box-ordinal-group: 2;
  order: 1;
  max-width: 158px;
  width: 158px;
  -webkit-box-flex: 0;
  flex: none;
  margin: 0 24px 0 0; }

.paymentRbkas_ordering .check, .paymentCash_ordering .check {
  margin: 0; }

.paymentRbkas_ordering img {
  width: 36px;
  height: 36px; }

.paymentCash_ordering img {
  width: 39px;
  height: 36px; }

.paymentRbkas_ordering .paymentRbkas__desc {
  top: 34px; }

.wrapData_ordering {
  margin: 0; }

.wrapData_ordering .send_form2, .wrapData_ordering .send_form2_a {
  width: 170px;
  color: #fff;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  border: none;
  border-bottom: 3px solid  #c9265d;
  box-sizing: border-box; 
  opacity: .5;
  margin: 0 auto;
  background: #f12e70;
  border-color: #c9265d;
  width: 228px;
  height: 48px;
  display: block; }

.ordering {
  border-top: 3px dashed #bbe459;
  padding: 47px 0 0; 
}

.wrapMw_cart {
  max-width: 499px; }

.wrapMw_cartpay {
  max-width: 499px;
  min-width: 280px;
}
a.btn, a.btn:hover, a.btn:visited {
    width: 150px;
    height: 48px;
    color: #fff;
    font-family: 'Roboto700', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    border: none;
    background: #eaaf25;
    box-sizing: border-box;
    margin: 31px auto 0;
    border-bottom: 3px solid #d19c21;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapMw_cart .mw {
  position: relative;
  padding: 55px 64px 44px; }

.wrapMw_cart .mw__content {
  text-align: center;
  line-height: 1.32; }

.select_filter {
  position: relative;
  height: 50px;
  margin: 22px 0 38px; }

.index .select_filter {
  margin: 0; }

.select_filter_top_shadow {
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.07);
  height: 10px;
  position: absolute;
  left: 0px;
  top: 1px;
  width: 100%;
  display: none; }

.index .select_filter_item {
  width: calc(20% + 3px);
  float: left; }

.index .select_filter_item:nth-child(5) {
  width: 244px; }

.select_filter_item:nth-child(5) {
  width: 250px; }

.select_filter_item {
  width: calc(19% + 4px);
  float: left; }

.select_filter .select_block,
.select_filter .select_body,
.select_filter .select_right,
.select_filter .select_center {
  height: 48px;
  box-sizing: border-box; }

.select_filter .select_block {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eab028;
  border-right: 1px solid #eab028;
  border-top: 2px solid #eab028;
  border-bottom: 2px solid #eab028;
  height: 52px; }

.select_filter .select_center {
  box-sizing: border-box;
  padding-left: 3px;
  margin-right: 34px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }

/* select_block */
.select_block,
.select_body,
.select_right,
.select_center {
  box-sizing: border-box; }

.select_block {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
  vertical-align: top; }
  .select_block.active {
    border: 1px solid #bbe459;
  }
.select_block.alert {
    border: 1px solid red;
}
.select_center {
  box-sizing: border-box;
  padding-left: 18px;
  margin-right: 44px;
  cursor: pointer; }

.index .select_right {
  background: url(../image/design/check_box_ms1.png) no-repeat left center; }

.select_right {
  float: right;
  box-sizing: border-box;
  width: 33px;
  background: url(../image/design/check_box_ms2.png) no-repeat left center; }

.select_center > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Roboto300', sans-serif;
  color: #010101; }

.index .select_center > span {
  font-family: 'Roboto700', sans-serif;
  color: #fffefe; }

.select_vp {
  display: none;
  padding: 0px 0px 0px;
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 1000;
  background: #f7fbec;
  box-shadow: inset 0px 4px 7px -3px rgba(0, 0, 0, 0.3); }

.select_vp span {
  display: block;
  box-sizing: border-box;
  margin: 0px 0px;
  padding: 12px 42px;
  cursor: pointer;
  overflow: hidden;
  color: #595959; }

.select_vp .scrollbar {
  height: 375px;
  position: relative; }

.index .select_body {
  background: #96d500; }

.index .select_filter .select_block {
  border-color: #96d500;
  border-left: 1px solid #fff; }

.index .select_filter_item:first-child .select_block {
  border-left: 1px solid #96d500; }

.select_filter_item:first-child .select_block {
  border-left: 2px solid #eab028; }

.select_body {
  background: #fff; }

.btnSelect {
  width: 100%;
  box-sizing: border-box;
  background: #eaaf25;
  border: none;
  border-bottom: 2px solid #bd8400;
  padding: 0;
  font-family: 'Roboto700', sans-serif;
  font-size: 1.8rem;
  color: #fff;
  height: 52px;
  cursor: pointer; }

.select_vp .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f12e70;
  width: 4px; }

.select_vp .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #f12e70; }

.select_vp .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #c8d2af; }

.select_vp .mCSB_inside > .mCSB_container {
  margin-right: 0; }

.select_vp .mCSB_scrollTools {
  width: 4px; }

.select_vp .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #f12e70;
  opacity: 1; }

.select_vp .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 185px; }

.select_vp .mCSB_scrollTools .mCSB_dragger {
  height: 50px; }

.filter .select__item {
  padding: 12px 42px 12px 63px;
  position: relative; }

.filter .select__item:before {
  content: '';
  width: 15px;
  height: 13px;
  display: block;
  background: url(../image/design/ic_2.png) no-repeat;
  background-position: -2px -2px;
  position: absolute;
  top: 15px;
  left: 42px; }

.filter .select__item.active:before {
  background-position: -21px -2px; }

.hiden {
  display: none !important; }

.slider_1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap; }

.setSlide__items li:after {
  display: none; }

.setSlide__items li {
  padding: 0; 
display: none;}

.setSlide__items li.active{
  display: block;
  -webkit-animation: showSlider .5s linear forwards;
  animation: showSlider .5s linear forwards;
}

@-webkit-keyframes showSlider {
  0% {
    opacity: .7; }
  100% {
    opacity: 1; } }

@keyframes showSlider {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }


.setSlide__items img{
  width: 100%;
  max-height: 517px;
}
.setSlide__items {
  margin: 0;
  padding: 0;
  display: none;

}
.setSlide__items.active{
  display: block;
}

.setSlide__items ul{
  margin: 0;
  padding: 0;
  line-height: 1;
}


.slider_1__view {
  max-width: 1034px;
  width: 1034px;
  -webkit-box-flex: 0;
  flex: none;
  height: 516px;
  overflow: hidden;
  margin: 0 2px 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

.slider_1__view.preloader{
  background: url(../image/design/preloader.gif) no-repeat center center; 
}


.slider_1__setSlides {
  max-width: 244px;
  width: 244px;
  -webkit-box-flex: 0;
  flex: none;
  padding: 0;
  margin: 0; 
  height: 516px;
  position: relative;
}

.setSlide img {
  width: 100%; }



.setSlide{
  margin: 0 ;
padding: 0;
position: absolute;
top: 0;
left: 300px;
width: 100%;
}
.setSlide.active{
  left: 0;
}

.setSlide li{
  display: block;
  margin: 0 0 4px;
  border: 1px solid #d9d9d9;
  position: relative;
  padding: 0;
  height: 100px;
  box-sizing: border-box;
  cursor: pointer; 
}


.setSlide:after{
  display: none;
 } 
 

.setSlide li.active:after{
  display: none;
} 
.setSlide:last-child {
  margin: 0; }

.setSlide li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d9d9d9;
  opacity: .7;
  border-radius: 0; }

.setSlide.active:after {
  display: none; }

.setSlide ul {
    margin: 0;
    overflow: visible;
    line-height: 1;
    padding: 0;
}
.slider_1__dots{
  position: absolute;
  right: 51px;
  bottom: 38px;
}
.slider_1__dot{ 
  width: 22px;
  height: 22px;
  border: 1px solid #d3d3d3;
  background: #fff;
  position: relative;
  border-radius: 100%;
}

.slider_1__dot.active:after{
  content: '';
  width: 10px;
  height: 10px;
  background: #eaaf25;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}
.extended {
  max-width: 40px;
  height: 40px;
  width: 40px;
  -webkit-box-flex: 0;
  flex: none;
  overflow: visible;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #96d500;
  border-radius: 10px;
  cursor: pointer; }

.extended:after {
  display: none; }

.extended .dots {
  width: 6px;
  height: 24px;
  background: url(../image/design/closeSecMenu.png) no-repeat;
  background-position: -6px -6px; }

.extended_opened .dots {
  background-position: -24px -6px;
  width: 12px;
  height: 13px; }

.extended ul {
  margin: 0;
  overflow: visible;
  padding: 20px 30px 30px;
  line-height: 1;
  position: absolute;
  top: 100%;
  background: #fff;
  right: 0;
  width: 300px;
  display: none;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.21);
  background: #e3fca9; }

.extended .razd {
  display: none; }

.extended .menuMain__link {
  margin: 0; }

.extended .menuMain__item ul {
  position: static; }

.extended .menuMain__item:hover ul {
  display: block; }

.extended .menuMain__link {
  -webkit-box-pack: start;
  justify-content: flex-start; }

.extended ul li ul {
  padding: 0;
  box-shadow: none;
  border: none;
  background: none; }

.extended .menuMain__link, .extended .menuMain__link:visited {
  color: #595959;
  font-size: 1.6rem;
  font-family: 'Roboto300', sans-serif;
  min-height: 0;
  padding: 11px 0; }

.extended .menuMain__item:hover > .menuMain__link span, .extended .menuMain__item:focus > .menuMain__link span {
  border-bottom: 1px solid #f12e70; }

.extended .menuMain__item:hover > .menuMain__link, .extended .menuMain__item:focus > .menuMain__link {
  color: #f12e70; }

.extended .icFolding {
  display: none; }

.extended .menuMain__item li {
  padding: 0 0 0 20px; }

.extended_opened > ul {
  display: block; }

.text404__linkToCatalog, .text404__linkToCatalog:visited, .text404__linkToCatalog:active {
  color: #4276ab; }

.text404__linkToIndex, .text404__linkToIndex:visited, .text404__linkToIndex:active {
  color: #f12e70; }

.img404 {
  text-align: center;
  margin: 36px 0 0; }

.text404__linkToIndex:hover, .text404__linkToIndex:focus,
.text404__linkToCatalog:hover, .text404__linkToCatalog:focus {
  text-decoration: none; }

.btnSubscribeIn, .btnSubscribeIn:visited {
  width: 188px;
  height: 53px;
  background: #659cd5;
  display: block;
  border-bottom: 3px solid #5583b5;
  margin: 29px auto 33px;
  text-decoration: none;
  color: #fff;
  font-family: 'Roboto700', sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

.btnSubscribeIn .fab {
  margin: 0 10px 2px 0;
  font-size: 21px; }

.form {
  width: 100%; }

.contacts__info {
  line-height: 1.8; }

#deliveryDate_cart {
  background: #fff url(../image/design/datepicker.png) no-repeat 502px center;
  padding: 0 33px 0 22px;
  font-size: 1.6rem;
  font-family: 'Roboto300', sans-serif;
  color: #000; }

.wrapData_deliveryTime .select_filter_item {
  width: 100%;
  float: none;
  border: 1px solid #dee2d5; }

.wrapData_deliveryTime .select_body {
  height: 45px; }

.wrapData_deliveryTime .select_vp .scrollbar {
  height: 257px; }

.wrapData_deliveryTime .select_vp {
  box-shadow: none;
  top: 46px;
  background: #fff; }

.wrapData_deliveryTime .select_vp span {
  padding: 12px 22px;
  color: #000; }

.wrapData_deliveryTime .select_vp span:hover {
  background: #ffedc4; }

.wrapData_deliveryTime .select_center {
  padding: 13px 0 0 22px; }

.wrapData_deliveryTime {
  margin: 0 0 7px; }

.checkbox_repl {
  margin: 0 0 22px; }

.wrapData_deliveryTime .select_right {
  float: right;
  box-sizing: border-box;
  width: 45px;
  background: url(../image/design/check_box_ms3.png) no-repeat center center;
  height: 45px;
  border-left: 1px solid #dee2d5; }

.wrapData_deliveryTime .select_vp .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #96d500;
  width: 6px; }

.wrapData_deliveryTime .select_vp .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #96d500; }

.wrapData_deliveryTime .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #96d500;
  opacity: 1; }

.razdel {
    height: 50px;
}


.mapa {
    margin-top: 20px;
    border: 1px solid #e6e6e6;
}



/* adaptive */

.header.mob {
    display: block;
    padding: 0px 16px;
}
.header.mob .header__logoImg.active {
    animation: none;
}

.header.mob .header__block5 {
    display: none;
}
.header.mob  .header__logo {
    position: static;
}
.header.mob  .header__block2 {
    margin: 0 auto;
    padding-top: 5px;
    position: relative;
    z-index: 90;
}
.header.mob .header__block1 {
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
}

.header.mob .hed1 {
    padding-bottom: 15px;
}

.header.mob .hed3 {
    display: flex;
    justify-content: center; justify-content: space-around;   justify-content: space-between;
    padding-bottom: 0px;
    position: relative;
    top: -100px;
    margin-bottom: -55px;
}
@media screen and (max-width: 600px){
    .header.mob .hed3 {
        top: 0px;
        margin-bottom: 0px;
    }

}

.fix .header.mob .hed3 {
   top: 0px;
   margin-bottom: 5px;
}

.header.mob {
    background: url(../image/design/dashed.png) repeat-x left 3px  #96d500;
}

.header.mob .hed4 {
    height: 10px;
    background: url(../image/design/dashed.png) repeat-x left 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.header.mob .menuMain__items > .menuMain__item {
    height: 40px !important;
}

.header.mob .menuMain__items > .menuMain__item > .menuMain__link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: 20px;
}

.search_back_b {
    display: none;
}

.header.mob .header__block4 {
    padding-left: 12px;
}

.search.search__back .search_back_b {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #659cd5 url(../image/design/search_back.png);
    border: none;
    position: absolute;
    z-index: 100;
    left: 37px;
    top: -13px;
}

.adapter .sectionHeader {
    position: static;
}

.adapter .wrapper {
    padding-top: 0px;
}

.ur_2 { top: 90px; }
.adapter .ur_2 { top: 40px; }

.adapter .content {
    padding-top: 30px;
}
.adapter .sectionHeader.fix {
    position: fixed;
    top: -164px;
}
.adapter .content.fix_cont {
    padding-top: 300px;
}

.adapter .sectionHeader.fix .hed1 {
    position: relative;
    top: 111px;
    transform: scale(0.4);
}



    .adapter_burger {
		position: relative;
		z-index: 140;
		left: 0px;
		top: 0px;
		width: 22px;
		height: 22px;
        margin-right: 10px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.adapter_burger i {
		width: 22px;
		height: 3px;
		min-height: 3px;
		margin-top: 2px;
		margin-bottom: 2px;
		background: #fff;
		position: relative;
		transition: all 0.2s linear 0.0s;
	}
    .adapter_burger.uurr2 i {
        background: #595959;
    }

    .adapter_burger.active {
        position: fixed;
        z-index: 2000;
        left: auto;
        right: 5px;
        top: 15px;
    }

	.adapter_burger.active i:nth-child(2) {
		opacity: 0.0;
		transition: opacity 0.2s linear 0.0s;
	}
	.adapter_burger.active i:nth-child(1) {
		width: 22px;
		transform: rotate(45deg);
		top: 5px;
		transition: all 0.2s linear 0.0s;
	}
	.adapter_burger.active i:nth-child(3) {
		width: 22px;
		transform: rotate(-45deg);
		top: -9px;
		transition: all 0.2s linear 0.0s;
	}

.ov_hid {
    overflow: hidden;
}

ul.ur_2 > i {
        position: absolute;
        left: 29px;
        top: 15px;
        display: block;
        font-size: 22px;
        color: #595959;
        display: none;
}


.adapter .footerBlocks {
    padding: 5px 16px 60px;
}


@media screen and (max-width: 1000px) {
    .content {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 60px;
    }

}
@media screen and (max-width: 860px) {
    .header__phone {
        display: none;
    }
    .header__block3 a:nth-child(2){
        margin-right: 10px;
    }
}
@media screen and (max-width: 550px) {
    .infoCart__totalMoney .num,
    .infoCart__totalMoney .ALSRubl {
        display: none;
    }
    .infoCart, .infoCart:visited {
        width: 40px;
    }
    .header__block4 {
        width: auto;
    }
    .hed2 {
        position: fixed;
        left: -100%;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #96d500;
        z-index: 150;
        transition: left 200ms linear;
    }
    .hed2.opened {
        left: 0%;
        transition: left 200ms linear;
    }
    .mobile_device.adapter  .menuMain__item.active > ul.ur_2 {
        position: fixed;
        left: -100%;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #e3fca9;
        z-index: 150;
        transition: left 200ms linear;
    }
    .mobile_device.adapter  .menuMain__item.active > ul.ur_2.opened {
        left: 0%;
        transition: left 200ms linear;
    }

    .menuMain__item .fas {
        display: none;
    }
    .menuMain__items {
        display: block;
    }
    .menuMain__link, .menuMain__link:visited {
        justify-content: flex-start;
    }
    .menuMain {
        box-sizing: border-box;
        padding: 40px 20px;
    }
    .header.mob .hed3  {
        padding-bottom: 12px;
    }
    .header__logo {
        width: 100px;
        height: 100px;
    }
    .header__block2 {
        width: 100px;
        padding-top: 7px;
    }
    .header__logo img {
        max-width: 84px;
        max-height: 73px;
        display: block;
        margin: 15px auto;
        position: relative;
        left: -5px;
    }
    .header.mob .hed1 {
        padding-bottom: 3px;
    }
    .header__block3 {
        width: auto;
    }
    .header__block3 a:nth-child(5) {
        margin-left: 5px;
    }
    .header__block3 a:nth-child(2) {
        margin-right: 5px;
    }
    .adapter .sectionHeader.fix {
        position: fixed;
        top: -101px;
    }
    .adapter .sectionHeader.fix .hed1 {
        top: 0px;
    }
    .menuMain__item ul {
        padding-top: 40px;
    }
    ul.ur_2 > i {
        display: block;
    }
    .footerInfo {
        display: block;
    }
    .footerInfo__company {
        text-align: center;
        margin: 0 auto 5px;
    }
    .footerInfo__grx {
        margin: 0 auto;
    }
    .footerInfo__company {
        width: auto;
        max-width: none;
    }
    .btnUp {
        right: 12px;
    }

}

@media screen and (max-width: 500px) {
    .footerBlocks__block:first-child .wrapFooterMenu ul {
        column-count: 1;
    }
    .footerBlocks {
        display: block;
    }
    .footerBlocks__block:nth-child(2) {
        margin-left: 0px;
    }

}

/* contacts */
@media screen and (max-width: 760px) {
    .contacts {
        display: block;
    }
    .contacts__block:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .contacts__block:nth-child(2) {
        width: 100%;
        max-width: 100%;
    }

}
@media screen and (max-width: 500px) {
    .form_contact .form__block:nth-child(2),
    .form_contact .form__block:nth-child(3),
    .form_contact .form__block:nth-child(4) .wrapData {
        width: 100%;
        max-width: 100%;
    }
    .form_contact .form__block:nth-child(3) {
        margin-bottom: 0px;
    }
    .form_contact .form__block:nth-child(4) .PrivacyPolicy {
        width: 100%;
        max-width: 100%;
    }
    .form_contact .form__block:nth-child(4) .wrapData {
        margin-top: 7px;
    }
    .send_form {
        width: 100%;
    }
    .checkbox_1 {
        margin: 0 0 13px;
    }
    .field {
        height: 30px;
    }
    .form_contact .fieldComment {
        height: 60px;
    }

}

/* slider_1 */
@media screen and (max-width: 1296px) {
    .slider_1 {
        display: none;
    }

}

/* select_filter */
@media screen and (max-width: 1296px) {
    .index .select_filter {
        margin: 20px auto 40px;
    }
    .index .fix_cont .select_filter {
        margin: 50px auto 40px;
    }

    .index .select_filter_item {
        width: 20%;
        max-width: 20%;
    }
    .select_vp span {
        padding: 12px 12px;
    }
    .filter .select__item {
        padding: 12px 30px;
    }
    .filter .select__item:before {
      left: 10px;
    }
}
@media screen and (max-width: 830px) {
    .index .select_filter {
        height: auto;
        width: 100%;
        max-width: 420px;
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }

    .index .select_filter_item {
        float: none;
        width: 100%;
        max-width: none;
    }
    .select_filter {
        width: 100%;
    }
    .select_filter .filter {
        width: 100%;
    }
    .index .select_filter_item:nth-child(5) {
        width: 100%;
        margin-top: 5px;
    }
    .index .select_filter .select_block {
        border-left: none;

    }
    .index .select_filter_item {
        border-top: 1px solid #fff;
    }
    .index .select_filter_item:first-child .select_block {
        border-left: none;
    }

}

/* .section1 */
@media screen and (max-width: 1100px) {
    .section1 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .section1 {
      background: url(../image/design/img_16_m.jpg) repeat-y;
    }
    .gallery_1 {
        justify-content: space-around;
    }
    .gallery_1__item {
        margin-left: 5px;
        margin-right: 5px;
    }

}

/* section2 */
@media screen and (max-width: 1000px) {
    .section2 {
        padding-left: 16px;
        padding-right: 16px;
    }

}
@media screen and (max-width: 560px) {
    .slider_2 {
        padding: 0px 10px;
    }

}



@media screen and (max-width: 1276px) {
    .select_filter_item:nth-child(5) {
        width: 150px;
    }
    .filter {
        display: flex;
        justify-content: center;
    }

}
@media screen and (max-width: 802px) {
    .filter {
        display: block;
        margin-bottom: 30px;
    }
    .select_filter_item {
        width: 100%;
        float: none;
    }
    .select_filter_item:nth-child(5) {
        width: 100%;
    }
    .select_filter {
        min-height: 50px;
        height: auto;
    }
    .select_filter_item:first-child .select_block {
        border-left: 1px solid #eab028;
        border-right: 1px solid #eab028;
    }
/*    .select_filter_item .select_block {
        border-left: 1px solid #eab028;
        border-right: 1px solid #eab028;
        border-bottom: none;
        border-top: 1px solid #eab028;
    }*/
    .select_filter .select_body {
        height: 50px;
    }
    .select_vp .scrollbar {
        height: 200px;
    }
    .slider_3, .slider_4 {
        padding: 0 16px
    }
    .slider_3 .slick__btnPrev {
        left: -8px;
    }
    .slider_3 .slick__btnNext {
        left: calc(100% - 15px);
    }

}

/* form_review */
@media screen and (max-width: 500px) {
    .form_review .form__block:nth-child(2),
    .form_review .form__block:nth-child(3),
    .form_review .form__block:nth-child(4) .wrapData {
        width: 100%;
        max-width: 100%;
    }
    .form_review .form__block:nth-child(3) {
        margin-bottom: 0px;
    }
    .form_review .form__block:nth-child(4) .PrivacyPolicy {
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }
    .form_review .form__block:nth-child(4) .wrapData {
        margin-top: 7px;
    }
    .send_form {
        width: 100%;
    }
    .checkbox_1 {
        margin: 0 0 13px;
    }
    .field {
        height: 30px;
    }
    .form_review .fieldComment {
        height: 60px;
    }

}

/* cart */
@media screen and (max-width: 860px){
    .tr_feild {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 684px;
        margin: 0 auto 20px;
    }

    .cartTablePre .th {
        display: none;
    }

    .cartTablePre .tr_feild .tr {
        display: block;
        width: 280px;
        margin: 0px 30px 40px;
        position: relative;
    }
    .cartTablePre .tr .td:nth-child(1){
        margin: 0 auto 10px;
        border-right: none;
    }
    .cartTablePre .tr .td:nth-child(2) {
        width: 100%;
        margin-bottom: 10px;
        border-right: none;
    }
    .cartTablePre .tr .td:nth-child(3) {
        margin: 0 auto 10px;
        border-right: none;
    }
    .cartTablePre .tr .td:nth-child(4) {
        margin: 0 auto 10px;
        border-right: none;
        width: auto;
        max-width: none;
    }
    .cemon {
        padding-right: 15px;
        font-weight: 700;
    }
    .cartTablePre .tr .td:nth-child(5) {
        width: 27px;
        max-width: 27px;
        position: absolute;
        right: 3px;
        top: 3px;
    }
    .wrapChooseCard {
        padding-left: 30px;
    }
    .postcard__price, .cartDelivery__price, .cartDeliveryCaption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .cartTablePre .sum {
        margin: 0px;
    }
    .cartTablePre .total {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
    }
    .cartTablePre .total .ALSRubl {
        font-size: 2.5rem;
    }
    .wrapChooseCard, .cartDeliveryCaption {
        width: auto;
        max-width: none;
    }

}
@media screen and (max-width: 700px) {
    .tr_feild {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: auto;
        margin: 0 auto 20px;
    }
    .cartTablePre .tr_feild .tr {
        display: block;
        width: 280px;
        margin: 0px 3px 40px;
        position: relative;
    }
}


@media screen and (max-width: 550px) {
    .boxBtns .btnContinue {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .btnLinkToCart_cart {
        width: 100%;
        float: none;
    }
    .wrapChooseCard {
        padding-left: 10px;
    }
    .postcard__price, .cartDelivery__price, .cartDeliveryCaption {
        padding-left: 10px;
        padding-right: 10px;
    }
    .themePostcard {
        flex-direction: column;
    }
    .check.check_2 {
        transform: scale(1.0);
    }

}
@media screen and (max-width: 420px) {
    .cartTablePre .tr.postcard, .cartTablePre .tr.cartDelivery {
        display: block;
    }
    .btnLinkToCart_cart {
        width: 100%;
        float: none;
    }
    .wrapChooseCard, .cartDeliveryCaption {
        padding: 20px 20px 5px; text-align: center;
    }
    .postcard__price, .cartDelivery__price {
        padding: 5px 20px 20px;  text-align: center;
    }
    .checkbox.checkbox_2 {
        justify-content: center;
    }


}
@media screen and (max-width: 1262px) {
    .ordering__section_set, .ordering__section   {
        flex-direction: column;
        align-items: center;
    }
    .ordering__block.btnMe {
        margin-bottom: 20px;
    }
    .ordering__section_set .wrapData {
        width: 100%;
        max-width: 535px;
    }
    .wrapData_deliveryTime .select_vp .scrollbar {
        height: 170px;
    }

}
@media screen and (max-width: 570px) {
    .ordering__block, .ordering__section_set .wrapData {
        width: 100%;
        max-width: 100%;
    }
    .paymentCash_ordering {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .select_right, .wrapData_deliveryTime .select_body, .wrapData_deliveryTime .select_right {
        height: 32px;
    }
    .wrapData_deliveryTime .select_center {
        padding: 6px 0 0 22px;
    }
    .wrapData_deliveryTime .select_vp {
        top: 33px;
    }
    #comment_cart {
        height: 60px;
    }
    .paymentRbkas_ordering .checkbox.checkbox_2 {
        flex-wrap: wrap;
    }
    .paymentRbkas_ordering {
        justify-content: center;
    }
    .paymentRbkas_ordering span {
        /*width: 100%;
        min-width: 100%;*/
        text-align: center;
        padding-top: 3px;
        padding-left: 10px;
    }
    .paymentRbkas_ordering img {
        margin-left: 10px;
    }

    .paymentRbkas_ordering {
        max-width: 242px;
        width: 242px;
    }

}

/* .wrapMw */
@media screen and (max-width: 580px) {
    .wrapMw {
        position: fixed;
        left: 0px !important;
        top:  0px !important;
        width: 100%;
        height: 100%;
        min-width: 100%;
        border-radius: 0px;
    }
    .wrapMw_toCart .mw,
    .mw {
        padding: 40px 20px 0px;
        height: 100%;
        overflow: auto;
        box-sizing: border-box;
    }

}
@media screen and (max-width: 665px) {
    .mwProductInfo__boxBtns {
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
    .mwProductInfo__boxBtns > * {
        width: 100%;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1042px) {
    .productInfo__block2 .blockBuy__counter {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 420px) {
    .mwProductInfo {
        flex-direction: column;
    }
    .mwProductInfo__itemView {
        margin: 0 auto 20px;
    }
    .mwProductInfo__itemInfo {
        width: 100%;
        max-width: 100%;
    }

}

/* videoBlock */
@media screen and (max-width: 1024px){
    .videoBlocks__videoBlock {
        max-width: 600px;
        width: 100%;
        -webkit-box-flex: 0;
        flex: none;
        margin: 0 auto 33px;
    }
    .videoBlock__video {
        position: relative;
        padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
        height: 0;
        overflow: hidden;
    }
    .videoBlock__video > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0;
    }
}

/*  */
@media screen and (max-width: 760px){
    .btnUp {
        z-index:  100;
        bottom: 105px;
    }
}

.mobile_device .paymentRbkas__desc,
.mobile_device .paymentCash__desc {
    display: none !important;
}
h1, h2, h3, .resultSearch__info,
.mw__title {
    -moz-hyphens: none;
}


/* web-analit */
.web-analit {
    box-sizing: border-box;
    display: block;
    opacity: 0;
    position: fixed;
    z-index: 10000;
    right: 3%;
    /*left: 50%;*/
    bottom: 60px;
    /*transform: translateX(-50%);*/
    align-items: center;
    width: 94%;
    max-width: 360px;
    /*background-color: rgba(0,0,0,0.87);*/
    background-color: #f0f8dd;
    border-radius: 10px;
    padding: 12px 18px;
    transition: opacity linear 300ms;
    box-shadow: 0px 0px 6px  rgba(0,0,0,0.27);
}
@media screen and (max-width: 768px){
    .web-analit {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

}

.web-analit__show {
    display: block;
    opacity: 1;
    transition: opacity linear 300ms;
}

.web-analit_cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.web-analit_text {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    text-align: justify;
}
.web-analit_text a,
.web-analit_text a:hover {
    color: #252525;
}

.web-analit_button {
    /*flex: 0 0 80px;*/
    width: 120px;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 10px;

    /*color: #21282b;
    background-color: rgba(255,255,255,1.0);*/

    color: #fff;
    background-color: #f12e70;

    border-radius: 6px;
}
.web-analit_button:hover {
    background-color: #f12e70;

}

.popap_text-part {
    margin-bottom: 12px;
}

.menuMain__item:first-child {
    display: none;
}

.deliv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height:30px;
    margin-bottom: 16px;
    overflow: hidden;
}
.delivry_cost {
    color: #f12e70;
    margin-left: 20px;

}
.del_cost {
    font-family: 'Roboto500', sans-serif;
    font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 1;
    padding-right: 3px;
}

.ordering__block__title2 {
    color: #b96ab9;
    font-family: 'Lobster400', sans-serif;
    font-size: 2.4rem;
    line-height: 1;
}

.d_none {
    display: none !important;
}









