@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&display=swap');
@font-face {
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Phenomena-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Phenomena-Bold.ttf) format('truetype');
}

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong,
b,
.strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Phenomena', sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
:after,
:before,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*  margin-right: -15px;
  margin-left: -15px;*/
}
.container:after,
.container:before {
  display: table;
  content: " ";
  zoom: 1;
}
.container:after,
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.half {
  width: 50%;
}
a {
  text-decoration: none;
  color: #4F3979;
}
p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.025em;
  color: #3D3153;
  margin-bottom: 50px;
}
body.front-page:before {
  display: block;
  content: url(../img/front-left.png);
  position: absolute;
  left: 0;
  top: 90%;
}
body.front-page:after {
  display: block;
  content: '';
  background-image: url(../img/front-right.png);
  background-size: cover;
  position: absolute;
  width: 16%;
  height: 100%;
  right: 0;
  top: 130%;
}
body.orchidea:before {
  display: block;
  content: '';
  background: url(../img/front-bottom-left.png);
  background-size: cover;
  width: 15%;
  padding-bottom: 18.2%;
  position: absolute;
  left: 0;
  top: 60%;
  z-index: 10;
}
body.star:before {
  display: block;
  content: '';
  background: url(../img/star.png);
  background-size: cover;
  width: 15%;
  padding-bottom: 32.4%;
  position: absolute;
  left: 0;
  top: 60%;
  z-index: 10;
}
body.star main:after {
  display: block;
  content: '';
  background: url(../img/bubbles2.png);
  background-size: cover;
  width: 10%;
  padding-bottom: 18%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
body.front-page footer:before {
  display: block;
  content: url(../img/front-bottom-left.png);
  position: absolute;
  left: 0;
  top: -80%;
}
footer:after {
  display: block;
  content: url(../img/footer-right.png);
  position: absolute;
  right: 0;
  bottom: 0;
}
header {
  position: relative;
  background-image: url(../img/header-bg.png);
  background-size: cover;
  margin-bottom: 25px;  /* 35px */
/*  padding: 13px 0;*/
}
header:after {
  display: block;
  content: '';
  background: url(../img/top-right.png);
  background-size: cover;
  width: 12.8%;
  padding-bottom: 16.3456%;
  position: absolute;
  right: 0;
  top: 56px;
  z-index: 10;
}
#mob-menu-btn {
  display: none;
}
ul#header-menu {
  list-style-type: none;
}
ul#header-menu li {
  display: inline-block;
}
ul#header-menu li a {
  font-weight: 700;
  font-size: 28px;
  color: #4F3979;
  padding: 5px 16px;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  padding: 4px 34px 7px;
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  border-radius: 50px;
}
.btn-white {
  color: #4F3979;
  background: #EFEAFA;
}
.btn-purple {
  background: #4F3979;
  color: #fff;
  padding: 2px 34px 9px;
}
.header-buttons .btn-purple {
  margin-left: 15px;
}
main {
  position: relative;
}
.colored-menu {
  padding-top: 85px;
}
.colored-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 44px;
  text-transform: uppercase;
  color: #4F3979;
  width: 448px;
  height: 102px;
  background-size: cover;
  padding: 30px 0 30px 64px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
}
.colored-menu a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 81px;
  height: 81px;
  border-radius: 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 17px #D7EDD9;
  box-shadow: 0px 4px 17px #D7EDD9;
  text-align: center;
  margin-right: 30px;
}
.menu-green {
  background-image: url(../img/menu-green.png);
}
.menu-pink {
  background-image: url(../img/menu-pink.png);
}
.menu-blue {
  background-image: url(../img/menu-blue.png);
}
.menu-beige {
  background-image: url(../img/menu-beige.png);
}
.menu-purple {
  background-image: url(../img/menu-purple.png);
}
.menu-sea {
  background-image: url(../img/menu-sea.png);
}
.front-second {
  margin-bottom: 60px;
}
.care {
  position: relative;
  width: calc(100% - 500px);
  font-size: 55px;
  font-weight: bold;
  line-height: 105%;
  color: #4F3979;
}
.care:after {
  display: block;
  position: absolute;
  content: url(../img/logo2.png);
  bottom: -10%;
  left: 10%;
  width: 220px;
  height: 272px;
}
.bukva {
  font-family: 'Old Standard TT', serif;
  font-style: italic;
  font-weight: normal;
}
.title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #4F3979;
  margin-bottom: 20px;
}
.title-big {
  font-weight: 700;
  font-size: 55px;
  line-height: 105%;
  color: #4F3979;
  margin-bottom: 40px;
}
.btn-big {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #4F3979;
  background: -webkit-gradient(linear, left top, right top, from(#d9e8f9), color-stop(97.37%, #f0e9ff));
  background: linear-gradient(90deg, #d9e8f9 0%, #f0e9ff 97.37%);
  padding: 14px 44px 20px;
  border-radius: 40px 0px;
}
a.link {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #A7C4E5;
  padding: 0 40px;
}
.product-slide-text a.link {padding: 0 0 0 30px;}
.product-slider-wrap {
  padding: 0 200px;
}
.product-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-slide-img {
  width: 40%;
}
.product-slide-text {
  width: 60%;
  padding: 30px;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Phenomena';
  font-size: 60px;
  color: #A7C4E5;
}
.slick-prev:before {
  content: '<';
}
.slick-next:before {
  content: '>';
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li button:before {
  font-size: 15px;
  color: rgba(167, 196, 229, 0.26);
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #A7C4E5;
  opacity: 1;
}
.btn-sea {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #4F3979;
  background-image: url(../img/menu-sea.jpg);
  padding: 36px 83px;
  background-size: cover;
}
.btn-sea:hover {
  background-image: url(../img/menu-purple.jpg);
}
footer {
  position: relative;
  margin-top: 100px;
  padding-bottom: 44px;
}
footer .container {
  border-top: 1px solid #A7C4E5;
  padding-top: 32px;
}
.footer-logo {
  margin-bottom: 24px;
}
.footer-contacts {
  margin-bottom: 50px;
}
.tel {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #4F3979;
}
.mail {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #87A4C7;
}
footer .right {
  padding-left: 100px;
  padding-top: 35px;
  margin-bottom: 15px;
}
footer .left {
  margin-bottom: 15px;
}
footer form {
  margin-top: 24px;
}
form input[type=text] {
  width: 592px;
  height: 56px;
  max-width: 100%;
  background: rgba(217, 232, 249, 0.38);
  border-radius: 40px 0px;
  margin-right: 20px;
  border: none;
  font-size: 24px;
  line-height: 29px;
  color: #87A4C7;
  padding: 14px 37px;
}
form button[type=submit] {
  border: none;
  background: transparent;
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  height: 56px;
  line-height: 29px;
  color: #A7C4E5;
  cursor: pointer;
  padding: 10px 30px;
}
form button[type=submit]:before {
  display: inline-block;
  content: url(../img/mail.svg);
  margin-right: 20px;
}
form label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #87A4C7;
  margin-top: 15px;
}
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87A4C7;
  opacity: 1;
  /* Firefox */
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 400;
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87A4C7;
  opacity: 1;
  /* Firefox */
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 400;
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87A4C7;
  opacity: 1;
  /* Firefox */
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 400;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87A4C7;
  opacity: 1;
  /* Firefox */
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 400;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #87A4C7;
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 400;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #87A4C7;
  font-family: 'Phenomena';
  font-style: normal;
  font-weight: 400;
}
.policy,
.dev {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #4F3979;
}
.policy a {
  margin-right: 30px;
}
.colored-menu { /* body.catalog */
  padding: 0;
}
.colored-menu a { /* body.catalog */
  padding-left: 0;
  background-position: -64px;
  width: 320px;
  height: 90px;
  font-size: 34px;
  margin-bottom: -15px;
  transform: scale(0.75);
}
.colored-menu a span { /* body.catalog */
  margin-right: 20px;
}
.colored-menu a span img {
  filter: saturate(1.5);
}
.catalog-wrap {
  width: calc(100% - 340px); /* 370px */
}
.catalog-title {
  display: table;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  color: #4F3979;
  text-align: center;
  margin: 0 auto 20px;
  padding: 22px 90px 30px 75px;
  background-image: url(../img/catalog-title-bg.jpg);
  background-size: cover;
}
.products-wrap {position:relative;}
.products-wrap:before {
  position:absolute;
  display: block;
  content: '';
  width: 305px;
  height: 360px;
  bottom: 150px;
  left: -450px;
  background-image: url(../img/bubbles1.png);
  background-size: cover;
  z-index: -1;
}
.product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  border: 1px solid #c2d4fc;
  border-radius: 40px;
  padding: 0 0 15px;
  margin-bottom: 16px;
  margin-right: 1%;
  text-align: center;
  background-color: #eff7fc;
}
.prod-cat-row {
  padding: 7px 15px 0 7px;
}
.prod-cat-img {
  background-color: #fff;
  border: 1px solid #d8e8f9;
  width: 55px;
  height: 55px;
  padding: 10px;
  border-radius: 30px;
  z-index: 9999;
}

.prod-cat-imgimg {
width: 276px;
  //width: 55px;
  //transition: width 0.1s;
}

.prod-cat-imgimg:hover {
  width: 255px;
  transition: 0.5s
}




.prod-cat-name {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #44286b;
  width: calc(100% - 55px);
  text-align: center;
}
.prod-img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.prod-name {
  display: block;
  font-weight: 300;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #000;
  height: 65px;
  padding: 0 25px;
}
.prod-link {
  font-weight: 700;
  font-size: 15px;
  line-height: 29px;
  color: #FFF;
  background-image: url(../img/prod-link.png);
  background-size: cover;
  padding: 14px 50px 15px;
}
.product-slide-text .prod-link {
  font-size: 30px;
  padding: 15px 70px 15px;
}
.breadcrumb {
  font-size: 18px;
  font-weight: bold;
  color: #4c376a;
  margin-bottom: 30px;
}
.breadcrumb a {
  color: #4c376a;
}

.w40 {width: 40%;}
.w60 {width: 60%;}

.back2cat {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #A7C4E5;
  margin-bottom: 80px;
}
.tovar-img {
  padding-left:100px;
  margin-bottom: 50px;
}
.tovar-desc-wrap {
  border: 1px solid #DAE9FA;
  border-radius: 40px;
  padding: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.025em;
  color: #3D3153;
  margin-top: 77px;
}
.tovar-desc h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #4c376a;
}
.green {color: #bcd744;}
.fasovka {font-size: 20px;}
.fasovka table {margin: 0 auto 50px;}
.fasovka td {
  padding: 10px;
  text-align: center;
}


.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding: 1rem 2rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #A7C4E5;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.tabs .tab {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
  display: none;
}
.tabs input[type="radio"]:checked + label {
  color: #4F3979;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
.colored-menu-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/menu-horiz.jpg) no-repeat;
  margin-top: 60px;
}
.colored-menu-horizontal a {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #4F3979;
}
.colored-menu-horizontal a span {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 17px #FFDCE9;
  box-shadow: 0px 4px 17px #FFDCE9;
  padding: 25px;
  margin-bottom: 21px;
}
.colored-menu-horizontal a span img {
  height: 100%;
}
.accordion {
  position: relative;
  font-family: 'Phenomena';
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #4F3979;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  background-color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.accordion:after {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  content: '∨';
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.accordion.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.accordion:hover {
  background-color: #ccc;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.active {
  margin-bottom: 20px;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
body.contacts main .tel {
  display: inline-block;
  margin-right: 20px;
}
body.contacts main .mail {
  display: inline-block;
  font-size: 24px;
}
main form input[type=text] {
  margin-bottom: 16px;
  width: 100%;
}
main form label {
  display: inline-block;
  margin-top: 0;
}
main form textarea {
  width: 100%;
  background: rgba(217, 232, 249, 0.38);
  border-radius: 40px 0px;
  margin-bottom: 20px;
  border: none;
  font-size: 24px;
  line-height: 29px;
  color: #87A4C7;
  padding: 14px 37px;
}
.fz24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #4F3979;
  margin-bottom: 30px;
}
.map {
  width: 95%;
  height: 300px;
  border-radius: 40px 0px;
  overflow: hidden;
  margin-top: 30px;
}



@media screen and (max-width: 768px) {
  .product {
    width: 100%;
    margin-right: 0;
  }
  footer .right {
    width: calc(100% - 195px);
    min-width: 300px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  body:before,
  body:after,
  header:after,
  footer:after,
  body.front-page footer:before,
  body.star main:after,
  .products-wrap:before {
    display: none !important;
  }
  .jcsa,
  .jcsb,
  footer .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .half {
    width: 100%;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  footer .left {
    text-align: center;
  }
  footer .right {
    padding-left: 0;
  }
  footer form {
    margin-bottom: 50px;
  }
  form input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  .policy {
    margin-bottom: 20px;
  }
  .title-big {
    font-size: 40px;
  }
  #mob-menu-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn:before,
  #mob-menu-btn:after {
    position: absolute;
    display: block;
    content: '';
    width: 25px;
    height: 3px;
    background-color: #000;
  }
  #mob-menu-btn:before {
    top: -6px;
  }
  #mob-menu-btn:after {
    bottom: -6px;
  }
  ul#header-menu {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  ul#header-menu.active {
    height: auto;
    padding: 20px 0;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  ul#header-menu li {
    display: block;
  }
  ul#header-menu li a {
    display: block;
    padding: 0;
    font-size: 0;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  ul#header-menu.active li a {
    display: block;
    padding: 10px 20px;
    font-size: 20px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .btn-sea {
    display: block;
    font-size: 28px;
    padding: 32px 70px;
    margin-bottom: 30px;
    text-align: center;
  }
  .care {
    width: 100%;
    font-size: 40px;
  }
  .care:after {
    display: none;
  }
  .front-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .colored-menu {
    padding-top: 0;
  }
  .colored-menu a {
    font-size: 29px;
    line-height: unset;
    width: 100%;
    height: 85px;
    padding: 30px 0;
  }
  .colored-menu a span {
    width: 65px;
    height: 65px;
    padding: 14px;
  }
  .title {
    font-size: 40px;
    line-height: 40px;
  }
  .product-slider-wrap {
    padding: 0 25px;
  }
  .product-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-slide-img {
    width: 100%;
  }
  .product-slide-text {
    width: 100%;
    text-align: center;
  }
  .product-slide-text .title {
    font-size: 30px;
  }
  .product-slide-text .btn-big {
    margin-bottom: 20px;
  }
  .catalog-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .catalog-wrap {
    width: 100%;
  }
  .product {
    width: 100%;
    margin-right: 0;

  }
  .tabs .tab,
  .tabs label {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
  .colored-menu-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colored-menu-horizontal a {
    margin-bottom: 30px;
  }
  .map {
    margin-bottom: 30px;
    width: 100%;
  }
  main .tel {
    margin-bottom: 30px;
  }
  main form label {
    margin-bottom: 20px;
  }
  .tovar-img {
    padding-left:0;
  }
  .w40,
  .w60 {width: 100%;}
  .header-buttons a {
    display: inline-block;
    width: 32%;
  }
  .catalog-title {
    font-size: 35px;
    padding: 20px 60px;
  }
}

