.HeadlineH1 {
  color: #1C2B2F;
  font-family: "MontserratBold";
  font-weight: bold;
  font-size: 36px;
  line-height: 44px; }

.titleH2 {
  color: #1C2B2F;
  font-family: "MontserratBold";
  font-weight: bold;
  font-size: 30px;
  line-height: 38px; }

.subheaderH3 {
  color: #1C2B2F;
  font-family: "MontserratBold";
  font-weight: bold;
  font-size: 24px;
  line-height: 32px; }

.headlineMobH1 {
  color: #1C2B2F;
  font-family: "MontserratBold";
  font-weight: bold;
  font-size: 30px;
  line-height: 38px; }

.titleMobileH2 {
  color: #1C2B2F;
  font-family: "MontserratBold";
  font-weight: bold;
  font-size: 25px;
  line-height: 32px; }

.subheaderH3 {
  color: #1C2B2F;
  font-family: "MontserratBold";
  font-weight: bold;
  font-size: 20px;
  line-height: 30px; }

.titleH4 {
  color: #1C2B2F;
  font-family: "MontserratRegular";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px; }

a {
  outline: none; }

button:focus {
  outline: none; }

.success {
  background-image: url(../image/decor/ok.png) !important;
  background-position-x: 96% !important;
  background-position-y: 46% !important;
  background-repeat: no-repeat !important; }

span.blueGradient {
  background: #ecfaff;
  height: 370px;
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0; }

