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

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

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: 'Cormora';
  font-size: 20px;
  color: #222336;
  overflow-x: hidden;
  line-height: 30px;
}

@media all and (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}

@media all and (max-width: 970px) {
  body {
    font-size: 17px;
    line-height: 27px;
  }
}

ul,ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.icon {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.icon * {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

button {
  cursor: pointer;
}

textarea {
  font-family: inherit;
}

.container {
  max-width: 1240px;
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}

@media all and (max-width: 970px) {
  .container {
    padding: 0 40px;
  }
}

@media all and (max-width: 700px) {
  .container {
    padding: 0 20px;
  }
}

.row {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  padding: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

img {
  max-width: 100%;
}

.box-shadow, .client-undefined__menu, .slider__img, .slider__number, .products__inner, .instagram__img, .single__gallery-top, .gallery__img {
  -webkit-box-shadow: 0 0 13px 0 rgba(176, 166, 154, 0.36);
  box-shadow: 0 0 13px 0 rgba(176, 166, 154, 0.36);
}

@media all and (max-width: 700px) {
  .box-shadow, .client-undefined__menu, .slider__img, .slider__number, .products__inner, .instagram__img, .single__gallery-top, .gallery__img {
    -webkit-box-shadow: 0 0 8px 0 rgba(176, 166, 154, 0.36);
    box-shadow: 0 0 8px 0 rgba(176, 166, 154, 0.36);
  }
}

.box-shadow--small, .single__gallery-bottom .gallery-item, .gallery__img:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(176, 166, 154, 0.36);
  box-shadow: 0 0 8px 0 rgba(176, 166, 154, 0.36);
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gradient {
  background: #ffb1d3;
  background: -webkit-gradient(linear, left top, right top, from(#ffb1d3), to(#ff8181));
  background: linear-gradient(to right, #ffb1d3 0%, #ff8181 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb1d3', endColorstr='#ff8181',GradientType=1 );
}

.header-relative {
  height: 160px;
  position: relative;
  z-index: 11;
}

@media all and (max-width: 1200px) {
  .header-relative {
    height: 144px;
  }
}

@media all and (max-width: 970px) {
  .header-relative {
    height: 64px;
  }
}

@media all and (max-width: 700px) {
  .header-relative {
    height: 112px;
  }
}

.header-fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.header-fixed.fixed .header {
  background: #fff;
  position: relative;
  z-index: 1;
}

.header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 13px 0 rgba(176, 166, 154, 0.36);
  box-shadow: 0 0 13px 0 rgba(176, 166, 154, 0.36);
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  background: #fff;
}

@media all and (max-width: 1200px) {
  .header {
    height: 72px;
    font-size: 14px;
  }
}

@media all and (max-width: 970px) {
  .header {
    height: 64px;
  }
}

@media all and (max-width: 700px) {
  .header {
    height: 56px;
  }
}

.header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
   justify-content: space-between;
}

.header__logo {
  max-width: 260px;
  margin-right: 70px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

@media all and (max-width: 1200px) {
  .header__logo {
    max-width: 200px;
  }
}

@media all and (max-width: 970px) {
  .header__logo {
    max-width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    /* margin-right: 45px; */
  }
}

.header__logo img {
  display: block;
  width: 100%;
  margin-top: -6px;
}

.header__number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media all and (max-width: 1200px) {
  .header__number {
    /* display: block; */
  }
}

@media all and (max-width: 700px) {
  .header__number {
    display: none;
  }
}

@media all and (max-width: 970px) {
  .header__number > span {
    display: none;
  }
}

.header__number .icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url(../img/Whatsapp.svg) center/contain no-repeat;
  opacity: .5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media all and (max-width: 1200px) {
  .header__number .icon {
    width: 15px;
    height: 15px;
  }
}

.header__number .number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff849c;
  margin-right: 15px;
}

.header__number .number-wrap .link{
  color: #ff849c;
   opacity: 0.8;
}

@media all and (max-width: 1200px) {
  .header__number .number-wrap {
    /* margin-left: -30px; */
    /* margin-bottom: -5px; */
  }
}

@media all and (max-width: 970px) {
  .header__number .number-wrap {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media all and (max-width: 700px) {
  .header__number .number-wrap {
    margin-right: 10px;
  }
}

.header__number .number-wrap .link:hover {
  /* font-weight: 700; */
   color: #fd1d48;
   opacity: 1;
}

.header__number .number-wrap .icon:hover  {
  opacity: .8;
}

.header__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 42%; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 1200px) {
  .header__col2 {
    width: auto;
  }
}

@media all and (max-width: 700px) {
  .header__city {
    display: none !important;
  }
}

.header__city .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 11px;
  height: 8px;
  margin-left: 10px;
}

.header__link {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.header__city{
    margin: 0 14px 0 24px;
}

.header__link:hover {
  background: #fff2f5;
}

.header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.header__basket.active{
    background: #fff2f5;
}

@media all and (max-width: 1200px) {
  .header__basket {
    margin: 0 10px;
  }
}

@media all and (max-width: 970px) {
  .header__basket {
    margin: 0 30px;
  }
}

@media all and (max-width: 700px) {
  .header__basket {
    margin: 0 15px 0 0;
    padding: 0 3px;
  }
}

.header__basket .icon {
  width: 19px;
  height: 16px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media all and (max-width: 970px) {
  .header__cost {
    display: none;
  }
}

.header__login {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px;*/
  display: none;
}

@media all and (max-width: 970px) {
  .header__login {
    display: none;
  }
}

.header__login a {
  padding: 0 6px;
}

.header__toggle {
  width: 12px;
  height: 11px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: none;
}

@media all and (max-width: 970px) {
  .header__toggle {
    display: block;
  }
}

.header__toggle span {
  background: #3f4051;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.header__toggle span:nth-child(1) {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header__toggle span:nth-child(2) {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.header__toggle span:nth-child(3) {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header__toggle.close {
  margin-top: 10px;
}

.header__toggle.close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.header__toggle.close span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.header__toggle.close span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: inherit;
  top: 0;
}

.dropdown {
  position: relative;
}

.dropdown__menu {
  top: 100%;
  position: absolute;
  -webkit-box-shadow: 0 0 13px 0 rgba(176, 166, 154, 0.36);
  box-shadow: 0 0 13px 0 rgba(176, 166, 154, 0.36);
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: .19s all ease;
  transition: .19s all ease;
  z-index: 10;
}

.dropdown__menu.active {
  margin-top: 11px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.dropdown__menu a {
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Montserrat";
}

.dropdown__menu a:hover {
  background: #fff2f5;
}

.client-undefined {
  font-weight: 300;
  position: relative;
}

.client-undefined__btn {
  color: #ff849c;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}

.client-undefined__menu {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  top: 100%;
  position: absolute;
  -webkit-transition: .19s all ease;
  transition: .19s all ease;
  line-height: 2;
  padding: 0 36px;
  z-index: 1;
  background: #fff;
}

.client-undefined__menu.active {
  margin-top: 36px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.client-undefined__menu:before {
  content: '';
  position: absolute;
  top: -27px;
  left: 36px;
  width: 32px;
  height: 27px;
  background: url(../img/tr.png) center/contain no-repeat;
  opacity: .9;
}

.menu {
  font-family: "Cormora";
  font-size: 20px;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media all and (max-width: 1200px) {
  .menu {
    font-size: 18px;
  }
}

@media all and (max-width: 970px) {
  .menu {
    display: none;
  }
}

@media all and (max-width: 700px) {
  .menu {
    display: block;
    height: 56px;
    font-size: 12px;
    font-family: "Montserrat";
  }
}

.menu.hide {
  visibility: hidden;
  margin-top: -100px;
  opacity: 0;
}

@media all and (max-width: 700px) {
  .menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }
}

.menu .header__number {
  height: 56px;
  display: none;
}

@media all and (max-width: 700px) {
  .menu .header__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu .header__city {
  display: none;
}

@media all and (max-width: 700px) {
  .menu .header__city {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.menu .header__city .icon {
  width: 9px;
  height: 7px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 700px) {
  .menu__list {
    display: none;
  }
}

.menu__list > li {
  position: relative;
}

.menu__list > li > a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media all and (max-width: 1200px) {
  .menu__list > li > a {
    height: 72px;
  }
}

.menu__list > li > a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/hover.svg) top/33px 40px no-repeat;
  z-index: -1;
  opacity: .3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
}

.menu__list > li > a:hover:before, .menu__list > li > a.active:before {
  background-position: center;
  opacity: .3;
}

.menu__list .dropdown__menu {
  width: 210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -10px;
}

@media all and (max-width: 970px) {
  .menu__list .dropdown__menu {
    display: none !important;
  }
}

.menu__list .dropdown__menu a {
    font-size: 15px;
    line-height: 1.2;
}

@media all and (max-width: 1200px) {
  .menu__list .dropdown__menu a {
    font-size: 14px;
  }
}

.menu__list li:hover > .dropdown__menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  margin-top: 10px;
}

.delivery-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
}

@media all and (max-width: 480px) {
  .delivery-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.delivery-menu > li {
  position: relative;
  margin-right: 12%;
}

.delivery-menu > li:last-child {
  margin-right: 0;
}

@media all and (max-width: 480px) {
  .delivery-menu > li {
    width: 50%;
    margin-right: 0;
  }
}

.delivery-menu > li > a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family: "Cormora-bold";
}

@media all and (max-width: 700px) {
  .delivery-menu > li > a {
    font-size: 18px;
    line-height: 24px;
  }
}

@media all and (max-width: 480px) {
  .delivery-menu > li > a {
    display: inline-block;
    height: 45px;
    padding: 10px 0;
  }
}

.delivery-menu > li > a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/hover.svg) top/33px 40px no-repeat;
  z-index: -1;
  opacity: .3;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
}

@media all and (max-width: 480px) {
  .delivery-menu > li > a:before {
    background-position: center top !important;
    top: 4px;
  }
}

.delivery-menu > li > a:hover:before, .delivery-menu > li > a.active:before {
  background-position: center;
  opacity: .3;
}

.list2 li {
  padding-left: 25px;
  position: relative;
}

.list2 li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/marker.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}

.toggle-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  height: calc(100vh - 64px);
  padding-top: 20px;
  font-family: "Cormora";
  overflow-y: scroll;
  display: none;
  z-index: 100;
}

@media all and (max-width: 700px) {
  .toggle-menu {
    top: 56px;
    height: calc(100vh - 56px);
  }
}

.toggle-menu .menu__list {
  display: block;
}

.toggle-menu .menu__list a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  font-size: 17px;
}

.toggle-menu .header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Montserrat";
  margin-top: 40px;
}

.main {
  padding-top: 60px;
}

@media all and (max-width: 1200px) {
  .main {
    padding-top: 54px;
  }
}

@media all and (max-width: 970px) {
  .main {
    padding-top: 48px;
  }
}

@media all and (max-width: 700px) {
  .main {
    padding-top: 42px;
  }
}

.home {
  /* background: url(../img/bg_1.svg) left -45px top 320px/calc(100% + 45px) auto no-repeat, url(../img/bg_2.svg) left 2200px/390px auto no-repeat, url(../img/bg_3.svg) right -120px top 2560px/400px auto no-repeat; */
}

@media all and (max-width: 1600px) {
  .home {
    /* background: url(../img/bg_1.svg) left -150px top 370px/calc(100% + 150px) auto no-repeat, url(../img/bg_2.svg) left -300px top 2200px/390px auto no-repeat, url(../img/bg_3.svg) right -300px top 2560px/400px auto no-repeat; */
  }
}

@media all and (max-width: 1200px) {
  .home {
    /* background: url(../img/bg_1.svg) left -150px top 320px/calc(100% + 150px) auto no-repeat, url(../img/bg_2.svg) left -300px top 2200px/390px auto no-repeat, url(../img/bg_3.svg) right -300px top 2560px/400px auto no-repeat; */
  }
}

@media all and (max-width: 970px) {
  .home {
    /* background: url(../img/bg_1.svg) center 200px/1800px auto no-repeat, url(../img/bg_2.svg) left -300px top 2200px/390px auto no-repeat, url(../img/bg_3.svg) right -370px top 2560px/400px auto no-repeat; */
  }
}

@media all and (max-width: 700px) {
  .home {
    /* background: url(../img/bg_1.svg) center 290px/1200px auto no-repeat, url(../img/bg_2.svg) left -350px top 2200px/390px auto no-repeat, url(../img/bg_3.svg) right -350px top 2560px/400px auto no-repeat; */
  }
}

.home .products {
  position: relative;
  padding-top: 160px;
}

@media all and (max-width: 1200px) {
  .home .products {
    padding-top: 144px;
  }
}

@media all and (max-width: 970px) {
  .home .products {
    padding-top: 128px;
  }
}

@media all and (max-width: 700px) {
  .home .products {
    padding-top: 50px;
  }
}

.home .products .products-img {
  position: absolute;
  top: -370px;
  width: 100%;
  z-index: -1;
}

@media all and (max-width: 1200px) {
  .home .products .products-img {
    position: absolute;
    top: -140px;
  }
}

@media all and (max-width: 970px) {
  .home .products .products-img {
    position: absolute;
    top: -530px;
    width: 1400px;
    left: 50%;
    max-width: unset;
    transform: translateX(-50%);
  }
}

@media all and (max-width: 400px) {
  .home .products .products-img {
    top: -380px;
  }
}

.catalog {
  background: url(../img/bg_3.svg) right -300px top -200px/400px auto no-repeat;
  position: relative;
}

@media all and (max-width: 1200px) {
  .catalog {
    background: none;
   }
}

.catalog:after {
  content: '';
  width: 400px;
  height: 1000px;
  background: url(../img/bg_2.svg) center top/390px auto no-repeat;
  position: absolute;
  bottom: 10%;
  /* bottom: 350px; */
  left: -70px;
  opacity: .6;
  z-index: -1;
}

@media all and (max-width: 1200px) {
  .catalog:after {
    background: none;
   }
}

.single-wrap {
  background: url(../img/bg_3.svg) right -300px top -200px/400px auto no-repeat;
  position: relative;
}


@media all and (max-width: 970px) {
  .single-wrap {
    background: none;
   }
}


.single-wrap:before {
  content: '';
  width: 400px;
  height: 1000px;
  background: url(../img/bg_2.svg) center top/390px auto no-repeat;
  position: absolute;
  /* top: 380px; */
  top: 30%;
  left: -70px;
  opacity: .6;
  z-index: -1;
}

@media all and (max-width: 970px) {
  .single-wrap:before {
    background: none;
   }
}

@media all and (max-width: 700px) {
  .single-wrap:before {
    left: -350px;
  }
}

.checkout {
  background: url(../img/bg_3.svg) right -210px top -200px/400px auto no-repeat;
  position: relative;
}

@media all and (max-width: 1200px) {
  .checkout {
    background-position: right -360px top -200px;
  }
}

.checkout:before {
  content: '';
  width: 400px;
  height: 1000px;
  background: url(../img/bg_2.svg) center top/390px auto no-repeat;
  position: absolute;
  top: 380px;
  left: -200px;
  opacity: .6;
  z-index: -1;
}

@media all and (max-width: 1200px) {
  .checkout:before {
    left: -350px;
  }
}

@media all and (max-width: 700px) {
  .checkout:before {
    left: -350px;
  }
}

.checkout--2:before {
  content: none;
}

.checkout__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 480px) {
  .checkout__personal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.checkout__personal div {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 300;
  padding-right: 30px;
  line-height: 20px;
}

#final-button{
    margin: 0;
    padding-right: 0;
}

