@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
a,
address,
aside,
audio,
b,
body,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
li,
menu,
nav,
ol,
p,
section,
span,
textarea,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
body,
html {
  position: relative;
  min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
input {
  color: inherit;
}
input::-moz-placeholder {
  color: inherit;
  font-size: 1em;
}
input::placeholder {
  color: inherit;
  font-size: 1em;
}
input:focus {
  outline: 0;
}
button {
  color: inherit;
  border: none;
  background-color: transparent;
  padding: 0;
}
.input-checkbox,
input.text,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
.base__container,
.comments__container,
.first__container,
.form,
.header__container,
.update__container {
  padding-left: 15px;
  padding-right: 15px;
}
@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url(../fonts/OpenSans-Regular.woff) format("woff"),
    url(../OpenSans-Regular.woff-2) format("woff-2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url(../fonts/OpenSans-Medium.woff) format("woff"),
    url(../OpenSans-Medium.woff-2) format("woff-2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url(../fonts/OpenSans-SemiBold.woff) format("woff"),
    url(../OpenSans-SemiBold.woff-2) format("woff-2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url(../fonts/OpenSans-Bold.woff) format("woff"),
    url(../OpenSans-Bold.woff-2) format("woff-2");
  font-weight: 700;
  font-style: normal;
}
body.lock {
  overflow: hidden;
}
body {
  font-family: OpenSans;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  color: #000;
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}
main {
  flex: 1 1 auto;
}
#like-svg {
  fill: #3682f4;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 600;
}
.header {
  background: linear-gradient(90deg, #e58896 0, #fbbb7b 100%);
  position: relative;
  /* background: url(../img/bgg.png); */
  background-size: cover;
}
.header__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header__bg img {
  position: absolute;
  left: 0;
}
.header__container {
  position: relative;
  z-index: 1;
}
.header__logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.header__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Pacifico', cursive;
}
.header__menu a {
    padding-left: 30px;
    position: relative;
    display: block;
    font-size: 16px;
}
.header__menu a::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/newicon.png) no-repeat;
    background-size: cover;
}
h1 + h2 {
  color: #923e0b;
  font-weight: 700;
  margin-bottom: 10px;
}
.header__menu g{
    stroke: #2e99fc;
}
h1{
    color:  #923e0b;;
}
video {
  max-width: 100%;
}
.ph-img{
  max-width: 300px;
}
.ph-img img{
  width: 100%;
}
.decor-color,
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fc2e53;
}
.bold,
b {
  font-weight: 700;
}
.italic:not(p:first-child) {
  font-style: italic;
}
.image img {
  width: 100%;
}
ol.list {
  list-style: decimal;
}
ul.list {
  list-style: disc;
}
ol.list,
ul.list {
  padding-left: 10px;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
ol.list li,
ul.list li {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}
.list.vertical-decor {
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.list.vertical-decor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #f61542;
  border-radius: 0;
}
ul.circles {
  padding-left: 10px;
}
ul.circles li {
  position: relative;
  padding-left: 15px;
}
ul.circles li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(90deg, #f35b72 0, #fbbb7b 100%);
  position: absolute;
  left: 0;
  top: 6px;
}
.list.lines li {
  position: relative;
}
.list.lines li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 10px;
  height: 2px;
  transform: translateY(-50%);
  background: #f61542;
}
.first__container {
  padding-top: 30px;
  color: #000;
  display: grid;
  row-gap: 15px;
}
.base__container {
  color: #000;
  display: grid;
  row-gap: 20px;
}
.form {
  padding-top: 50px;
}
.form__wrapper {
  position: relative;
  max-width: 430px;
  margin: 0 auto 30px;
  border-radius: 0;
}
.form__tohide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 0;
}
.form__body-wrapper {
  transition: height 1s;
  height: 0;
  overflow: hidden;
}
.form__body {
  background-color: #fff;
  border: 2px solid #f61542;
  border-radius: 8px;
}
.form__title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.3;
}
.form__image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
  margin:0 auto 20px;
  position: relative;
  max-width: 280px;
}
.form__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.form input {
  color: #000;
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 10px;
  background: #ffe00042;
  border-width: 0;
  border-radius: 0;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form input::-moz-placeholder {
  color: rgba(29, 31, 33, 0.7);
}
.form input::placeholder {
  color: rgba(29, 31, 33, 0.7);
}
.form input[type="submit"] {
  min-height: 40px;
  cursor: pointer;
  margin-top: 20px;
  background: #f61542;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s;
}
.form input[type="submit"]:hover {
  transform: scale(1.02);
  opacity: 0.9;
}
.form input[type="submit"]:active {
  opacity: 0.95;
}
.form__amount-left {
  text-align: center;
  margin-bottom: 10px;
}
.form__amount-left p {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #000;
}
.form__amount-left span {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  padding: 5px;
  background-color: #f61542;
  color: #fff;
  border-radius: 0;
  box-shadow: 0 1px 1px #f61542;
}
.form__bottom {
  text-align: center;
}
.form__bottom p {
  font-size: 0.8125rem;
  line-height: 1.25;
  color: #666;
  padding-top: 5px;
}
.form__promo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px;
}
.form__promo-take {
  cursor: pointer;
  border: 1px solid #f61542;
  padding: 5px 10px;
  font-size: inherit;
  animation: 1.75s infinite scaleButton;
}
.form__promo-take:hover {
  animation-play-state: paused;
}
@keyframes scaleButton {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.form__promo-text {
  display: none;
}
.form__promo-text.active {
  display: block;
}
.form__discount {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, -20%);
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #9c1e4e;
  z-index: 1;
  font-size: 0.875rem;
}
.form__discount p {
  transition: 0.3s;
  white-space: nowrap;
  color: #fff;
}
.form__discount p:first-child {
  font-size: 1.5em;
}
.form__discount p:last-child {
  font-size: 0;
  font-weight: 700;
}
.form__discount.active p:first-child {
  font-size: 1em;
  text-decoration: line-through;
  text-align: right;
  opacity: 0.7;
}
.form__discount.active p:last-child {
  font-size: 1.5em;
}
.form__promo-activate {
  display: none;
  white-space: nowrap;
  color: #f61542;
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 10px;
  background: #e9eff6;
  border-width: 0;
  border-radius: 0;
  min-height: 40px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
.form__promo-activate.active {
  display: flex;
}
.timer {
  margin-bottom: 20px;
}
.timer__wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.timer__title {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.timer__result {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.timer__result span:nth-child(even) {
  font-size: 0.9375rem;
  line-height: 1.25;
  margin-right: 4px;
  color: #000;
}
.timer__item {
  padding: 10px 7px;
  font-size: 1.25rem;
  line-height: 1.25;
  border-radius: 0;
  box-shadow: 0 1px 1px 0 #fff;
  box-shadow: 0 1px 1px 0 #f61542;
  background-color: #f61542;
  color: #fff;
  min-width: 45px;
  letter-spacing: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pop-up-form {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.pop-up-form.active {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
}
.pop-up-form__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pop-up-form__body {
  overflow-y: auto;
  max-height: 100%;
}
.pop-up-form .form__promo-wrapper {
  color: #fff;
}
.update {
  margin-bottom: 20px;
}
.update__container {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.update__container .decor-color {
  color: #9c1e4e;
}
.update a,
.update p,
.update span {
  color: #000;
  font-size: 1rem;
  line-height: 1.375;
}
.update .decor-color {
  font-weight: 700;
}
.notification {
  position: fixed;
  left: -100%;
  bottom: 0;
  transition: 0.8s;
  padding: 5px;
  width: 320px;
  z-index: 0;
}
.notification.active {
  left: 0;
  z-index: 1;
}
.notification__wrapper {
  background-color: #fff;
  border-radius: 0;
  padding: 10px;
  position: relative;
  box-shadow: 0 2px 5px #000;
}
.notification__close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification__close-icon span {
  display: inline-block;
  width: 20px;
  height: 1px;
  border-radius: 0;
  background-color: #000;
  z-index: 1;
  position: absolute;
}
.notification__close-icon span:first-child {
  transform: translate(0, 0) rotate(45deg);
}
.notification__close-icon span:last-child {
  transform: translate(0, 0) rotate(-45deg);
}
.notification__container {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.notification__image {
  position: relative;
  width: 80px;
  padding-bottom: 90%;
}
.notification__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.notification__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000;
}
.notification__who {
  font-size: 1.125rem;
  line-height: 1;
}
.notification__what {
  font-size: 0.9375rem;
  line-height: 1;
}
.notification__when {
  font-size: 0.875rem;
  line-height: 1;
  opacity: 0.7;
}
.comments__container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.comments__head {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.comments__head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.comments__head-amount {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #000;
}
.comments__head-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.comments__head-right > p {
  font-family: OpenSans;
  color: #666;
}
.comments__head-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 5px 10px;
  border: 1px solid #3682f4;
  border-radius: 0;
}
.comments__head-link p {
  font-family: OpenSans;
  color: #000;
}
.comments__add {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.comments__textarea {
  flex: 1 1 auto;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.comments__textarea textarea {
  padding: 5px;
  width: 100%;
  height: 100px;
  color: #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  resize: none;
}
.comments__textarea textarea::-moz-placeholder {
  opacity: 0.8;
}
.comments__textarea textarea::placeholder {
  opacity: 0.8;
}
.comments__textarea textarea:focus {
  outline: 0;
  border-bottom: 1px solid #3682f4;
}
.comments__send {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #3682f4;
  border-radius: 0;
  margin-top: 10px;
  color: #000;
}
.comments__send span {
  opacity: 0.8;
}
.comments__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.comments__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.comments__image {
  position: relative;
  padding-bottom: 100%;
}
.comments__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.comments__content {
  display: flex;
  flex-direction: column;
  color: #000;
}
.comments__name {
  color: #3682f4;
  text-transform: capitalize;
}
.comments__like {
  color: #3682f4;
}
.comments__column {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.comments__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comments__time {
  color: #999;
  position: relative;
}
.comments__time:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #999;
}
.first__author {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.first__profile-icon {
  max-width: 50px;
}
.first__profile-icon img {
  max-width: 100%;
}
.first__profile-name {
  margin-bottom: 2px;
}
.first__profile-city {
  font-size: 0.9em;
  opacity: 0.7;
}

.unique {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 12px;
  position: relative;
  margin-bottom: 15px;
}
.unique:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.unique__about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 8px;
}
.unique__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.unique__social a {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  transition: 0.3s;
}
.unique__social a path {
  transition: 0.3s;
}
.unique__social a span {
  position: relative;
  font-size: 0.9em;
}
.unique__social a span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
.unique__social a:hover span:after {
  width: 100%;
}
.unique__social a:hover path {
  fill: #20a0e1;
}
.unique__social svg {
  width: 24px;
  height: auto;
}
.unique__likes,
.unique__views {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
}
.unique__likes svg,
.unique__views svg {
  width: 20px;
  height: 20px;
}
.unique #fix-likes > svg {
  fill: #000;
}
.unique__likes p {
  color: #9c1e4e;
}
@media (min-width: 350px) {
  .form__title {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
@media (min-width: 450px) {
  .form__body {
    padding: 50px;
  }
}
@media (min-width: 468px) {
  .form__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 760px) {
  h1 {
    font-size: 1.625rem;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media (min-width: 769px) {
  .base__container,
  .comments__container,
  .first__container,
  .form,
  .header__container,
  .update__container {
    max-width: 950px;
    margin: 0 auto;
  }
  h1 {
    font-size: 2.125rem;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.625rem;
    line-height: 1.25;
  }
  .header__bg img {
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header__flowers img {
    max-width: 90px;
  }
  .header__menu {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .header__menu li {
    display: flex;
    align-items: center;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }
  .header__menu span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__menu svg {
    width: 18px;
    height: auto;
  }
  .header__menu a {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    
  }
  .header__menu a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }
  .header__menu a:hover:after {
    width: 100%;
  }
  section {
    margin-bottom: 20px;
  }
  .first__container {
    row-gap: 20px;
  }
  .first h1 {
    margin-bottom: 10px;
  }
  .base__container {
    row-gap: 25px;
  }
  .form__title {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
  .form input[type="submit"] {
    font-size: 1rem;
    line-height: 1.25;
  }
  .update {
    margin-bottom: 30px;
  }
  .comments__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .comments__textarea {
    margin-bottom: 35px;
  }
  .comments__image-wrapper {
    flex: 0 0 95px;
  }
  .comments__content {
    row-gap: 10px;
  }
  .comments__row {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .comments__column {
    align-items: flex-end;
  }
  .comments__icon svg {
    width: 30px;
    height: 30px;
  }
  .image_30 {
    margin-left: auto;
    margin-right: auto;
    max-width: 30%;
  }
  .image_50 {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
  }
  .image_70 {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}
@media (min-width: 1000px) {
  .form__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}
@media (max-width: 768px) {
  .header__bg img {
    bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
    width: 100%;
    height: 100%;
  }
  .header__container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__flowers img {
    max-width: 65px;
  }
  .header__menu {
    display: none;
  }
  section {
    margin-bottom: 15px;
  }
  .first h1 {
    margin-bottom: 5px;
  }
  .form input[type="submit"] {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .comments__head {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .comments__head-right {
    justify-content: space-between;
  }
  .comments__textarea {
    margin-bottom: 20px;
  }
  .comments__image-wrapper {
    flex: 0 0 40px;
  }
  .comments__content {
    row-gap: 5px;
  }
  .comments__row {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
  .comments__column {
    align-items: center;
  }
  .comments__icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 449px) {
  .form__body {
    padding: 20px 15px;
  }
}
