@charset "UTF-8";
@font-face {
  font-family: 'Bookman-regular';
  src: local("../fonts/Bookman Old Style Regular"), local("../fonts/Bookman Old Style Regular"), url("../fonts/Bookman Old Style Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: 'Bookman-bold';
  src: local("../fonts/BOOKOSBold"), local("../fonts/BOOKOSBold"), url("../fonts/BOOKOSBold.TTF") format("truetype");
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #2e2d2d;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

p {
  font-size: 16px;
}

a:hover {
  text-decoration: none;
  color: #eed1e3;
}
li.active {color: #a09f9f;}

header {
  z-index: 999;
  position: relative;
}

header .bg-pink2 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  top: 56px;
  max-width: 320px;
}

header .bg-flower2 {
  top: 19%;
  max-width: 166px;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}

img {
  max-width: 100%;
  height: auto;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

button {
  outline: none;
  border: 2px solid #2e2d2d;
  border-radius: 38px;
  background: none;
}

button:hover {
  outline: none;
}

button:active {
  outline: none;
}

button:focus {
  outline: none;
}

button a:hover {
  color: #fff;
}

.main-button {
  font-size: calc(16px + 8 *(100vw / 1980));
  padding: 20px 38px;
  text-transform: uppercase;
  font-family: "Bookman-bold";
}

.main-button:hover {
  background-color: #2e2d2d;
  color: #fff;
}

.main-button:active {
  background-color: #2e2d2d;
  color: #fff;
}

.btn-add {
  font-size: 12px;
  padding: 8px 10px;
  text-transform: uppercase;
  font-family: "Bookman-regular";
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.btn-add:hover {
  background-color: #eed1e3;
  border: 2px solid transparent;
  color: #2e2d2d;
}

.btn-add:active {
  background-color: #eed1e3;
  border: 2px solid transparent;
  color: #2e2d2d;
}

.btn-inline {
  font-size: 16px;
  padding: 13px 33px;
  outline: none;
  border: 2px solid #2e2d2d;
  border-radius: 38px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  background: none;
}

.btn-pink {
  background-color: #eed1e3;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.btn-pink:hover {
  background-color: #2e2d2d;
  color: #fff;
}

.btn-pink:active {
  background-color: #2e2d2d;
  color: #fff;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

.title-2 {
  font-size: calc(16px + 14 *(100vw / 1980));
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}

h1 {
  font-size: calc(30px + 15 *(100vw / 1980));
  font-weight: normal;
  text-transform: uppercase;
}

h2 {
  font-size: calc(16px + 14 *(100vw / 1980));
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-size: calc(15px + 9 *(100vw / 1980));
  text-transform: uppercase;
}

h4 {
  font-size: calc(15px + 2 *(100vw / 1980));
  text-transform: uppercase;
}

h5 {
  font-size: calc(15px + 0 *(100vw / 1980));
}

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

html,
body {
  height: 100%;
}

html {
  scrollbar-arrow-color: #2e2d2d;
  /* 1 – цвет стрелки */
  scrollbar-face-color: #f1f1f1;
  /* 3 - цвет самой полосы */
  scrollbar-track-color: #eed1e3;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #eed1e3;
}

div.scrollup {
  position: fixed;
  width: 80px;
  right: 10px;
  bottom: 80px;
  cursor: pointer;
  display: none;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

div.scrollup:hover {
  content: url("../img/up2.png");
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

body {
  height: 100%;
  font-family: "Bookman-regular";
  word-spacing: normal;
  color: #2e2d2d;
  scrollbar-track-color: #2e2d2d;
  background: url(../img/background/fon.png) center center;
  background-size: 100%;
}

/*header*/
.search-icon_img {
  position: relative;
}

.fixed-top {
  position: relative;
}

.logotip img {
  width: 150px;
}

#navigation .navbar-nav {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 40px;
}

#navigation .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

.cart-number {
  position: absolute;
  top: -9px;
  right: -8px;
  font-size: 12px;
  color: grey;
}

.navbar-light .navbar-toggler {
  border: none;
  color: #2e2d2d;
  padding: 0;
}

.navbar-light .navbar-toggler-icon {
  font-size: 28px;
}

.dropdown img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  z-index: -1;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.5);
          box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.5);
  border: none;
  padding: 35px 55px 55px 55px;
}

.dropdown-menu .dropdown-item {
  text-transform: uppercase;
}

.dropdown-item.active, .dropdown-item:active {
   color: #2e2d2d;
   background-color: #f8f9fa;
}

.header-block img {
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

.header-block img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

footer img {
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

footer img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.search-icon a:not(:last-child) {
  margin-right: 15px;
}

.header-toptext {
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 15px;
}

.site-header-info {
  background-color: #2e2d2d;
  color: #fff !important;
  padding-top: 14px;
}

#navigation2 .nav-link {
  font-size: 18px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: #2e2d2d;
}

#navigation.navbar-light .navbar-nav .nav-link {
  border-bottom: 1px solid #fff;
}

.mspc2-discount-amount {margin-left: 20px;}
.bg-blocks {
  background: url(../img/slide.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 17%;
}

.bg-blocks_text h2 {
  margin-bottom: 35px;
}

.main-block {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 69px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 80px;
  -webkit-box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
          box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
}

.block-subtitle {
  padding-bottom: 35px;
}

.block-subtitle h2 {
  margin-bottom: 16px;
}

/*блок collections*/
.bg-flower {
  position: absolute;
  top: 20%;
  width: 250px;
  left: 0;
}

.bg-pink {
  position: absolute;
  top: 50%;
  right: 0;
}

.collections {
  padding-top: 75px;
  padding-bottom: 85px;
  position: relative;
}

.catalog-menu-list li {
  text-transform: uppercase;
  font-size: calc(16px + 2 *(100vw / 1980));
  line-height: 1.8;
}

hr.black-hr {
  margin: 0;
  border: 1px solid #2e2d2d;
  width: 50%;
  margin-top: 5px;
}

.entry-title {
  font-size: 15px;
}

.entry-title span {
  display: block;
}

.product-block img {
  cursor: pointer;
}

.product-text {
  font-size: 15px;
  padding: 20px 7px 30px 7px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
          box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
  background-color: #fff;
}

.price {
  text-transform: uppercase;
}

.product-block, .product-block2 {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.product-block:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
          box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.product-block2:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
          box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.entry-title a {
  text-transform: uppercase;
}

/*блок со скидками*/
.bg-flower2 {
  position: absolute;
  top: 40%;
  width: 250px;
  right: 0;
}

.bg-pink2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.form-group-select {
  text-transform: uppercase;
}

.form-group-select .form-control {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  /*width: auto;*/
}

.form-group-select .form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #eed1e3;
          box-shadow: 0 0 0 0.2rem #eed1e3;
  cursor: pointer;
}

.sale {
  padding-bottom: 60px;
  position: relative;
}

.sale1 {
  background: url(../img/slide.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20%;
  padding-left: 40px;
  padding-right: 40px;
}

.sale2 {
  background: url(../img/slide2.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 60px;
  padding-right: 60px;
}

.sale3 {
  background: url(../img/slide3.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 60px;
  padding-right: 60px;
}

.sale-blocks_text {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 65px;
  -webkit-box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
          box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
}

.sale-blocks_text2 {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 65px;
  -webkit-box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
          box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
}

.seo-text {
  position: relative;
}

.seo-text p {
  font-size: 18px;
}

.subtitle h2 {
  text-align: left !important;
}

/*блок инстраграм галерея*/
.inst-img a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.inst-img a:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.gallery {
  padding-top: 75px;
  padding-bottom: 85px;
  position: relative;
}

.gallery .bg-flower {
  position: absolute;
  top: auto;
  bottom: 0;
}

.gallery .bg-pink {
  position: absolute;
  top: 0;
  right: 0;
}

.widget-title2 {
  font-family: "Bookman-bold";
}

footer {
  background-color: #2e2d2d;
  color: #fff !important;
  padding-top: 24px;
  padding-bottom: 24px;
}

footer a {
  color: #fff;
}

.footer-toptext {
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 20px;
}

.bottom-footer {
  border-top: 1px solid #fff;
  padding-top: 15px;
}

.bottom-footer a {
  font-size: 14px;
}

/*страница thank you*/
.thank {
  background: url(../img/background/bg2.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5%;
  padding-top: 5%;
  text-align: center;
}

.thank-text {
  margin-top: 2.18em;
  margin-bottom: 2.5em;
  z-index: 99;
}

.thank-text h1 {
  margin-bottom: 30px;
  font-size: calc(30px + 30 *(100vw / 1980));
}

/*404*/
.page-error {
  background: url(../img/background/bg2.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5%;
  padding-top: 5%;
  text-align: center;
}

.thank-text {
  margin-top: 2.18em;
  margin-bottom: 2.5em;
  z-index: 99;
}

.thank-text h1 {
  margin-bottom: 30px;
  font-size: calc(30px + 30 *(100vw / 1980));
}

/*katalog*/
.paginator a, .paginator span {
  font-size: 19px;
  padding: 1px 8px;
  margin: 0 3px;
  text-align: center;
  text-decoration: none;
  color: #2e2d2d;
}

.paginator a:active {
  font-family: "Bookman-bold";
  color: #2e2d2d;
}

.paginator a:hover {
  color: #2e2d2d;
}

/*page kontacts*/
.kontacts {
  padding-top: 75px;
  padding-bottom: 85px;
}

.kontacts-info-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.1;
}

.kontacts-info-adress p {
  font-size: 20px !important;
}

.kontacts_img {
  width: 70px;
  margin-right: 30px;
}

.kontacts-block-info .kontacts-info-adress {
  margin-bottom: 30px;
}

.form3 input {
  width: 95%;
  background: none;
  border: 1px solid #2e2d2d;
  border-radius: 22.5px;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  -ms-border-radius: 22.5px;
  -o-border-radius: 22.5px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 20px;
}

.form3 textarea {
  background: none;
  border: 1px solid #2e2d2d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 20px;
  margin: 10px;
}

.form3 input:focus {
  border: 1px solid #eed1e3;
  outline: none;
}

.form3 textarea:focus {
  border: 1px solid #eed1e3;
  outline: none;
}

.form3 input:active {
  border: 1px solid #eed1e3;
  outline: none;
}

.form3 textarea:active {
  border: 1px solid #eed1e3;
  outline: none;
}

.form-100 {
  width: 95% !important;
}

.form3-input {
  width: 47%;
  margin-bottom: 10px;
}

input::-webkit-input-placeholder {
  color: #717171;
  font-size: 18px;
}

input:-ms-input-placeholder {
  color: #717171;
  font-size: 18px;
}

input::-ms-input-placeholder {
  color: #717171;
  font-size: 18px;
}

input::placeholder {
  color: #717171;
  font-size: 18px;
}

textarea::-webkit-input-placeholder {
  color: #717171;
  font-size: 18px;
}

textarea:-ms-input-placeholder {
  color: #717171;
  font-size: 18px;
}

textarea::-ms-input-placeholder {
  color: #717171;
  font-size: 18px;
}

textarea::placeholder {
  color: #717171;
  font-size: 18px;
}

.kontacts {
  background: url(../img/background/bg2.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kontacts .bg-flower {
  top: 0;
}

/*page choice*/
.choice {
  padding-top: 75px;
  padding-bottom: 85px;
  background: url(../img/background/bg2.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-title {
  width: 20%;
  text-transform: uppercase;
  font-family: "Bookman-bold";
  text-align: right;
  margin-right: 20px;
}

.form3 select {
  width: 60%;
  border: 1px solid #2e2d2d;
  border-radius: 22.5px;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  -ms-border-radius: 22.5px;
  -o-border-radius: 22.5px;
  color: #717171;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.choice .form3 input, .choice .form-100 {
  width: 60% !important;
}

::-webkit-datetime-edit {
  color: #717171;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../img/bottom.png) no-repeat center right 20px;
  outline: 0;
  background-size: 10px;
  cursor: pointer;
  background-color: transparent !important;
}

select:active {
  border: 1px solid #eed1e3;
  outline: none;
}

select:focus {
  border: 1px solid #eed1e3;
  outline: none;
  border-color: none;
}

/*page page-card*/
.like .bg-flower {
  position: absolute;
  top: auto;
  bottom: 0;
}

.slider-card p {
  font-size: 18px;
}

.slider-card {
  padding-bottom: 60px;
}

.slider-card h1 {
  font-size: calc(22px + 8 *(100vw / 1980));
}

.slider-card h3 {
  font-size: 18px;
  font-family: "Bookman-bold";
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #a09f9f;
}

.breadcrumb-item {
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb-item a {
  color: #a09f9f;
}

.breadcrumb-item a:hover {
  color: #eed1e3;
}

.input-block {
  text-transform: uppercase;
}

span.bold {
  font-family: "Bookman-bold";
  font-weight: 800;
}

.input-block label {
  vertical-align: middle;
  margin-left: 10px;
}

.product-text2 {
  font-size: 12px;
  padding: 11px 11px 11px 11px;
  background-color: #fff;
}

.product-block2 {
  -webkit-box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
          box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
  cursor: pointer;
}

.product-block2 .entry-title a {
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
}

.product-block2 button {
  width: 60%;
}

input[type='radio'],
label {
  cursor: pointer;
  color: #000;
}

input[type='radio'] {
  position: relative;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin-right: 10px;
  border: none;
}

input[type='radio']::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #000;
}

input[type='radio']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: visible;
}

/*PAGE NEWS*/
.news {
  padding-top: 75px;
  padding-bottom: 85px;
  position: relative;
}

.date-block {
  text-transform: uppercase;
  font-size: 12px;
  color: #b7b6b6;
}

.date-block span {
  font-family: "Bookman-bold";
  color: #2e2d2d;
}

.aside-block_news a {
  text-transform: uppercase;
  font-size: calc(16px + 2 *(100vw / 1980));
}

.news-block .entry-title a {
  height: auto;
}

.news-block button {
  width: 35%;
}

/*page blog-article*/
.article {
  padding-top: 75px;
  padding-bottom: 85px;
}

.fix.cloned {
  background: #fff url(../img/background/fon.png) center center;
  background-size: 100%;
}

::-webkit-calendar-picker-indicator {
  opacity: 1;
  background: url(../img/calendar.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

/*basket*/
.page-basket {
  position: relative;
  padding-top: 75px;
  padding-bottom: 85px;
}

.etap1 {
  border: 2px solid #2e2d2d;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 40px;
  background-color: #fff;
  margin-bottom: 20px;
}

.minus, .plus {
  border: 1px solid #2e2d2d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 0;
  text-align: center;
  color: #2e2d2d;
  font-size: 24px;
  margin: auto;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

.field, .etap-price {
  font-size: 24px;
}

.etap-price {
  font-family: "Bookman-bold";
}

.minus:hover {
  background-color: #e8e8e8;
  border: 1px solid transparent;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.plus:hover {
  background-color: #e8e8e8;
  border: 1px solid transparent;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.plus:active {
  background-color: #e8e8e8;
  border: 1px solid transparent;
}

.plus:active {
  background-color: #e8e8e8;
  border: 1px solid transparent;
}

.minus:active {
  background-color: #e8e8e8;
  border: 1px solid transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

.field {
  border: none;
  text-align: center;
  width: 45px;
}

.basket-text {
  text-transform: uppercase;
}

.bold {
  font-family: "Bookman-bold";
}

.bold span {
  margin-left: 20px;
}

.btn img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.inp {
  border-radius: 50px 0px 0px 50px;
  -webkit-border-radius: 50px 0px 0px 50px;
  -moz-border-radius: 50px 0px 0px 50px;
  -ms-border-radius: 50px 0px 0px 50px;
  -o-border-radius: 50px 0px 0px 50px;
  background: none;
  border: 1px solid #2e2d2d;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 100px;
}

.inp:focus {
  border: 1px solid #eed1e3;
  outline: none;
  border-color: none;
}

.b {
  border-radius: 0px 50px 50px 0px;
  -webkit-border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  -ms-border-radius: 0px 50px 50px 0px;
  -o-border-radius: 0px 50px 50px 0px;
  background-color: #2e2d2d;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Bookman-bold";
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.b:hover {
  background-color: #eed1e3;
  border: 2px solid transparent;
  color: #2e2d2d;
}

.subtitle-input {
  text-transform: uppercase;
  font-family: "Bookman-bold";
  width: 44%;
  text-align: left;
  margin-right: 20px;
  font-size: 18px;
}

.button-block {
  margin-top: 69px;
}

.etap2 {
  top: 90px;
  position: sticky;
  border: 2px solid #2e2d2d;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-right: 40px;
  background-color: #fff;
}

.form4 .inp {
  padding-right: 20px;
}

input[type=checkbox] {
  margin-right: 10px;
}

.basket2 .inp, .basket2 .mspc2-form__input {
  padding-right: 20px;
  width: 100%;
}

.basket-block .input-block label {
  margin-left: 0;
}

.basket-block .input-block {
  text-transform: none;
  font-size: 18px;
}

.basket-block .input-block input {
  vertical-align: middle;
}

.basket-block .input-block label {
  margin-bottom: 0;
}

.basket-block h4 {
  text-transform: uppercase;
  font-family: "Bookman-bold";
  font-size: 18px;
  margin-bottom: 30px;
}

.basket-input {
  margin-bottom: 10px;
}

.form3 input[type='radio'] {
  margin-right: 0;
  border: none;
}

.w-80 {
  width: 70%;
}

.basket-input input {
  width: 100%;
}

.basket-block .form3 select {
  /*font-size: 14px;
  margin: 5px;*/
}

.datepicker {
  width: 100% !important;
}

.datepicker--nav {
  background-color: #e7e7e7;
}

.datepicker--content {
  background-color: #efefef;
}

.datepicker-inline .datepicker {
  border-color: none !important;
}

.datepicker--nav-title {
  font-family: "Bookman-bold";
  text-transform: uppercase;
}

.datepicker--day-name {
  color: #2e2d2d !important;
  text-transform: none !important;
}

.datepicker--content {
  font-family: "Bookman-regular";
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: #eed1e3 !important;
}

.checkbox-day input {
  width: auto;
}

@media (max-width: 1500px) {
  header .bg-pink2 {
    max-width: 180px;
  }
  header .bg-flower2 {
    max-width: 120px;
  }
  .bg-flower2 {
    width: 150px;
  }
  .bg-pink2 {
    width: 200px;
  }
  .bg-flower {
    width: 150px;
  }
  .bg-pink {
    width: 200px;
  }
}

@media (max-width: 1390px) {
  header .bg-flower2 {
    max-width: 80px;
    top: 60%;
  }
}

@media (max-width: 1199px) {
  .etap2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bg-flower {
    top: auto;
    bottom: 0;
  }
  .bg-pink {
    top: 0;
  }
  .menu-block {
    text-align: right;
  }
}

@media (max-width: 992px) {
  .fix {
    position: static !important;
  }
  .logotip {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 99;
    text-align: left !important;
  }
  .logotip img {
    width: 100px;
  }
  .top-add {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 99;
  }
  .top-add3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sale1 {
    margin-bottom: 24px;
  }
  .sale-blocks {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
    .choice .form3 input, .choice .form-100 {
    width: 100% !important;
}
#af_message{
    margin-left:0;
    margin-right:0;
}
  .basket-block .form3 select {
    margin: 0;
    margin-bottom: 10px;
  }
  .calendar {
    margin-bottom: 30px;
  }
  .w-80 {
    width: 100%;
  }
  .form3 select {
    width: 100%;
  }
  .basket-text {
    font-size: 18px;
  }
  .etap-price {
    font-size: 31px;
  }
  .minus, .plus {    
    display: inline-block;;
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
  }
  .etap1 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .order0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: auto;
    margin-bottom: 20px;
  }
  .order3 a {
    margin-top: 20px;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  div.basket {
    display: none;
  }
  .product-block2 button {
    width: 40%;
  }
  .inputs {
    display: block !important;
  }
  .form3-input {
    width: 100%;
  }
  .bg-flower {
    max-width: 140px;
  }
  .bg-pink {
    max-width: 200px;
  }
  .thank .bg-flower {
    top: 10%;
  }
  .sale-blocks_text {
    padding-top: 50px;
  }
  .sale1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .flex-block {
    display: block !important;
    text-align: right;
  }
  #navigation .dropdown-menu {
    background: transparent;
  }
  #navigation .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #fff;
  }
  #navigation {
    top: -76px;
    background-color: transparent;
  }
  .hidden-xs-head {
    display: none;
  }
  #navigation2 {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .visible {
    display: block;
  }
  .hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
    .product-descr{
        margin-bottom:0!important;
    }
    .block-pagetitle{
        margin-bottom:0!important;
    }
  .header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff url(../img/background/fon.png) center center;
    background-size: 100%;
    width: 100%;
  }
  .inst-img a {
    height: 280px !important;
  }
  .block-btn {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .article .date-block {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    margin-right: 0 !important;
  }
  .block-btn {
    text-align: center;
  }
  .order1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .link-item {
    margin: auto;
  }
  .bg-flower2 {
    display: none !important;
  }
  .bg-pink2 {
    display: none;
  }
  .thank-text {
    margin-top: 3.43em;
    margin-bottom: 5.93em !important;
  }
  .aside-block {
    display: none;
  }
  .header-block {
    margin-bottom: -67px;
  }
  .subtitle h2 {
    text-align: center !important;
  }
  .text-2 p {
    margin: 0;
  }
  .visible {
    display: none;
  }
  .main-block {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
  }
  .menu-block {
    text-align: left;
  }
  .pay-block {
    text-align: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pay-block .pay {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
    margin-right: 10px;
  }
  .mspc2-discount-amount {margin-left: 0;margin-top: 10px;}
}

.entry-title a {
  display: block;
  height: 45px;
  overflow: hidden;
}

.entry-title p {
  text-overflow: ellipsis;
}
.btn-inline.btn-add.mob {display: none;}
@media (max-width: 690px) {
    
   .btn-inline.btn-add.mob {display: block;margin-top: 10px;cursor: pointer;}
  .form-discount .subtitle-input {
    display: none;
  }
  .inp {
    width: 100%;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff url(../img/background/fon.png) center center;
  }
  body {
    padding-top: 190px;
  }
  .cart-text h3 {
    text-align: center;
  }
  .btn-calendar {
    text-align: center;
  }
  .block-radio {
    display: block !important;
  }
  .input-block {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .btn-back {
    text-align: center !important;
    margin-bottom: 30px !important;
  }
  .kontacts .order1, .kontacts .order2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .button-block .col-12 {
    text-align: center !important;
  }
  .choice .form3 input, .choice .form-100 {
    width: 100% !important;
  }
  .section-filter {
    display: block !important;
  }
  .form-title {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .form3 select {
    width: 100%;
  }
  .block-map iframe {
    height: 300px;
  }
  .footer-toptext, .header-toptext {
    font-size: 14px;
  }
  .product-text {
    font-size: 13px;
  }
  .collections, .kontacts, .news, .article, .blog-article, .page-basket {
    padding-top: 50px;
  }
  .kontacts {
    padding-bottom: 30px;
  }
  .product-block img {
    width: 100%;
  }
  .bottom-text {
    text-align: left !important;
  }
  .menu-block {
    text-align: left;
  }
}

@media (max-width: 515px) {
    
  input::-webkit-input-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
  }
  input::-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder {
    font-size: 14px;
  }
  
  textarea::-webkit-input-placeholder {
  color: #717171;
  font-size: 18px;
}

textarea:-ms-input-placeholder {
  font-size: 14px;
}

textarea::-ms-input-placeholder {
  font-size: 14px;
}

textarea::placeholder {
  font-size: 14px;
}

 
  
  #demo-b input[type=search]:focus {
    width: 215px !important;
  }
  #demo-b {
    margin-right: 0 !important;
  }
  .breadcrumb-item a {
    font-size: 10px;
  }
  .btn-inline {
    padding: 10px 25px;
  }
  .sale-blocks_text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sale-blocks_text2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sale1, .sale2, .sale3 {
    padding-left: 0;
    padding-right: 0%;
  }
  #navigation {
    top: -74px;
  }
}

@media (max-width: 500px) {
  body {
    padding-top: 184px;
  }
  .pay-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 450px) {
  .subtitle-input {
    width: 100%;
  }
  .btn {
    padding-right: 0;
  }
  #demo-b input[type=search]:focus {
    width: 180px !important;
  }
  .inst-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .kontacts_img {
    width: 57px;
    margin-right: 10px;
  }
  .aside-block_news.hidden {
    display: block !important;
  }
  .aside-block_news.hidden a {
    margin-bottom: 10px;
  }
  .form-group-select {
    display: block !important;
  }
  .block-all {
    padding-left: 12px;
  }
  #navigation {
    top: -59px;
  }
}

@media (max-width: 400px) {
  #demo-b input[type=search]:focus {
    width: 158px !important;
  }
}

@media (max-width: 380px) {
  .kontacts-block-info .kontacts-info-adress {
    display: block;
    text-align: center;
  }
  .kontacts-block-info .kontacts-info-adress .kontacts_img {
    margin: auto;
    margin-bottom: 20px;
  }
  .kontacts-block-info {
    text-align: center;
  }
  body {
    padding-top: 176px;
  }
  .main-block {
    padding-top: 30px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 30px;
  }
}

@media (max-width: 350px) {
  #demo-b input[type=search]:focus {
    width: 136px !important;
  }
  body {
    padding-top: 169px;
  }
  #navigation {
    top: -52px;
  }
}

@media only screen and (min-width: 992px) {
  .visible-xs-head {
    display: none !important;
  }
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input {
  outline: none;
}

input[type=search] {
  outline: none;
  background: url(../img/search3.png) no-repeat 9px center;
  background-size: 23px;
  /*	padding: 9px 10px 9px 32px;*/
  width: 55px;
  /* Ширина по умолчанию */
  border: none;
  border-radius: 10em;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #2e2d2d;
}

input[type=search]:focus {
  width: 130px;
  /* Ширина при наличии фокуса ввода */
  background-color: transparent;
  border: 1px solid #2e2d2d;
  -webkit-box-shadow: 0 0 10px #eed1e3;
          box-shadow: 0 0 10px #eed1e3;
  /* Эффект свечения */
  color: #2e2d2d;
}

#demo-b {
  margin-right: 15px;
}

#demo-b input[type=search] {
  width: 15px;
  padding-left: 20px;
  color: transparent;
  cursor: pointer;
  color: #2e2d2d;
}

#demo-b input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  cursor: auto;
  color: #2e2d2d;
}

.demo-b input[type=search] {
  background: url(../img/search3.png) no-repeat 9px center;
  background-size: 40px;
}

.demo-b input[type=search] {
  padding-left: 41px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

div.basket {
  position: fixed;
  bottom: 90px;
  left: 100px;
  width: 60px;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

div.basket:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.text-left ol li {list-style-type: decimal;}
.text-left ul li {list-style-type: disc;}
.text-left ul, .text-left ol, .text-left li {padding: 0;margin-left: 10px;}
.chosen-container.chosen-container-single {width: 100% !important;}

#msProduct .old_price, #msCart .old_price, .ms2_product .old_price{
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #767474!important;
}
.btn-add{
    color: #2e2d2d;
}