#tmd_confirmation{
    margin-left: auto;
    padding-right: 0;
}

#final-button div{
    padding-right: 0;
}

#final-button .col{
    width: 100%;
}

#continue-button{
    font-family: 'Cormora';
}

@media all and (max-width: 700px) {
  .checkout__personal div {
    font-size: 12px;
    line-height: 18px;
  }
}

@media all and (max-width: 480px) {
  .checkout__personal div {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.checkout__personal div a {
  /* color: #ff849c; */
  /* text-decoration: underline; */
}

.checkout__personal div a:hover {
  /* text-decoration: none; */
}

@media all and (max-width: 480px) {
  .checkout__personal .btn {
    margin-left: 0 !important;
  }
}

.checkout__btn-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 17px !important;
}

@media all and (max-width: 970px) {
  .checkout__btn-next {
    padding-top: 14px !important;
  }
}

@media all and (max-width: 480px) {
  .checkout__btn-next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
    margin-top: -40px;
  }
}

.checkout__btn-next .icon {
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 3px;
}

@media all and (max-width: 970px) {
  .checkout__btn-next .icon {
    margin-top: 3px;
  }
}

.checkout__btn-next .icon * {
  fill: #fff;
}

.slider {
  padding-bottom: 110px;
  position: relative;
}

@media all and (max-width: 1200px) {
  .slider {
    padding-bottom: 60px;
  }
}

.slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 970px) {
  .slider__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.slider__text {
  width: 42%;
  height: auto;
  padding-top: 75px;
  position: relative;
}

@media all and (max-width: 1300px) {
  .slider__text {
    padding-top: 0px;
  }
}

@media all and (max-width: 970px) {
  .slider__text {
    width: 100%;
  }
}

.slider__img-wrap {
  width: 58%;
  position: relative;
  height: 550px;
}

@media all and (max-width: 1600px) {
  .slider__img-wrap {
    height: 500px;
  }
}

@media all and (max-width: 1300px) {
  .slider__img-wrap {
    height: 480px;
  }
}

@media all and (max-width: 1200px) {
  .slider__img-wrap {
    height: 460px;
  }
}

@media all and (max-width: 970px) {
  .slider__img-wrap {
    width: 100%;
    height: 600px;
    margin-top: 48px;
  }
}

@media all and (max-width: 800px) {
  .slider__img-wrap {
    height: 485px;
  }
}

@media all and (max-width: 700px) {
  .slider__img-wrap {
    margin-top: 42px;
    height: 500px;
  }
}

@media all and (max-width: 560px) {
  .slider__img-wrap {
    margin-top: 42px;
    height: 450px;
  }
}

@media all and (max-width: 480px) {
  .slider__img-wrap {
    height: 380px;
  }
}

@media all and (max-width: 370px) {
  .slider__img-wrap {
    height: 280px;
  }
}

.slider__img-wrap .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.slider__img {
  overflow: hidden;
  height: 100%;
}

.swiper-slide{
    padding-right: 20px;
}

.slider__img .swiper-container {
  height: 100%;
}

.slider__img .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 112%;
}

.slider__img img {
  display: none;
}

.slider__number {
  position: absolute;
  bottom: 110px;
  height: 80px;
  width: 80px;
  font-size: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -40px;
  font-family: "Cormora-italic";
  background: #fff;
  z-index: 1;
  line-height: 64px;
}

@media all and (max-width: 1600px) {
  .slider__number {
    bottom: 70px;
  }
}

@media all and (max-width: 1200px) {
  .slider__number {
    font-size: 50px;
    height: 70px;
    width: 70px;
    left: -35px;
    line-height: 58px;
  }
}

@media all and (max-width: 970px) {
  .slider__number {
    top: -35px;
    left: inherit;
    right: 40px;
    bottom: inherit;
  }
}

@media all and (max-width: 700px) {
  .slider__number {
    width: 55px;
    height: 55px;
    font-size: 32px;
    line-height: 50px;
    top: -27.5px;
    right: 15px;
  }
}

.slider__title {
  font-family: "Cormora-italic";
  margin-bottom: 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 1200px) {
  .slider__title {
    margin-bottom: 32px;
  }
}

@media all and (max-width: 970px) {
  .slider__title {
    margin-bottom: 29px;
    max-width: 300px;
  }
}

@media all and (max-width: 700px) {
  .slider__title {
    margin-bottom: 25px;
  }
}

.slider__desc {
  font-family: "Cormora";
}

.slider .arrows {
  bottom: 110px;
  position: absolute;
}

@media all and (max-width: 1600px) {
  .slider .arrows {
    bottom: 70px;
  }
}

@media all and (max-width: 970px) {
  .slider .arrows {
    position: relative;
    margin-top: 48px;
    bottom: inherit;
  }
}

@media all and (max-width: 700px) {
  .slider .arrows {
    margin-top: 42px;
  }
}

.products__sidebar {
  width: 20%;
}

@media all and (max-width: 1200px) {
  .products__sidebar {
    width: 33.3333%;
  }
}

@media all and (max-width: 970px) {
  .products__sidebar {
    width: 100%;
  }
}

.products__main {
  width: 80%;
}

@media all and (max-width: 1200px) {
  .products__main {
    width: 66.6666%;
  }
}

@media all and (max-width: 970px) {
  .products__main {
    width: 100%;
  }
}

@media all and (max-width: 700px) {
  .products__main .row {
    margin: 0 -5px;
  }
}

.products__item {
  width: 33.3333%;
}

.home .products__item:not(:nth-child(-n+12)){
    display:none;
}

@media all and (max-width: 1200px) {
  .products__item {
    width: 50%;
  }
}

@media all and (max-width: 970px) {
  .products__item {
    width: 50%;
  }
}

@media all and (max-width: 700px) {
  .products__item {
    padding: 0 5px;
  }
}

@media all and (max-width: 480px) {
  .products__item {
    width: 100%;
  }
}

.products-empty{
    text-align: center;
}
.products-empty .buttons{
    display: inline-block;
    margin-top: 40px;
}