ul.tabs__caption {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 40px 15px 40px;
  border-bottom: 2px solid #CEE5EF; }
  ul.tabs__caption li {
    flex-grow: 1;
    text-align: center;
    margin-bottom: -2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 55px;
    text-transform: uppercase;
    transition: 0.5s; }
  ul.tabs__caption li:hover {
    color: #E60058; }
  ul.tabs__caption li.active {
    border-bottom: 4px solid #FF0062; }

span.pinkLine {
  display: block;
  background-image: url(../image/decor/title-line.png);
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

span.whiteLine {
  display: block;
  background-image: url(../image/decor/decor.png);
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.whiteButtom {
  display: inline-block;
  background: #FFFFFF;
  border: 2px solid #E3E3E6;
  border-radius: 2px;
  padding: 16px 35px;
  transition: 0.5s;
  text-transform: uppercase;
  cursor: pointer;
  font-style: normal;
  font-weight: bold; }

.whiteButtom:hover {
  background: #FF0062;
  color: #fff !important;
  border: 2px solid #FF0062; }

.whiteButtom:active,
.whiteButtom:focus {
  background: #E50058;
  color: #fff !important;
  border: none;
  outline: none; }

.backButton {
  background-image: url(../image/decor/21.png);
  background-repeat: no-repeat;
  background-position-x: 25px;
  background-position-y: center;
  padding-left: 55px; }

.backButton:hover {
  background-image: url(../image/decor/21-h.png);
  background-repeat: no-repeat;
  background-position-x: 25px;
  background-position-y: center; }

.pinkButtom {
  display: inline-block;
  background: #FF0062;
  border-radius: 2px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 35px;
  transition: 0.5s;
  border: none;
  text-transform: uppercase;
  cursor: pointer; }

.pinkButtom:hover {
  background: #E60058;
  border: none;
  color: #FFFFFF; }

.pinkButtom:active,
.pinkButtom:focus {
  background: #D10050;
  border: none; }

.whiteInput {
  border: 1px solid #E3E3E6;
  box-sizing: border-box;
  border-radius: 2px;
  height: 55px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  font-family: "MontserratRegular";
  padding: 0 15px 0px 20px;
  transition: 0.5s;
  color: #1C2B2F; }

.relative {
  position: relative; }

.whiteInput:active,
.whiteInput:focus {
  border: 1px solid #52D5F2; }

.whiteInput.error {
  border: 1px solid #52D5F2;
  color: #FF0062; }

.dottedStyle {
  border: none;
  border-bottom: 1px dashed #666575;
  background: transparent;
  padding: 0;
  cursor: pointer; }

.borderTopContainer {
  border-top: 1px solid #E3E3E6; }

.flexCenter {
  display: flex;
  align-items: center; }

.pageTitle {
  text-align: center;
  margin: 40px 0; }
  .pageTitle h1 {
    margin-bottom: 25px; }

.margin120 {
  margin-top: 120px; }

.mainTitle {
  text-align: center;
  margin: 100px 0 50px; }

select {
  width: 100%;
  height: 55px;
  border: 1px solid #E3E3E6;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #1C2B2F;
  height: 55px; }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 15px; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #1C2B2F transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }
  .select-styled:hover {
    background-color: #fff; }
  .select-styled:active, .select-styled.active {
    background-color: #fff; }
    .select-styled:active:after, .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #fff transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px; }
    .select-options li:hover {
      color: red;
      background: blue; }
    .select-options li[rel="hide"] {
      display: none; }

.headerMiddle.mobile {
  display: none; }

.mobile-menu {
  display: none; }

.mobile {
  display: none; }

.addBloc {
  display: flex;
  margin-bottom: 15px; }
  .addBloc .quantity-block {
    display: flex;
    align-items: center;
    border: 1px solid #E3E3E6;
    border-right: none;
    flex-grow: 1;
    padding: 0 20px; }
    .addBloc .quantity-block span {
      color: #A3A3AC;
      font-size: 30px;
      cursor: pointer; }
    .addBloc .quantity-block span:hover {
      color: #FF0062; }
    .addBloc .quantity-block p {
      margin: 0;
      margin-right: 20px; }
  .addBloc input#qty1 {
    border: none;
    width: 30px;
    text-align: center; }

.breadcrumbFlora {
  background: transparent;
  margin: 0;
  padding: 30px 0; }
  .breadcrumbFlora a {
    font-size: 14px;
    line-height: 22px;
    color: #52D5F2;
    transition: 0.5s; }
  .breadcrumbFlora a:hover {
    color: #666575; }
  .breadcrumbFlora .active a {
    color: #1C2B2F; }

@keyframes sweep {
  10% {
    width: 1.5em; }
  50% {
    width: 2em; }
  100% {
    width: 1.5em; } }
label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

label,
input {
  cursor: pointer; }

.switch,
.radio {
  position: relative;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  margin-bottom: .8em; }

input[type='checkbox'],
input[type='radio'] {
  position: absolute;
  top: auto;
  clip: rect(1px, 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }

input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
  content: '';
  display: block;
  width: 3em;
  height: 1.5em;
  float: left;
  vertical-align: top;
  text-align: center;
  margin-right: 10px;
  border-radius: 1em;
  /*  border: 1px solid #bbb;*/
  background: #bbb;
  transition: all .3s ease-out; }

input[type='radio'] + label:before {
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #bbb; }

input[type='checkbox'] + label:after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  display: block;
  width: calc(1.5em - 2px);
  height: calc(1.5em - 2px);
  float: left;
  vertical-align: top;
  text-align: center;
  margin-right: 10px;
  border-radius: 1em;
  background: #fff;
  transition: all .8s ease; }

input[type='radio']:checked + label:before {
  background: #52D5F2;
  box-shadow: inset 0 0 0px 2px #fff; }

input[type='checkbox']:checked + label:after {
  transform: translateX(1.5em);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
  animation: sweep .55s; }

.DOB {
  display: flex; }
  .DOB .radio {
    width: 150px;
    height: 55px;
    margin: 0 15px 0 0px; }
    .DOB .radio label {
      line-height: 50px;
      display: flex;
      align-items: center;
      color: #333333;
      margin: 0;
      height: 55px;
      padding-left: 20px; }
  .DOB .radio.active label {
    background: #ECFAFF;
    padding-left: 20px; }

@media (max-width: 1200px) {
  .reviewsBlock .row.rewBlock .ReviewRules {
    margin-bottom: 30px;
    width: 100%; }

  .personalPreview .personalPreview_text {
    max-width: 400px; }

  .titleH2 {
    font-size: 28px; }

  body {
    font-size: 14px; }

  .popularBlock .catalogItem_image {
    height: 200px; }

  section.topBa .bigBlock {
    padding: 50px 304px 56px 46px;
    z-index: 0; }
  section.topBa .littleBlock_item {
    padding: 31px 45% 40px 28px;
    z-index: 0; }
  section.topBa img.bigBlock_img {
    z-index: -1; }

  section.discountsBlock .ba {
    background: #C0EEF7;
    padding: 40px 35% 45px 35px; }
  section.discountsBlock a.bigBlock_link {
    z-index: 2; }

  .formContainer {
    z-index: 0; }
    .formContainer .decor {
      z-index: -1; }
    .formContainer form.callBack {
      z-index: 1; }
    .formContainer .girlsBlock img {
      z-index: -1;
      right: -25px;
      left: auto; }
    .formContainer .girlsBlock .full {
      display: none; }
    .formContainer .girlsBlock .mini {
      display: block; }

  .detailSlider {
    width: 100%; }

  .basketResult .basketResult_sum p {
    width: 60%; }

  .basketPage td.count {
    width: 15%; }
  .basketPage td.sum {
    width: 35%; } }
@media (max-width: 991px) {
  .reviewsBlock .row.rewBlock {
    flex-direction: column-reverse; }
  .reviewsBlock .reviewsIffo {
    flex-direction: column; }
    .reviewsBlock .reviewsIffo .reviewsRating {
      width: 100%;
      margin-bottom: 30px; }
    .reviewsBlock .reviewsIffo .reviewsBtn {
      width: 100%;
      padding: 0; }

  .filterBlock span.mobileFilter {
    display: block; }
  .filterBlock .filterBlockContent {
    display: none; }

  .filterBlock.active .filterBlockContent {
    display: flex;
    flex-direction: column; }
    .filterBlock.active .filterBlockContent .metro {
      width: 100%;
      margin: 0;
      margin-bottom: -1px; }
      .filterBlock.active .filterBlockContent .metro ul {
        background: #fff;
        z-index: 3;
        position: relative; }

  .personalPageRow {
    flex-direction: column-reverse; }

  .personalPage .pageTitle {
    margin: 40px 0 40px 0; }

  .personalPreview {
    background-color: #F1FBFF;
    min-height: 0;
    height: 80px;
    padding: 0;
    margin-bottom: 5px;
    z-index: -1;
    background-image: url(../image/personal/back.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom; }
    .personalPreview .personalPreview_title {
      display: none; }
    .personalPreview .personalPreview_text {
      display: none; }

  .nameBlock .nameBlock_avatar {
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -55px; }
  .nameBlock .nameBlock_name {
    text-align: center; }

  table.basketProducts {
    margin-bottom: 30px; }

  .desctop {
    display: none; }

  .headerTop_auth a.logon {
    border-right: 1px solid #666575;
    padding-right: 5px; }

  .headerMiddle.tablet,
  .headerTop.tablet {
    display: flex; }

  .headerMiddle .headerMiddle_slogan {
    display: none; }
  .headerMiddle .it2,
  .headerMiddle .it4 {
    display: none; }
  .headerMiddle .headerMiddle_item.Left {
    display: flex;
    flex-direction: row; }
    .headerMiddle .headerMiddle_item.Left .headerMiddle_itemImg.phone {
      margin-left: 20px; }
  .headerMiddle .headerMiddle_item.Right {
    display: flex;
    justify-content: start; }
    .headerMiddle .headerMiddle_item.Right .basket {
      margin-right: 20px; }

  .headerBottom.tablet {
    display: flex; }
    .headerBottom.tablet .headerLeftmenu {
      width: 100px; }
      .headerBottom.tablet .headerLeftmenu .menuMobileBtn {
        display: flex;
        text-transform: uppercase;
        color: #666575;
        cursor: pointer; }
        .headerBottom.tablet .headerLeftmenu .menuMobileBtn span {
          display: block;
          width: 20px;
          height: 18px;
          background: url(../image/header/menu.png);
          border: none;
          cursor: pointer;
          outline: none;
          margin-right: 10px; }
    .headerBottom.tablet .headerBottomRight {
      width: 215px; }

  section.topBa .bigBlock {
    margin-bottom: 10px; }
  section.topBa .littleBlock {
    margin-left: 0;
    display: flex;
    flex-direction: row; }
    section.topBa .littleBlock .littleBlock_item {
      width: 48%; }
  section.topBa .littleSlider {
    display: flex;
    justify-content: space-between;
    margin-left: 0; }
    section.topBa .littleSlider .littleSlider_item {
      width: 48%; }
      section.topBa .littleSlider .littleSlider_item .littleBlock_item {
        width: 100%; }

  section.virtues img {
    max-width: 50px;
    margin-top: 19px; }
  section.virtues .virtues_item {
    display: flex; }
  section.virtues .virtues_text {
    text-align: left;
    max-width: 80%;
    margin: 0;
    width: 80%; }
  section.virtues img {
    max-width: 20%;
    margin-top: 0; }

  section.discountsBlock .discountItem .discountItem_item {
    min-height: 330px; }
  section.discountsBlock .discountItem .discountItem_img {
    min-height: 236px;
    height: 236px; }
  section.discountsBlock .discountItem_item.reLeft,
  section.discountsBlock .discountItem_item.reRight {
    display: none; }

  .formContainer input.formWidth {
    width: 44%;
    margin-right: 3%;
    margin-bottom: 15px; }
  .formContainer input.formWidth.pinkButtom {
    width: 92%; }
  .formContainer form.callBack input.formWidth {
    width: 46%;
    margin-right: 3%; }
  .formContainer form.callBack input.formWidth.pinkButtom {
    width: 97%;
    margin-top: 17px; }
  .formContainer .girlsBlock {
    z-index: -1;
    right: -25px;
    left: auto; }
    .formContainer .girlsBlock img.full {
      display: block; }
    .formContainer .girlsBlock img.mini {
      display: none; }

  .footerMenu ul {
    column-count: 2; }

  .drop_item {
    display: none; }

  .footer_title {
    border-bottom: 1px solid #E3E3E6;
    padding-bottom: 11px; }

  .footerTop .footer_title {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #E3E3E6;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .footerTop .footer_title span {
      background-image: url(../image/decor/21.png);
      background-position-x: right;
      background-repeat: no-repeat;
      transform: rotate(-90deg);
      display: block;
      position: absolute;
      width: 20px;
      height: 10px;
      background-size: contain;
      right: 20px;
      bottom: 15px; }

  .footer_title.active span {
    background-image: url(../image/decor/21.png);
    background-position-x: right;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    background-size: contain;
    right: 20px;
    bottom: 15px; }

  .drop_item {
    border-bottom: 1px solid #E3E3E6;
    padding-bottom: 10px;
    margin-bottom: 10px; }

  form.subscribe {
    margin-left: -15px; }

  .subscribe .whiteInput {
    width: 187px; }

  .footer_title.sub {
    border-bottom: 0;
    padding-bottom: 0; }

  .footerSubscribe.flexCenter {
    flex-direction: column; }

  .agreement {
    margin-left: 0;
    margin-top: 20px; }

  .mobile-menu.active {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    transform: translateX(0); }

  .mobile-menu {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    transform: translateX(-100%);
    transition: 0.5s; }
    .mobile-menu .mobileMenuTop {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;
      border-bottom: 1px solid #E3E3E6; }
      .mobile-menu .mobileMenuTop .menuTitle {
        text-transform: uppercase; }
      .mobile-menu .mobileMenuTop .menuLogo {
        width: 125px;
        height: 36px; }
        .mobile-menu .mobileMenuTop .menuLogo img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .mobile-menu .mobileMenuTop .closeMenu {
        display: block;
        width: 20px;
        height: 18px;
        cursor: pointer;
        z-index: 11;
        background: url(../image/header/Shape.png);
        background-repeat: no-repeat; }
    .mobile-menu .mobileMenuBottom {
      display: flex;
      justify-content: space-between;
      align-content: center;
      margin-top: 30px; }
      .mobile-menu .mobileMenuBottom .footerSocial {
        height: 50px; }
      .mobile-menu .mobileMenuBottom a:not(.back) {
        padding: 0; }
      .mobile-menu .mobileMenuBottom .slinky-theme-default {
        background: #fff; }

  .detailSlider {
    margin-bottom: 30px; }
    .detailSlider .slider-nav {
      width: 100%;
      height: 60px; }
      .detailSlider .slider-nav .slick-slide {
        margin: 5px;
        height: 60px; }
        .detailSlider .slider-nav .slick-slide .nav_item {
          width: 100%;
          height: 60px; }

  .elementInfo_basket {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .elementInfo_basket .addBloc {
      width: 55%; }
    .elementInfo_basket a.whiteButtom {
      width: 41%;
      text-align: center;
      height: 55px; }

  .popularBlock {
    padding-top: 0; }
    .popularBlock ul.tabs__caption {
      margin: 40px 0 40px; }
      .popularBlock ul.tabs__caption li {
        padding: 0 23px; }

  .catalogSection .catalogSection_item .title {
    padding: 30px 0px 30px 37px; }
  .catalogSection .catalogSection_item .img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    right: 0;
    bottom: 0;
    margin-right: -10%;
    transform: scale(1.5); }

  .favoritePage .leftSidebar {
    display: none; }

  .orderPage .col-lg-3.col-md-12.leftSidebar {
    display: none; } }
@media (max-width: 768px) {
  .reviewsBlock .reviewsIffo .reviewsRating {
    flex-direction: column; }
    .reviewsBlock .reviewsIffo .reviewsRating .evaluation {
      width: 100%; }
    .reviewsBlock .reviewsIffo .reviewsRating .statistics {
      width: 100%; }
  .reviewsBlock .reviewsIffo button {
    width: 100%; }

  a.ReviewRe {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #0997CB;
    border-bottom: 1px dotted;
    display: block;
    width: 237px;
    margin: auto;
    margin-bottom: 30px; }

  div#ReviewR .ReviewRules {
    background: #ECFAFF;
    margin: 0;
    padding: 30px; }
    div#ReviewR .ReviewRules .title {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #1C2B2F;
      margin-bottom: 20px; }

  .reviewsBlock .reviewsIffo {
    flex-direction: column; }
    .reviewsBlock .reviewsIffo .reviewsRating {
      width: 100%; }
    .reviewsBlock .reviewsIffo .reviewsBtn {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; }
  .reviewsBlock form.reviewsForm .reviewsForm_item {
    width: 100%;
    margin-right: 0; }
  .reviewsBlock form.reviewsForm .reviewsForm_item.full {
    width: 100%; }
  .reviewsBlock form.reviewsForm .reviewsForm_item.full.btnR {
    flex-direction: column; }
    .reviewsBlock form.reviewsForm .reviewsForm_item.full.btnR .pinkButtom {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
    .reviewsBlock form.reviewsForm .reviewsForm_item.full.btnR a.whiteButtom {
      height: 55px;
      color: #666575;
      width: 100%;
      text-align: center; }
  .reviewsBlock form.reviewsForm .fileStyle {
    padding: 20px;
    height: 180px; }
    .reviewsBlock form.reviewsForm .fileStyle span.icon {
      background-image: url(../image/decor/file.png);
      width: 40px;
      height: 35px;
      background-size: contain;
      margin-bottom: 10px;
      display: block;
      background-repeat: no-repeat;
      min-height: 35px; }

  .sortBlock .sortBlock_sort {
    display: none; }
  .sortBlock .sortBlock_quantity {
    width: 100%;
    text-align: right; }

  form.personalInfo .wide {
    flex-direction: column; }
    form.personalInfo .wide .left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 0; }
    form.personalInfo .wide .right {
      width: 100%; }
    form.personalInfo .wide .DOB {
      flex-wrap: wrap; }
      form.personalInfo .wide .DOB .metro.year {
        width: 211px; }
      form.personalInfo .wide .DOB .radio {
        width: 100%; }
    form.personalInfo .wide .DOB.birth {
      flex-wrap: nowrap; }

  .personalOrdersDetail a.whiteButtom.backButton {
    margin: auto;
    display: block;
    width: 260px; }
  .personalOrdersDetail h2.subheaderH3 {
    text-align: center; }
  .personalOrdersDetail .OrdersInfo .OrdersInfo_item {
    justify-content: space-between; }
  .personalOrdersDetail td.product {
    width: 110px; }
  .personalOrdersDetail td.count {
    width: 50%;
    padding-left: 30px; }
  .personalOrdersDetail .priceDiscount {
    width: 100%; }
  .personalOrdersDetail a.mobile {
    color: #0997CB; }

  .ordersList_items .ordersList_information {
    flex-direction: column;
    padding-left: 20px; }
    .ordersList_items .ordersList_information div {
      text-align: left;
      width: 100%; }
    .ordersList_items .ordersList_information .orderNumber {
      text-align: left; }

  .orderPage ul.tabs__caption {
    margin: 40px 0px 40px; }
    .orderPage ul.tabs__caption li {
      padding: 0 12px; }

  .noOrdersBlock span {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 31px; }
  .noOrdersBlock a {
    padding-left: 30px; }
  .noOrdersBlock a.pinkButtom {
    width: 100%;
    text-align: center; }

  table.basketTableTitle {
    display: none; }

  tr.basketProducts_item .priceFull {
    display: none; }
  tr.basketProducts_item .saving {
    display: none; }
  tr.basketProducts_item .priceCount {
    display: none; }

  .mobile {
    display: block; }

  .basketPage table.basketProducts tr td.sum {
    justify-content: space-around;
    flex-direction: column-reverse;
    width: 35%; }
    .basketPage table.basketProducts tr td.sum .priceDiscount .priceSum {
      width: 100%; }
  .basketPage table.basketProducts tr td.product {
    width: 25%; }
    .basketPage table.basketProducts tr td.product .productImg {
      width: 100%;
      height: 95px; }
  .basketPage table.basketProducts tr td.count {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 40%;
    padding: 0 10px; }
    .basketPage table.basketProducts tr td.count a.mobile {
      font-weight: 500;
      font-size: 15px;
      line-height: 22px;
      color: #0997CB;
      align-items: center;
      padding-left: 0; }

  .headerMiddle.tablet,
  .pastelBlueContainer {
    display: none; }

  .headerMiddle.mobile {
    display: flex; }

  .subscribe {
    flex-direction: column;
    margin-left: 0;
    width: 100%; }
    .subscribe .whiteInput {
      width: 100%;
      margin-bottom: 10px; }
    .subscribe .pinkButtom {
      width: 100%; }

  .footerSubscribe .agreement {
    margin-bottom: 20px; }

  .footerSocial {
    justify-content: center; }

  section.bottomText #a-text1 {
    padding: 15px 36px;
    width: 100%;
    height: 55px; }

  .formContainer .girlsBlock {
    display: none; }
  .formContainer .formTitle.HeadlineH1 {
    text-align: center; }
  .formContainer form.callBack input.formWidth {
    width: 97%; }

  section.mainReviews .mainReviewsS {
    width: auto; }
  section.mainReviews .mainReviewsSk {
    width: auto; }
  section.mainReviews ul.slick-dots {
    bottom: -104px; }

  .arrowContainer8,
  .arrowContainer7,
  .arrowContainer6,
  .arrowContainer5,
  .arrowContainer3,
  .arrowContainer2,
  .arrowContainer {
    position: relative;
    height: 55px;
    width: 120px;
    bottom: 49%;
    pointer-events: none;
    margin: auto; }

  section.topBa {
    margin: 30px 0 0px 0; }

  section.discountsBlock a.whiteButtom {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center; }
  section.discountsBlock .discountItem .discountItem_img {
    min-height: 236px;
    height: 340px; }

  .popularBlock .sliderButton {
    text-align: center;
    margin-top: 28px;
    width: 100%; }
    .popularBlock .sliderButton a {
      width: 100%; }

  .desktop {
    display: none; }

  .row.mobile {
    position: relative; }
    .row.mobile .TopBaBeck {
      height: 360px;
      width: 100%; }
      .row.mobile .TopBaBeck .slick-slide {
        background: linear-gradient(301.31deg, #FFAFCE 0.29%, #AFF2FF 81.57%); }
      .row.mobile .TopBaBeck .beckBa {
        height: 360px; }
        .row.mobile .TopBaBeck .beckBa img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
    .row.mobile .TopBaFront {
      height: 360px;
      width: 90%;
      margin: auto;
      margin-bottom: auto;
      top: -130px; }
      .row.mobile .TopBaFront .frontBa {
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .row.mobile .TopBaFront .frontBa .bigBlock_title.HeadlineH1 {
          text-align: center; }
          .row.mobile .TopBaFront .frontBa .bigBlock_title.HeadlineH1 .whiteLine {
            margin-top: 29px; }
        .row.mobile .TopBaFront .frontBa .bigBlock_descroption {
          text-align: center;
          padding: 20px 0 30px 0; }
      .row.mobile .TopBaFront .slick-slide {
        height: 360px;
        background: linear-gradient(277.51deg, #FFAFCE -67.71%, #AFF2FF 69.27%);
        padding: 30px 40px; }

  .margin120 {
    margin-top: 50px; }

  .row.mobile {
    display: block; }

  .login a {
    background-image: url(../image/header/person.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 30px;
    height: 30px; }

  .headerMiddle.mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    align-content: center;
    padding: 15px; }
    .headerMiddle.mobile .headerMiddle_item.Right {
      width: 50px; }

  span.pinkLine.left {
    background-position: left !important; }

  .elementInfo_basket {
    flex-wrap: wrap; }
    .elementInfo_basket .addBloc {
      width: 367px; }
    .elementInfo_basket a.whiteButtom {
      width: 367px; }

  .elementTab .tabs.elementsTabs {
    display: none; }

  #accordion {
    display: block;
    margin-top: 40px; }
    #accordion .card {
      border-radius: 0;
      margin-bottom: -1px; }
      #accordion .card .card-header {
        background: #fff;
        padding: 7px 9px; }
        #accordion .card .card-header button {
          text-transform: uppercase !important;
          color: #666575 !important;
          width: 100% !important;
          background: #fff !important;
          text-decoration: none; }
      #accordion .card .collapse.show {
        border-top: 3px solid #FF0062;
        margin-top: -1px; }
        #accordion .card .collapse.show .tags .tagsItem {
          display: inline-block;
          height: auto;
          margin-bottom: 5px;
          line-height: 17px; }
    #accordion .deliveryBlock .infoBlockItem {
      width: 100%; }

  .titleH2 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px; }

  .popularBlock .tabs.present .tabs__caption {
    display: flex;
    flex-wrap: nowrap; }
    .popularBlock .tabs.present .tabs__caption li {
      width: 16%;
      overflow: hidden;
      color: transparent;
      line-height: 1;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center; }
    .popularBlock .tabs.present .tabs__caption li:nth-child(1) {
      background-image: url(../image/decor/mobileTab/01.png); }
    .popularBlock .tabs.present .tabs__caption li.active:nth-child(1) {
      background-image: url(../image/decor/mobileTab/01-h.png); }
    .popularBlock .tabs.present .tabs__caption li:nth-child(2) {
      background-image: url(../image/decor/mobileTab/02.png); }
    .popularBlock .tabs.present .tabs__caption li.active:nth-child(2) {
      background-image: url(../image/decor/mobileTab/02-h.png); }
    .popularBlock .tabs.present .tabs__caption li:nth-child(3) {
      background-image: url(../image/decor/mobileTab/03.png); }
    .popularBlock .tabs.present .tabs__caption li.active:nth-child(3) {
      background-image: url(../image/decor/mobileTab/03-h.png); }
    .popularBlock .tabs.present .tabs__caption li:nth-child(4) {
      background-image: url(../image/decor/mobileTab/04.png); }
    .popularBlock .tabs.present .tabs__caption li.active:nth-child(4) {
      background-image: url(../image/decor/mobileTab/04-h.png); }
    .popularBlock .tabs.present .tabs__caption li:nth-child(5) {
      background-image: url(../image/decor/mobileTab/05.png); }
    .popularBlock .tabs.present .tabs__caption li.active:nth-child(5) {
      background-image: url(../image/decor/mobileTab/05-h.png); }

  span.blueGradient {
    height: 470px; }

  .formContainer .decor {
    top: -16px; }

  .catalogSection .catalogSection_item {
    height: 80px;
    margin-left: 0;
    margin-right: 0; }
    .catalogSection .catalogSection_item .title {
      width: 85%;
      padding: 18px 0px 15px 23px;
      font-size: 20px;
      line-height: 23px; }
    .catalogSection .catalogSection_item .img {
      margin-right: 0;
      transform: scale(1); }

  .contactsBlock {
    display: block;
    width: 100%;
    overflow-x: hidden;
    transition: 0.5s; }
    .contactsBlock a.backButton.contactsBlockButton {
      display: block; }
    .contactsBlock ul.contactsBlock_address {
      width: 100%;
      height: auto; }
      .contactsBlock ul.contactsBlock_address li {
        text-align: center;
        margin-left: 0; }
    .contactsBlock .contactsBlock_maps {
      width: 100%;
      transform: translateX(100%);
      position: fixed;
      opacity: 0;
      height: 450px; }

  .contactsBlock.active ul.contactsBlock_address {
    transform: translateX(-100%);
    position: absolute;
    opacity: 0; }
  .contactsBlock.active .contactsBlock_maps {
    transform: translateX(0);
    position: relative;
    opacity: 1; }

  .formContainer.margin120.questions {
    display: none; }

  div#accordion .clearfix {
    width: 150px;
    margin: auto; } }
@media (max-width: 600px) {
  .personalData .text {
    text-align: center; }
  .personalData .personalData_subtitle {
    text-align: center; }
  .personalData form.personalInfo .wide .DOB.birth {
    flex-wrap: wrap; }
    .personalData form.personalInfo .wide .DOB.birth .metro.day {
      width: 40%; }
    .personalData form.personalInfo .wide .DOB.birth .metro.month {
      width: 54%;
      margin-right: 0; }
    .personalData form.personalInfo .wide .DOB.birth .metro.year {
      width: 100%; }
  .personalData form.personalInfo input.pinkButtom.personalInfoBtn {
    width: 100%; }
  .personalData .personalPassword {
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 55px; }
    .personalData .personalPassword .left {
      width: 100%;
      padding-right: 0; }
    .personalData .personalPassword .right {
      width: 100%;
      padding: 0;
      padding-bottom: 30px; }
    .personalData .personalPassword input.pinkButtom {
      position: absolute;
      bottom: 0;
      left: 0;
      margin-bottom: 0;
      width: 100%; } }
@media (max-width: 500px) {
  .footerMenu.info ul,
  .footerMenu ul {
    column-count: 1; }

  .footerBottom {
    flex-direction: column;
    align-items: start;
    margin-bottom: 15px; }
    .footerBottom span {
      padding: 10px 0; }
    .footerBottom a.privacyPolicy {
      margin-left: 0; }

  section.virtues .virtues_text {
    text-align: left;
    max-width: 80%;
    margin: 0;
    width: 70%; }

  .HeadlineH1 {
    font-size: 30px; }

  .mobileMenuBottom {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center; }

  .headerBottomMenu {
    display: none; }

  .headerBottom.tablet .headerBottomRight {
    width: 100px; }

  .mobileMenuBottom .btn {
    display: block; }

  .btn .pinkButtom {
    color: #fff !important;
    padding: 17px 25px !important;
    margin: 10px 0; }

  .headerTopConnection_item.phone {
    padding: 7px 0px 7px 22px !important;
    background-image: url("../image/footer/phones.png");
    background-repeat: no-repeat;
    background-position-y: 15px; }

  .headerMiddle.mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center; }

  .elementInfo_basket .quantity-block p {
    display: none; }

  .detailSlider .slider-for {
    height: 320px;
    overflow: hidden; }
    .detailSlider .slider-for .slick-slide {
      height: 320px; }
      .detailSlider .slider-for .slick-slide a {
        height: 320px; }

  .descriptionContent ul.composition {
    width: 100%; }

  .mobile-menu .mobileMenuTop {
    display: none !important; }

  .superMobile {
    display: block; }
    .superMobile .menuTitle {
      text-transform: uppercase; }
      .superMobile .menuTitle span.closeMenu {
        display: inline-block;
        width: 20px;
        height: 18px;
        cursor: pointer;
        z-index: 11;
        background: url(../image/header/Shape.png);
        background-repeat: no-repeat;
        background-position-y: 5px; }
    .superMobile .bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; }

  .headerBottom.tablet .headerBottomRight {
    width: 90px; }

  .superMobile .bottom .headerBottom.tablet {
    width: 90px; }

  .headerMiddle .logo {
    width: 80%; }

  .superMobile .headerBottom_search.active {
    position: fixed;
    top: auto;
    right: 0;
    height: 55px;
    width: 100%;
    background: #fff;
    left: 0; }

  section.mainReviews {
    padding-bottom: 50px; }

  section.search {
    margin-bottom: 60px; }
    section.search .pinkButtom {
      color: transparent;
      width: 55px;
      padding: 16px 27px;
      font-size: 1px;
      background-image: url(../image/decor/123.png);
      background-repeat: no-repeat;
      background-position: center; }

  .page404 .logo {
    margin: 30px auto 50px; }
  .page404 .page404 .img404 {
    width: 100%; }
  .page404 .page404 .text404 {
    width: 100%; }

  .empty a.pinkButtom {
    width: 100%; }

  .personalOrdersDetail a.mobile {
    color: #0997CB;
    width: 150%;
    left: 0;
    margin-right: auto; }
  .personalOrdersDetail .OrdersInfo {
    flex-direction: column; }
    .personalOrdersDetail .OrdersInfo .OrdersInfo_item {
      width: 100%; }
    .personalOrdersDetail .OrdersInfo .OrdersInfo_subtitle {
      margin-bottom: 15px; }
  .personalOrdersDetail a.whiteButtom.backButton {
    width: 100%; }
  .personalOrdersDetail .ordersBottom {
    flex-direction: column-reverse; }
    .personalOrdersDetail .ordersBottom a.whiteButtom {
      width: 100%;
      text-align: center;
      margin-top: 30px; }
  .personalOrdersDetail tr.basketProducts_item .mobileTitle {
    display: block; }
  .personalOrdersDetail tr.basketProducts_item .countMobile {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #A3A3AC; }
  .personalOrdersDetail tr.basketProducts_item .quantity-block {
    display: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #A3A3AC; }
  .personalOrdersDetail tr.basketProducts_item td.sum {
    flex-direction: column;
    align-content: flex-end;
    font-weight: bold;
    width: 30%;
    align-items: flex-end;
    padding-bottom: 10px; }
    .personalOrdersDetail tr.basketProducts_item td.sum .priceSum {
      width: 100% !important;
      font-size: 15px; }
    .personalOrdersDetail tr.basketProducts_item td.sum .countMobile {
      font-weight: bold;
      font-size: 15px; }
  .personalOrdersDetail tr.basketProducts_item td.count {
    width: calc(70% - 80px);
    flex-direction: column;
    padding-left: 5px; }
  .personalOrdersDetail tr.basketProducts_item td.product {
    width: 80px; }
    .personalOrdersDetail tr.basketProducts_item td.product .productImg {
      width: 80px;
      height: 90px; } }

/*# sourceMappingURL=responsive.css.map */