.fas {
  text-decoration: underline;

}

.activefas {
  color: red;

}


.fas:hover {
  color:red;
}
.art:hover {
  color:red;
}



/* clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}


.tmb-wrap-table div {
  position: relative;
  border-color: transparent !important;
}

.tmb-wrap-table div:after {
  position: absolute;
  bottom: -30px;
  left:calc(50% - 20px);
  display: block;
  content: '';
  width: 40px;
  height: 30px;
  border-radius: 26px;
  padding-top: 6px;
  background-color: #FFF;
  font-weight: bold;
  text-align: center;
  content: attr(data-volume);
}
.tmb-wrap-table div.active:after {
  background-color: #ffd2dd;  
}
.tmb-wrap-table div:first-child:after {
  left: unset;
  right: 5px;  
}
.tmb-wrap-table div:last-child:after {
  left: 5px;  
}
.tmb-wrap-table div:only-child:after {
  left:calc(50% - 20px);
}
.tmb-wrap-table.triple div:first-child:after {
  left: unset;
  right: -5px;  
}
.tmb-wrap-table.triple div:last-child:after {
  left: -5px;  
}
.tovar-row .tmb-wrap-table div:after {
  bottom: 0;
}
.tovar-row .tmb-wrap-table.triple div:first-child:after {
  left: unset;
  right: -25px;  
}
.tovar-row .tmb-wrap-table.triple div:last-child:after {
  left: -25px;  
}