.products__inner {
  background: #fff;
  padding: 14px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

@media all and (max-width: 700px) {
  .products__inner {
    padding: 10px;
  }
}

.products__inner:hover {
  -webkit-box-shadow: 0 0 4px 0 rgba(176, 166, 154, 0.48);
  box-shadow: 0 0 4px 0 rgba(176, 166, 154, 0.48);
}

.products__inner:hover .products__glow {
  -webkit-transform: rotate(45deg) translate(450%, 0);
  transform: rotate(45deg) translate(450%, 0);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.products__img {
  position: relative;
  overflow: hidden;
}

.products__img img {
  /* display: block; */
  /* margin: 0 auto; */
  max-width: 100%;
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);

}

@media all and (max-width: 480px) {
  .products__img img {
    /* max-width: 70%; */
  }
}

.products__glow {
  display: block;
  position: absolute;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, 0.12);
  top: 0;
  right: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(45deg) translate(-450%, 0);
  transform: rotate(45deg) translate(-450%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.products__title {
  text-align: center;
  margin: 15px 0 5px;
}

.products__price {
  text-align: center;
  padding: 10px 0 20px;
  position: relative;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.products__price:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/hover.svg) top/33px 40px no-repeat;
  opacity: .2;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  margin-top: 3px;
}

.products__more {
  text-align: center;
  margin-top: 40px;
}

@media all and (max-width: 1200px) {
  .products__more {
    margin-top: 34px;
  }
}

@media all and (max-width: 970px) {
  .products__more {
    margin-top: 28px;
  }
}

@media all and (max-width: 700px) {
  .products__more {
    margin-top: 22px;
  }
}

.open-filter {
  display: none;
}

@media all and (max-width: 970px) {
  .open-filter {
    display: block;
  }
}

.open-filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.open-filter__wrapper .dropdown {
  padding-left: 20px;
}

.filter {
  background: #fff;
  border-radius: 25px;
}

@media all and (max-width: 970px) {
  .filter {
    padding-bottom: 50px;
    display: none;
  }
}

.filter__list {
  padding: 0 23px;
  font-family: "Montserrat";
  font-size: 15px;
  margin-bottom: -10px;
}

@media all and (max-width: 1200px) {
  .filter__list {
    font-size: 14px;
  }
}

@media all and (max-width: 970px) {
  .filter__list {
    padding: 0 30px;
  }
}

.filter__list li {
  position: relative;
}

.filter__list li:before {
  width: 27px;
  height: 27px;
  content: '';
  background: url(../img/hover.svg) left center/contain no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  left: -8px;
}

.filter__list li:hover:before {
  opacity: .3;
}

.filter__list a {
  display: block;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 700px) {
  .filter__list a {
    font-size: 12px;
  }
}

.filter__list--cat {
  font-family: "Cormora";
  font-size: 20px;
  padding: 0;
}

@media all and (max-width: 1200px) {
  .filter__list--cat {
    font-size: 18px;
  }
}

.filter__list--cat li {
  margin: 5px 0;
}

.filter__list--cat li:before {
  content: none;
}

.filter__list--cat a {
  padding: 15px 23px;
  border-radius: 25px;
  overflow: hidden;
}

@media all and (max-width: 1200px) {
  .filter__list--cat a {
    padding: 12px 23px;
  }
}

@media all and (max-width: 970px) {
  .filter__list--cat a {
    padding: 12px 30px;
  }
}

@media all and (max-width: 700px) {
  .filter__list--cat a {
    font-size: 17px;
  }
}

.filter__list--cat a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #ffb1d3;
  background: -webkit-gradient(linear, right top, left top, from(#ffb1d3), to(#ff8181));
  background: linear-gradient(to left, #ffb1d3 0%, #ff8181 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb1d3', endColorstr='#ff8181',GradientType=1 );
}

.filter__list--cat a:hover, .filter__list--cat a.active {
  color: #fff;
}

.filter__list--cat a:hover:before, .filter__list--cat a.active:before {
  opacity: 1;
}

.filter__list--cat a span {
  position: relative;
}

.filter__title {
  font-size: 30px;
  font-family: "Cormora-bold";
  padding: 0 23px;
  margin-bottom: -10px;
}

@media all and (max-width: 700px) {
  .filter__title {
    padding: 0 30px;
  }
}

.filter__btn {
  width: 100%;
}

@media all and (max-width: 700px) {
  .filter__btn {
    max-width: 300px;
    padding-left: 30px !important;
  }
}

.btn {
  border: 0;
  height: 50px;
  min-width: 150px;
  display: inline-block;
  color: #fff;
  padding: 14px 23px;
  font-size: 20px;
  line-height: 1;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background: #ffb1d3;
  background: -webkit-gradient(linear, left top, right top, from(#ffb1d3), to(#ff8181));
  background: linear-gradient(to right, #ffb1d3 0%, #ff8181 100%);
  text-align: center;
  font-family: 'Cormora'
}

@media all and (max-width: 1200px) {
  .btn {
    font-size: 18px;
    padding: 15px 23px;
  }
}

@media all and (max-width: 970px) {
  .btn {
    height: 40px;
    min-width: 120px;
    padding: 10px 23px;
  }
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  background: #ffb1d3;
  background: -webkit-gradient(linear, right top, left top, from(#ffb1d3), to(#ff8181));
  background: linear-gradient(to left, #ffb1d3 0%, #ff8181 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb1d3', endColorstr='#ff8181',GradientType=1 );
}

.btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.btn span {
  position: relative;
}

h1.title-sec {
  font-size: 64px;
}

.title-sec {
  font-size: 60px;
  line-height: 65px;
  font-family: "Cormora-italic";
}

@media all and (max-width: 1200px) {
  .title-sec {
    font-size: 55px;
    line-height: 60px;
  }
  
    h1.title-sec {
        font-size: 60px;
    }
}

@media all and (max-width: 970px) {
  .title-sec {
    font-size: 40px;
    line-height: 45px;
  }
  
    h1.title-sec {
        font-size: 44px;
    }
}

@media all and (max-width: 700px) {
  .title-sec {
    font-size: 30px;
    line-height: 35px;
  }
  h1.title-sec {
   font-size: 34px;
  }
}

.title-sec:after {
  content: '';
  width: 50px;
  height: 4px;
  background: #ff839c;
  display: block;
  margin: 20px 0 80px;
}

@media all and (max-width: 1200px) {
  .title-sec:after {
    margin: 18px 0 72px;
  }
}

@media all and (max-width: 970px) {
  .title-sec:after {
    margin: 16px 0 64px;
    width: 40px;
    height: 3px;
  }
}

@media all and (max-width: 700px) {
  .title-sec:after {
    margin: 14px 0 56px;
    width: 30px;
    height: 3px;
  }
}

.title-sec--404 {
  font-size: 197px;
}

@media all and (max-width: 700px) {
  .title-sec--404 {
    font-size: 100px;
  }
}

.title-sec--404:after {
  margin-top: 30px;
}

.kurer {
  position: relative;
  padding-bottom: 160px;
}

.kurer .kurer-img{
    position: absolute;
    top: -385px;
    /* left: -185px; */
    right: 82%;
    width: 572px;
}

@media all and (max-width: 1200px) {
  .kurer .kurer-img {
      display: none;
  }
}

.kurer .title-sec:after {
  margin-bottom: 25px;
}

.kurer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 190px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 40px;
}

@media all and (max-width: 1200px) {
  .kurer .row {
    padding-left: 0;
  }
}

.kurer .col:first-child {
  width: 45%;
}

@media all and (max-width: 970px) {
  .kurer .col:first-child {
    width: 50%;
  }
}

.kurer .col:last-child {
  width: 440px;
}

@media all and (max-width: 970px) {
  .kurer .col:last-child {
    width: 50%;
  }
}

@media all and (max-width: 700px) {
  .kurer .col {
    width: 100% !important;
  }
}

.kurer--2 .col:first-child {
  width: 50%;
}

@media all and (max-width: 970px) {
  .kurer--2 .col:first-child {
    width: 50%;
  }
}

.kurer__inner {
  position: relative;
  z-index: 0;
}

@media all and (max-width: 700px) {
  .kurer__inner {
    margin-top: 72px;
  }
}

.kurer__inner img {
  max-width: 410px;
  display: block;
  width: auto;
  min-width: 410px;
}

@media all and (max-width: 970px) {
  .kurer__inner img {
    max-width: 300px;
    min-width: 300px;
    width: auto;
  }
}

@media all and (max-width: 700px) {
  .kurer__inner img {
    max-width: 500px;
    min-width: 500px;
  }
}

@media all and (max-width: 480px) {
  .kurer__inner img {
    max-width: 280px;
    min-width: 280px;
  }
}

.kurer__man {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: .1s all ease;
  transition: .1s all ease;
}

.kurer__man img {
  margin: 0 auto;
  position: absolute;
  left: 0;
}

.preim {
  position: relative;
  font-family: "Cormora-italic";
}

.preim .preim-img {
    position: absolute;
    width: 460px;
    right: -145px;
    bottom: 55px;
    z-index: -1;
}

@media all and (max-width: 1400px) {
  .preim .preim-img {
      right: -240px;
  }
}

@media all and (max-width: 1200px) {
  .preim .preim-img {
      display: none;
  }
}

.preim .col {
  width: 33.3333%;
}

@media all and (max-width: 700px) {
  .preim .col {
    width: 100%;
    margin-bottom: 50px;
  }
  .preim .col:last-child {
    margin-bottom: 0;
  }
}

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


@media all and (max-width: 700px) {
  .preim__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.preim__img {
  width: 125px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media all and (max-width: 970px) {
  .preim__img {
    width: 100px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 700px) {
  .preim__img {
    width: 100px;
    margin-bottom: 0;
  }
}

.preim__img img {
  display: block;
  max-height: 110px;
}

@media all and (max-width: 970px) {
  .preim__img img {
    max-height: 90px;
  }
}

.preim__text {
  padding-left: 24px;
  padding-right: 15px;
}

@media all and (max-width: 970px) {
  .preim__text {
    font-size: 16px;
    padding-left: 15px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}

@media all and (max-width: 1200px) {
  .pb-160 {
    padding-bottom: 144px;
  }
}

@media all and (max-width: 970px) {
  .pb-160 {
    padding-bottom: 128px;
  }
}

@media all and (max-width: 700px) {
  .pb-160 {
    padding-bottom: 112px;
  }
}

.h-160 {
  height: 160px;
}

@media all and (max-width: 1200px) {
  .h-160 {
    height: 144px;
  }
}

@media all and (max-width: 970px) {
  .h-160 {
    height: 128px;
  }
}

@media all and (max-width: 700px) {
  .h-160 {
    height: 112px;
  }
}

.h-80 {
  height: 80px;
}

@media all and (max-width: 1200px) {
  .h-80 {
    height: 72px;
  }
}

@media all and (max-width: 970px) {
  .h-80 {
    height: 64px;
  }
}

@media all and (max-width: 700px) {
  .h-80 {
    height: 56px;
  }
}

.h-60 {
  height: 60px;
}

@media all and (max-width: 1200px) {
  .h-60 {
    height: 54px;
  }
}

@media all and (max-width: 970px) {
  .h-60 {
    height: 48px;
  }
}

@media all and (max-width: 700px) {
  .h-60 {
    height: 42px;
  }
}

.h-36 {
  height: 36px;
}

@media all and (max-width: 1200px) {
  .h-36 {
    height: 32.4px;
  }
}

@media all and (max-width: 970px) {
  .h-36 {
    height: 28.8px;
  }
}

@media all and (max-width: 700px) {
  .h-36 {
    height: 25.2px;
  }
}

.h-20 {
  height: 20px;
}

@media all and (max-width: 1200px) {
  .h-20 {
    height: 18px;
  }
}

@media all and (max-width: 970px) {
  .h-20 {
    height: 16px;
  }
}

@media all and (max-width: 700px) {
  .h-20 {
    height: 14px;
  }
}

.arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -12px 0;
}

@media all and (max-width: 700px) {
  .arrows {
    margin: 0 -9px;
  }
}

.prev, .next {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  min-width: 50px;
  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;
  line-height: 1;
  cursor: pointer;
  margin: 0 12px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  opacity: .9;
}

@media all and (max-width: 970px) {
  .prev, .next {
    width: 40px;
    height: 40px;
    min-width: unset;
  }
}

@media all and (max-width: 700px) {
  .prev, .next {
    margin: 0 6px;
  }
}

.prev span, .next span {
  display: block;
  height: 17px;
}

@media all and (max-width: 970px) {
  .prev span, .next span {
    height: 19px;
  }
}

.prev .icon, .next .icon {
  width: 23px;
  height: 17px;
}

@media all and (max-width: 970px) {
  .prev .icon, .next .icon {
    width: 15px;
    height: 11px;
  }
}

.prev .icon *, .next .icon * {
  fill: #fff;
}

.next .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.happy-get__wrapper {
  margin: 0 -20px;
}

@media all and (max-width: 700px) {
  .happy-get__wrapper {
    margin: 0 -5px;
  }
}

.happy-get__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media all and (max-width: 700px) {
  .happy-get__nav {
    padding: 0 5px;
  }
}

.happy-get__item {
  padding: 0 20px;
  overflow: hidden;
}

@media all and (max-width: 700px) {
  .happy-get__item {
    padding: 0 5px;
  }
}

.happy-get__item--1 .happy-get__img {
  margin-left: 38px;
}

.happy-get__inner {
  position: relative;
  max-height: 350px;
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

.happy-get__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: '';
  z-index: 2;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}

.happy-get__img:before {
  left: -999px;
  background: #fff;
  height: 100%;
  width: 1000px;
  content: '';
  position: absolute;
  top: 0;
}

.happy-get__img:after {
  right: -999px;
  background: #fff;
  height: 100%;
  width: 1000px;
  content: '';
  position: absolute;
  top: 0;
}

.happy-get__img-main {
  position: relative;
}

.happy-get__img-main img {
  width: auto;
  display: block;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.happy-get__img-main:before {
  left: 0;
  background: #fff;
  height: 1000px;
  width: 100%;
  content: '';
  position: absolute;
  top: -999px;
  z-index: 4;
}

.happy-get__img-main:after {
  left: 0;
  background: #fff;
  height: 1000px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -999px;
  z-index: 4;
}

.happy-get__first {
  width: 110px;
  height: 220px;
  position: absolute;
  z-index: 3;
  left: -20px;
  bottom: 20px;
  background: url(../img/flow1.svg) no-repeat;
}

@media all and (max-width: 700px) and (min-width: 480px) {
  .happy-get__first {
    width: 70px;
    height: 130px;
    left: -7px;
  }
}

@media all and (max-width: 480px) {
  .happy-get__first {
    width: 90px;
    height: 160px;
    left: -7px;
  }
}

.happy-get__two {
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 3;
  left: 60px;
  bottom: -60px;
  background: url(../img/flow2.svg) no-repeat;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

@media all and (max-width: 970px) {
  .happy-get__two {
    bottom: -45px;
  }
}

@media all and (max-width: 700px) and (min-width: 480px) {
  .happy-get__two {
    width: 110px;
    height: 110px;
    bottom: -26px;
    left: 40px;
  }
}

@media all and (max-width: 480px) {
  .happy-get__two {
    width: 130px;
    height: 130px;
    bottom: -30px;
  }
}

.reviews {
  background: url(../img/bg_4.svg) left bottom 30px/203px auto no-repeat;
}

@media all and (max-width: 1200px) {
  .reviews {
    background: url(../img/bg_4.svg) left -100px bottom 30px/203px auto no-repeat;
  }
}

@media all and (max-width: 700px) {
  .reviews {
    background: url(../img/bg_4.svg) left -170px bottom 30px/203px auto no-repeat;
  }
}

.reviews__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -60px;
}

.reviews__item {
  width: 33.3333%;
  padding: 0 60px;
}

@media all and (max-width: 970px) {
  .reviews__item:last-child {
    display: none;
  }
}

@media all and (max-width: 970px) {
  .reviews__item {
    width: 50%;
    max-width: 50%;
  }
}

@media all and (max-width: 700px) {
  .reviews__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .reviews__item:last-child {
    margin-bottom: 0;
    display: block;
  }
}

.reviews__img {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 4px solid #222336;
  padding-bottom: 24px;
  height: 133px;
}

.reviews__img img {
  display: block;
  width: 100%;
}

.reviews__number {
  font-size: 80px;
  font-family: "Cormora-italic";
  position: absolute;
  bottom: 36px;
  line-height: 1;
}

@media all and (max-width: 700px) {
  .reviews__number {
    font-size: 60px;
  }
}

.reviews__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.reviews__name {
  font-size: 30px;
  font-family: "Cormora-bold";
}

.reviews__date {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 16px;
}

.instagram {
  position: relative;
}

.instagram:after {
  content: '';
  width: 435px;
  height: 807px;
  background: url(../img/bg_5.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: -380px;
}

@media all and (max-width: 1600px) {
  .instagram:after {
    right: -300px;
  }
}

@media all and (max-width: 1200px) {
  .instagram:after {
    right: -300px;
  }
}

.instagram .happy-get__slider {
  padding-top: 10px;
}

@media all and (max-width: 700px) {
  .instagram .happy-get__slider {
    margin: 0;
  }
}

.instagram .happy-get__item {
  padding: 0 20px;
}

@media all and (max-width: 700px) {
  .instagram .happy-get__item {
    padding: 0 5px;
  }
}

.instagram__img {
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

.instagram__img:hover {
  -webkit-box-shadow: 0 0 4px 0 rgba(176, 166, 154, 0.48);
  box-shadow: 0 0 4px 0 rgba(176, 166, 154, 0.48);
}

.instagram__img:hover .instagram__glow {
  -webkit-transform: rotate(45deg) translate(450%, 0);
  transform: rotate(45deg) translate(450%, 0);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media all and (max-width: 480px) {
  .instagram__img {
    margin-bottom: 10px;
  }
}

.instagram__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.instagram__glow {
  display: block;
  position: absolute;
  width: 40%;
  height: 200%;
  background: rgba(255, 242, 245, 0.3);
  top: 0;
  right: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(45deg) translate(-450%, 0);
  transform: rotate(45deg) translate(-450%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}

.map {
  height: 600px;
  background: #000;
  width: 100%;
}

@media all and (max-width: 1200px) {
  .map {
    height: 500px;
  }
}

@media all and (max-width: 700px) {
  .map {
    height: 350px;
  }
}

.footer {
  padding-bottom: 220px;
  background: url(../img/footer_2.svg) center top 100%/100% auto no-repeat;
}

@media all and (max-width: 970px) {
  .footer {
    padding-bottom: 130px;
    background: url(../img/footer_2.svg) center top 100%/1500px auto no-repeat;
    display: none;
  }
}

@media all and (max-width: 700px) {
  .footer {
    padding-bottom: 100px;
  }
}

.footer--bg {
  background: url(../img/footer_2.svg) center top 100%/100% auto no-repeat, url(../img/footer_1.svg) center top/cover no-repeat;
  
  padding-top: 120px;
}

@media all and (max-width: 1600px) {
  .footer--bg {
    background: url(../img/footer_2.svg) center top 100%/100% auto no-repeat, url(../img/footer_1.svg) left -116px top/cover no-repeat;
    /* background: url(../img/footer_2.svg) center top 100%/100% auto no-repeat; */
  }
}

@media all and (max-width: 1300px) {
  .footer--bg {
    background: url(../img/footer_2.svg) center top 100%/1500px auto no-repeat, url(../img/footer_1.svg) center top/auto 100% no-repeat;
    /* background: url(../img/footer_2.svg) center top 100%/1500px auto no-repeat; */
  }
}

.footer--mobile {
  display: none;
}

@media all and (max-width: 970px) {
  .footer--mobile {
    display: block;
  }
}

@media all and (max-width: 970px) {
  .footer--mobile.footer-bg {
    background: url(../img/footer_2.svg) center top 100%/1500px auto no-repeat, url(../img/footer_1.svg) center top/auto 100% no-repeat;
    padding-top: 100px;
  }
}

.footer__row1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media all and (max-width: 970px) {
  .footer__row1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__row1 a {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 300;
  padding: 2px 5px;
  margin: 0 -5px;
}

@media all and (max-width: 1200px) {
  .footer__row1 a {
    font-size: 14px;
  }
}

@media all and (max-width: 700px) {
  .footer__row1 a {
    font-size: 12px;
  }
}

.footer__row1 a:hover {
  background: #fff2f5;
}

@media all and (max-width: 700px) {
  .footer__row1 .footer__item:nth-child(1), .footer__row1 .footer__item:nth-child(3) {
    display: none;
  }
}

.footer__item {
  width: 25%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.footer__item--big {
  width: 30%;
}

.footer__item--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media all and (max-width: 970px) {
  .footer__item--right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media all and (max-width: 970px) {
  .footer__item {
    width: 50%;
    margin-bottom: 0px;
  }
}

@media all and (max-width: 700px) {
  .footer__item {
    width: 100%;
  }
}

.footer__info {
  margin-bottom: 30px;
}

@media all and (max-width: 1200px) {
  .footer__info {
    margin-bottom: 26px;
  }
}

@media all and (max-width: 970px) {
  .footer__info {
    margin-bottom: 22px;
  }
}

@media all and (max-width: 700px) {
  .footer__info {
    margin-bottom: 18px;
  }
}

.footer__info:last-child {
  margin-bottom: 0;
}

.footer__info:last-child .footer__adres {
  margin-bottom: 0;
}

@media all and (max-width: 700px) {
  .footer__info--phone, .footer__info--time {
    width: 50%;
    float: left;
  }
  .footer__info--phone .footer__adres, .footer__info--time .footer__adres {
    line-height: 1.75;
  }
}

.footer__title {
  margin-bottom: 5px;
  font-family: "Cormora-bold" !important;
  font-size: 20px !important;
  display: inline-block;
}

@media all and (max-width: 1200px) {
  .footer__title {
    font-size: 18px !important;
  }
}

@media all and (max-width: 970px) {
  .footer__title {
    font-size: 17px !important;
  }
}

.footer__list {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 15px;
  line-height: 2.2;
}

@media all and (max-width: 1200px) {
  .footer__list {
    font-size: 14px;
  }
}

@media all and (max-width: 700px) {
  .footer__list {
    font-size: 12px;
  }
}

.footer__adres {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 15px;
  line-height: 2.2;
  margin-bottom: 30px;
}

@media all and (max-width: 1200px) {
  .footer__adres {
    margin-bottom: 26px;
    font-size: 14px;
  }
}

@media all and (max-width: 970px) {
  .footer__adres {
    margin-bottom: 22px;
  }
}

@media all and (max-width: 700px) {
  .footer__adres {
    margin-bottom: 18px;
    font-size: 12px;
  }
}

.footer__copyrate {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}

@media all and (max-width: 1200px) {
  .footer__copyrate {
    font-size: 12px;
  }
}

@media all and (max-width: 970px) {
  .footer__copyrate {
    font-size: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 18px;
  }
}

@media all and (max-width: 700px) {
  .footer__copyrate {
    font-size: 12px;
  }
}

@media all and (max-width: 700px) {
  .footer__copyrate .footer__item:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
}

@media all and (max-width: 970px) {
  .footer__copyrate .footer__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__copyrate .footer__item:first-child .footer__create {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__copyrate .footer__item:first-child .copyrate {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__copyrate .footer__item:first-child > a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

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

.footer__create span {
  margin: 0 10px 0 4px;
}

.footer .copyrate {
  margin: 16px 0;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}

@media all and (max-width: 970px) {
  .social {
    margin: 0 -10px;
  }
}

.social li {
  padding: 0 15px;
}

@media all and (max-width: 970px) {
  .social li {
    padding: 0 10px;
  }
}

.social__ok {
  width: 44px;
  height: 44px;
  background: url(../img/stain_1.svg) center/contain no-repeat;
  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;
}

@media all and (max-width: 1200px) {
  .social__ok {
    width: 32px;
    height: 32px;
  }
}

.social__ok .icon {
  width: 25px;
  height: 25px;
}

@media all and (max-width: 1200px) {
  .social__ok .icon {
    width: 17px;
    height: 17px;
  }
}

.social__ok .icon * {
  fill: #fff;
}

.social__vk {
  width: 44px;
  height: 44px;
  background: url(../img/stain_2.svg) center/contain no-repeat;
  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;
}

@media all and (max-width: 1200px) {
  .social__vk {
    width: 32px;
    height: 32px;
  }
}

.social__vk .icon {
  width: 25px;
  height: 13px;
}

@media all and (max-width: 1200px) {
  .social__vk .icon {
    width: 17px;
    height: 10px;
  }
}

.social__vk .icon * {
  fill: #fff;
}

.social__insta {
  width: 44px;
  height: 44px;
  background: url(../img/stain_3.svg) center/contain no-repeat;
  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;
}

@media all and (max-width: 1200px) {
  .social__insta {
    width: 32px;
    height: 32px;
  }
}

.social__insta .icon {
  width: 23px;
  height: 23px;
}

@media all and (max-width: 1200px) {
  .social__insta .icon {
    width: 17px;
    height: 17px;
  }
}

.social__insta .icon * {
  fill: #fff;
}

.social a:hover {
  opacity: .7;
}

.h1 {
  font-size: 60px;
  line-height: 65px;
}

@media all and (max-width: 1200px) {
  .h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media all and (max-width: 970px) {
  .h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media all and (max-width: 700px) {
  .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.h2 {
  font-size: 40px;
  line-height: 50px;
}

@media all and (max-width: 1200px) {
  .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media all and (max-width: 970px) {
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media all and (max-width: 700px) {
  .h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.h3 {
  font-size: 30px;
  line-height: 40px;
}

@media all and (max-width: 1200px) {
  .h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media all and (max-width: 970px) {
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media all and (max-width: 700px) {
  .h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.h3--bold {
  font-family: "Cormora-bold";
}

.breadcrumbs .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-family: "Montserrat";
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 1200px) {
  .breadcrumbs__list {
    font-size: 14px;
  }
}

@media all and (max-width: 700px) {
  .breadcrumbs__list {
    font-size: 12px;
  }
}

.breadcrumbs__list li {
  color: #ff849c;
}

.breadcrumbs__list li:after {
  content: '/';
  margin: 0 12px;
  color: #222336;
}

.breadcrumbs__list li:last-child:after {
  content: none;
}

.breadcrumbs__list li a {
  color: #222336;
  display: inline-block;
  padding: 0 5px;
}

@media all and (max-width: 700px) {
  .breadcrumbs__list li a {
    padding: 0;
  }
}

.breadcrumbs__list li a:hover {
  background: #fff2f5;
}

@media all and (max-width: 700px) {
  .breadcrumbs .sort {
    display: none;
  }
}

.sort__btn {
  cursor: pointer;
}

@media all and (max-width: 480px) {
  .sort__btn {
    font-size: 14px;
  }
}

.sort__btn .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 11px;
  height: 8px;
  margin-left: 5px;
}

.sort__link {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.sort__link:hover {
  background: #fff2f5;
}

.txt2 {
  font-size: 15px;
  font-family: "Montserrat";
  line-height: 22px;
}

@media all and (max-width: 1200px) {
  .txt2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media all and (max-width: 700px) {
  .txt2 {
    font-size: 12px;
  }
}

.pagination {
  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;
}

.pagination li {
  margin: 0 8px;
}

.pagination a {
  font-size: 16px;
  font-family: "Montserrat";
  padding: 5px 10px;
  display: block;
}

.pagination a:hover {
  background: #fff2f5;
}

.pagination__current {
  font-family: "Cormora-italic";
  font-size: 80px;
  line-height: 40px;
  margin-top: -15px;
}

.single__gallery {
  width: 50%;
}

@media all and (max-width: 700px) {
  .single__gallery {
    width: 100%;
  }
}

.single__gallery-inner {
  max-width: 490px;
}

@media all and (max-width: 1200px) {
  .single__gallery-inner {
    padding-right: 20px;
  }
}

@media all and (max-width: 700px) {
  .single__gallery-inner {
    padding-right: 0;
  }
}

.single__gallery-top .gallery-item {
  /* max-height: 460px; */
  max-height: 545px;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single__gallery-top img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.single__gallery-bottom {
  padding: 5px 0;
}

.single__gallery-bottom .swiper-slide-thumb-active {
  background: #fff;
}

.single__gallery-bottom .swiper-slide-thumb-active img {
  opacity: .5;
}

.single__gallery-bottom .gallery-item img {
  display: block;
}

.single__info {
  width: 50%;
}

@media all and (max-width: 700px) {
  .single__info {
    width: 100%;
    margin-top: 30px;
  }
}

.single__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.single__title:after {
  margin-bottom: 0;
}

.single .h3 {
  font-family: "Cormora-bold";
  line-height: .4;
}

.single__desc, .single__list {
  margin: -8px 0;
}

.single__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.single__count .select {
  margin-left: 15px;
}

.single hr {
  border: .5px solid #d3d3d7;
  margin: 0;
}

.single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single__price {
  /* line-height: .6; */
  line-height: 1;
  margin-top: -12px;
}

.single__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px 0 25px;
}

.single__basket .plus {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  font-size: 30px;
  font-family: "Montserrat";
  border-radius: 50%;
  margin-left: 15px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
    .single__price{
        width: 100%;
    }
    .single__nav{
        flex-wrap: wrap;
    }
    .occm-button{
        margin-top: 20px;
    }
    .single__basket{
        margin-top: 20px;
    }
}

@media all and (max-width: 970px) {
  .single__basket .plus {
    width: 30px;
    height: 30px;
  }
}

.single .preim .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media all and (max-width: 970px) {
  .single .preim .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single .preim .col {
  width: auto;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media all and (max-width: 970px) {
  .single .preim .col {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 970px) {
  .single .preim .col:last-child {
    margin-bottom: 0;
  }
}

.single .preim__img {
  width: 120px;
}

@media all and (max-width: 1200px) {
  .single .preim__img {
    width: 80px;
  }
}

.single .preim__text {
  padding-right: 0;
}

.also-nice .swiper-container {
  padding: 10px 0;
}

.select {
  border: 0;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 300;
  padding-left: 10px;
  height: auto;
  line-height: 1;
  float: none;
  display: inline-block;
}

@media all and (max-width: 1200px) {
  .select {
    font-size: 14px;
  }
}

@media all and (max-width: 700px) {
  .select {
    font-size: 12px;
  }
}

.select:after {
  content: '';
  background: url(../img/arrow.svg) center/contain no-repeat;
  border: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  margin-top: -8px;
}

.select.disabled {
  opacity: .6;
}

.select.disabled:after {
  opacity: .6;
}

.select .list {
  -webkit-box-shadow: 0 0 13px 0 rgba(176, 166, 154, 0.36);
  box-shadow: 0 0 13px 0 rgba(176, 166, 154, 0.36);
  min-width: 100%;
  margin-top: 15px;
  z-index: 10;
}

.select .list li {
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Montserrat";
}

.select .list li:hover, .select .list li.selected {
  background: #fff2f5 !important;
}

.select .list li.selected {
  font-weight: 400 !important;
}

.check__title {
  position: relative;
}

.check__title:before {
  width: 27px;
  height: 27px;
  content: '';
  background: url(../img/hover.svg) left center/contain no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  left: -8px;
}

.check__title span {
  position: relative;
}

.check input {
  display: none;
}

.check__item {
  position: relative;
  cursor: pointer;
  font-weight: 300;
  padding: 10px 20px;
  display: block;
}

.check__item input:checked + .check__title:before {
  opacity: .3;
}

@media all and (max-width: 970px) {
  .gallery .row {
    margin: 0 -8px;
  }
}

@media all and (max-width: 700px) {
  .gallery .row {
    margin: 0 -7px;
  }
}

.gallery__item {
  width: 33.333%;
}

@media all and (max-width: 970px) {
  .gallery__item {
    padding: 0 8px;
  }
}

@media all and (max-width: 700px) {
  .gallery__item {
    padding: 0 7px;
  }
}

.gallery__img {
  display: block;
}

.gallery__img img {
  display: block;
}

.blik {
  position: relative;
  overflow: hidden;
}

.blik:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: rotate(45deg) translate(-450%, 0);
  transform: rotate(45deg) translate(-450%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blik:hover {
  -webkit-box-shadow: 0 0 4px 0 rgba(176, 166, 154, 0.48);
  box-shadow: 0 0 4px 0 rgba(176, 166, 154, 0.48);
}

.blik:hover:before {
  -webkit-transform: rotate(45deg) translate(450%, 0);
  transform: rotate(45deg) translate(450%, 0);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.checkout-menu {
  max-width: 1300px;
}

.checkout-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff2f5;
  border-radius: 40px;
  height: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 1200px) {
  .checkout-menu__list {
    height: 72px;
  }
}

@media all and (max-width: 970px) {
  .checkout-menu__list {
    height: 64px;
  }
}

@media all and (max-width: 970px) {
  .checkout-menu__list {
    height: 45px;
  }
}

.checkout-menu__list li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-menu__list li:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/arrow.svg) center/contain no-repeat;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 10px;
}

@media all and (max-width: 1200px) {
  .checkout-menu__list li:after {
    margin: 0 5px;
  }
}

@media all and (max-width: 970px) {
  .checkout-menu__list li:after {
    content: none;
  }
}

@media all and (max-width: 700px) {
  .checkout-menu__list li:after {
    content: '';
    margin: 0 3px;
  }
}

.checkout-menu__list li:last-child:after {
  content: none;
}

.checkout-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  height: 100%;
  border-radius: 40px;
}

@media all and (max-width: 1200px) {
  .checkout-menu__item {
    padding: 0 15px;
  }
}

@media all and (max-width: 700px) {
  .checkout-menu__item {
    padding: 0 10px;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.checkout-menu__item.active, .checkout-menu__item:hover {
  background: rgba(255, 132, 156, 0.1);
}

.checkout-menu__item span {
  margin-right: 15px;
  margin-top: -13px;
  font-family: "Cormora-italic";
}

@media all and (max-width: 1200px) {
  .checkout-menu__item span {
    margin-right: 10px;
  }
}

@media all and (max-width: 970px) {
  .checkout-menu__item span {
    margin-top: -6px;
  }
}

@media all and (max-width: 700px) {
  .checkout-menu__item span {
    margin-right: 0;
    margin-top: -9px;
  }
}

@media all and (max-width: 970px) {
  .checkout-menu__item .h1 {
    font-size: 32px;
  }
}

@media all and (max-width: 1200px) {
  .checkout-menu__item div {
    font-size: 17px;
  }
}

@media all and (max-width: 970px) {
  .checkout-menu__item div {
    font-size: 15px;
  }
}

@media all and (max-width: 700px) {
  .checkout-menu__item div {
    display: none;
  }
}

textarea {
  width: 100%;
}

.checkout .input {
  margin-top: -29px;
}

.checkout__row .col {
  width: 50%;
}

@media all and (max-width: 480px) {
  .checkout__row .col {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 480px) {
  .checkout__row-contacts .col {
    width: 100%;
    margin-bottom: 0 !important;
  }
}

@media all and (max-width: 480px) {
  .checkout__row-contacts .btn {
    margin-top: -7px;
  }
}

.checkout__row2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media all and (max-width: 1200px) {
  .checkout__row2 .col {
    width: 100%;
  }
}

@media all and (max-width: 700px) {
  .checkout__row2 .col {
    margin-bottom: 30px;
  }
}

.checkout__select {
  font-family: "Montserrat";
  font-weight: 300;
}

.checkout__select .font-main {
  font-family: "Cormora-bold";
}

.checkout__select-padding .select {
  padding-left: 0;
}

@media all and (max-width: 700px) {
  .checkout .check__item {
    padding: 10px 0;
  }
}

.basket__item .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__item .col {
  width: 25%;
}

.basket__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width: 700px) {
  .basket__img {
    width: 50% !important;
  }
}

.basket__img img {
  display: block;
}

.basket__img-inner {
  display: inline-block;
  position: relative;
}

.basket__remove, .basket__plus, .basket__minus {
  position: absolute;
  top: 0;
  background: #fff2f5;
  font-weight: 300;
  font-family: "Montserrat";
  font-size: 15px;
  z-index: 11;
  width: 18px;
  height: 18px;
  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;
  padding-bottom: 4px;
  cursor: pointer;
}

.basket__remove:hover, .basket__plus:hover, .basket__minus:hover {
  background: #ff849c;
}

@media all and (max-width: 700px) {
  .basket__title {
    width: 50% !important;
  }
}

.basket__title .h3 {
  margin-bottom: 15px;
}

.basket .h3 {
  font-family: "Cormora-bold";
}

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

@media all and (max-width: 970px) {
  .basket__calculate {
    width: 27% !important;
  }
}

@media all and (max-width: 700px) {
  .basket__calculate {
    width: auto !important;
    margin-top: 30px;
  }
}

.basket__calculate input {
  width: 30px;
  height: 30px;
  text-align: center;
  font: 300 16px/1 "Montserrat";
  border: 0;
  margin-left: -6px;
}

@media all and (max-width: 1200px) {
  .basket__calculate input {
    font-size: 14px;
  }
}

.basket__plus, .basket__minus {
  position: relative;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 30px;
}

.basket__price {
  margin-top: -6px;
}

.basket__umnoj {
  margin: 0 82px 0 20px;
}

@media all and (max-width: 970px) {
  .basket__umnoj {
    margin: 0 30px 0 15px;
  }
}

.basket__umnoj, .basket__ravno {
  font: 300 16px/1 "Montserrat";
}

.basket__itogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media all and (max-width: 970px) {
  .basket__itogo {
    width: 23% !important;
  }
}

@media all and (max-width: 700px) {
  .basket__itogo {
    width: auto !important;
    margin-top: 27px;
  }
}

.basket__ravno {
  margin-right: 60px;
}

@media all and (max-width: 970px) {
  .basket__ravno {
    margin-right: 30px;
  }
}

@media all and (max-width: 700px) {
  .basket__ravno {
    margin-left: 10px;
    margin-right: 25px;
  }
}

.basket hr {
  border: 1px solid #222336;
}

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

.itogo .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.itogo__min {
  width: 50%;
  color: #ff849c;
}

@media all and (max-width: 700px) {
  .itogo__min {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.itogo__min .txt2 {
  font-weight: 500 !important;
  padding-top: 10px;
}

.itogo__cost {
  width: 25%;
}

@media all and (max-width: 700px) {
  .itogo__cost {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.itogo__itogo {
  width: 25%;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media all and (max-width: 700px) {
  .itogo__itogo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin: 8px 0 18px;
  }
  .itogo__itogo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .itogo__itogo div .h1 {
    font-family: "Cormora-bold";
    font-size: 24px;
  }
}

.itogo__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media all and (max-width: 700px) {
  .itogo__price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
  }
}

.itogo__price span {
  width: 140px;
}

@media all and (max-width: 970px) {
  .itogo__price span {
    width: 80px;
  }
}

.itogo .txt2 {
  font-weight: 300;
}

.itogo .h1 {
  font-family: "Cormora-italic";
  line-height: .5;
}

.itogo .h3 {
  font-weight: "Cormora-bold";
}

.input {
  width: 400px;
  overflow: hidden;
}

@media all and (max-width: 970px) {
  .input {
    width: 270px;
  }
}

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

.input__desc {
  font-weight: 300;
  font-size: 14px;
  margin-top: 6px;
}

@media all and (max-width: 700px) {
  .input__desc {
    font-size: 12px;
  }
}

.input {
  position: relative;
  z-index: 1;
  display: block;
  vertical-align: top;
}

.input__field {
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  padding: 0 0 6px;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  color: #6a7989;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0;
  font-family: "Cormora-bold";
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
}

/* Individual styles */
/* Isao */
.input__field--isao {
  z-index: 10;
  width: 100%;
  background: transparent;
  color: #222336;
}

.input__label--isao {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  color: #222336;
  text-align: left;
}

.input__label--isao::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #222336;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--isao::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  color: #ff849c;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  pointer-events: none;
}

.input__field:focus + .input__label::before {
  background-color: #222336;
  height: 4px;
}

.input__field--isao:focus + .input__label--isao {
  pointer-events: none;
}

.input__field--isao:focus + .input__label--isao::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__label-content--isao {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field--isao:focus + .input__label--isao .input__label-content--isao {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.reviews-form .input {
  width: 100%;
}

.reviews-page {
  background: url(../img/bg_3.svg) right -70px top -100px/400px auto no-repeat;
  position: relative;
}

@media all and (max-width: 1600px) {
  .reviews-page {
    background-position: right -170px top -100px;
  }
}

@media all and (max-width: 1200px) {
  .reviews-page {
    background-position: right -360px top -100px;
  }
}

.reviews-page:before {
  content: '';
  width: 400px;
  height: 1000px;
  background: url(../img/bg_2.svg) center top/390px auto no-repeat;
  position: absolute;
  top: 650px;
  left: -250px;
  opacity: .6;
  z-index: -1;
}

@media all and (max-width: 1200px) {
  .reviews-page:before {
    left: -350px;
  }
}

.reviews-page__wrapper {
  max-width: 850px;
  margin-bottom: -40px;
}

@media all and (max-width: 1200px) {
  .reviews-page__wrapper {
    max-width: 100%;
  }
}

.reviews-page__wrapper p {
  margin-bottom: 30px;
}

.reviews-page__item {
  border-top: 2px solid #222336;
}

.reviews-page__item .h3 {
  font-family: "Cormora-bold";
  margin: -5px 0 -15px;
}

.reviews-page__desc {
  margin-bottom: -10px;
}

.reviews-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 480px) {
  .reviews-page .checkout__row .col {
    margin-bottom: 15px;
  }
}

@media all and (max-width: 480px) {
  .reviews-form {
    margin-top: -14px;
  }
}

.reviews-form .btn {
  padding-top: 14px;
  padding-bottom: 10px;
}

@media all and (max-width: 970px) {
  .reviews-form .btn {
    padding-top: 9px !important;
  }
}

@media all and (max-width: 480px) {
  .reviews-form .btn {
    margin-top: 0px;
  }
}

@media all and (max-width: 480px) {
  .reviews-form .h-36 {
    display: none;
  }
}

.contacts {
  background: url(../img/girl.svg) top right -70px/1049px 784px no-repeat;
}

@media all and (max-width: 1600px) {
  .contacts {
    background-position: top right -200px;
  }
}

@media all and (max-width: 1200px) {
  .contacts {
    background-position: top right -400px;
  }
}

@media all and (max-width: 970px) {
  .contacts {
    background-position: top right -600px;
  }
}

@media all and (max-width: 700px) {
  .contacts {
    background-position: top right -750px;
  }
}

@media all and (max-width: 480px) {
  .contacts {
    background-position: top right -850px;
  }
}

.page-404 {
  min-height: 100vh;
  background-position: center right;
  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;
}

@media all and (max-width: 1600px) {
  .page-404 {
    background-position: center right -200px;
  }
}

@media all and (max-width: 1200px) {
  .page-404 {
    background-position: center right -425px;
  }
}

@media all and (max-width: 970px) {
  .page-404 {
    background-position: center right -585px;
  }
}

@media all and (max-width: 700px) {
  .page-404 {
    background-position: center right -750px;
  }
}

@media all and (max-width: 480px) {
  .page-404 {
    background-position: center right -850px;
  }
}

.page-404 .reviews-page__wrapper {
  margin-top: -50px;
}

@media all and (max-width: 970px) {
  .page-404 .reviews-page__wrapper {
    margin-top: -30px;
  }
}

.page-404 p {
  display: block;
  max-width: 400px;
}

@media all and (max-width: 970px) {
  .page-404 p {
    max-width: 300px;
  }
}

@media all and (max-width: 700px) {
  .page-404 .btn {
    margin-top: 0px;
  }
}

.datepicker {
  color: #222336;
}

.datepicker--day-name {
  color: #ff849c;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  background: #ff849c !important;
  color: #222336;
}

.main-account table{
    width: 100%;
}



.main-account .buttons{
    margin-top: 60px;
}

.main-account .text-right{
    text-align: right;
}


@media all and (max-width: 700px) {
  .main-account table {
    width: 800px;
  }
  
  .main-account .table-responsive {
    overflow-y: scroll;
  }
  
}


.order_info{
    width: 100%;
}

.order_info table{
    width: 100%;
    margin-bottom: 40px;
}

.order_info .text-left{
   text-align: left;
}

.order_info .text-right{
   text-align: right;
}

@media all and (max-width: 700px) {
  .order_info table {
    width: 800px;
  }
  
  .order_info .table-responsive {
    overflow-y: scroll;
  }
  
}


.slick-slide img {
    width: 96%;
}
.products__featured{
    width: 100%;
}

/* .kurer__inner .img2-wrap{
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.kurer__inner .img1{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    
}
    
.kurer__inner .img2{
    position: absolute;
    top: 0;
    right: 0;
    width: 840px;
    height: 100%;

} */

