@import "fonts/fonts.css";
body {
  color: #000;
  font-family: "SFUIText", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
img {
  max-width: 100%;
  width: auto;
}
a {
  color: #1b1e21;
}
a:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  width: 1170px;
}
.form input {
  width: 301px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #CACACA;
  text-align: center;
  color: #373636;
  font-family: "SFUIText", sans-serif;
  font-size: 16px;
  outline: none;
  font-weight: 300;
}
.form button {
  width: 295px;
  font-family: "SFUIText", sans-serif;
  color: #FFFEFE;
  font-size: 18px;
  font-weight: 300;
  height: 49px;
  outline: none;
  margin-top: 10px;
  text-align: center;
  border: 0;
  cursor: pointer;
  background: #ff6389;
  position: relative;
}
.form button:after {
  width: calc(100% + 12px);
  position: absolute;
  height: calc(100% - 6px);
  left: -6px;
  top: 3px;
  content: '';
  border: 2px solid #000;
}
.title {
  text-align: center;
  color: #24272A;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom: 38px;
}
.title:before,
.title:after {
  content: '';
  width: 100px;
  height: 12px;
  background: #f5ced6;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}
.title:after {
  height: 4px;
  background: #24272a;
  left: 50%;
  margin-left: 4px;
}
.header {
  padding: 30px 0 35px 0;
}
.header .menu-show {
  display: none;
}
.header .logo {
  margin-right: 70px;
}
.header .menu a {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.header .menu a + a {
  margin-left: 27px;
}
.header .tell {
  text-align: right;
  color: #24282B;
  font-size: 19px;
}
.header .tell a {
  color: #8C2667;
  font-size: 35px;
  font-weight: 700;
}
.footer .tell {
  text-align: left;
  color: #24282B;
  font-size: 14px;
}
.footer .tell a {
  color: #8C2667;
  font-size: 18px;
  font-weight: 700;
}
.jobs img {
	width: 100%;
	max-width: 380px;
	width: 380px;
	max-height: 500px;
	object-fit: cover;
}
.slider {
  min-height: 500px;
}
.slider .container {
  top: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.slider .container-two {
  z-index: 10;
}
.slider .item {
  height: 500px;
  background-size: cover !important;
}
.slider .title {
  color: #FFF;
  font-family: "UkrainianBodoniBold", sans-serif;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 50px;
  line-height: 80px;
  text-shadow: 0 0 43.2px 2.8px #000;
}
.slider .title h2 {
	font-size: 48px;
}
.slider .form-slider {
  max-width: 407px;
  width: 100%;
  background-color: rgba(147, 3, 101, 0.87);
  color: #FFF;
  padding: 40px 10px;
  font-size: 27px;
  text-align: center;
  line-height: 32px;
  margin: 0 40px 0 auto;
  font-weight: 300;
}
.slider .form-slider span {
  text-transform: uppercase;
}
.slider .form-slider strong {
  font-weight: 800;
  text-transform: uppercase;
}
.slider .form-slider .form {
  margin-top: 26px;
}
.slider .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  max-width: 1170px;
  width: 100%;
}
.slider .owl-theme .owl-nav .owl-prev {
  background: url("../rococo/image/left-arrow.png") no-repeat;
  width: 51px;
  height: 51px;
  float: left;
  margin-top: -26px;
  outline: none;
  margin-left: -51px;
}
.slider .owl-theme .owl-nav .owl-next {
  background: url("../rococo/image/right-arrow.png") no-repeat;
  outline: none;
  width: 51px;
  height: 51px;
  float: right;
  margin-top: -26px;
  margin-right: -51px;
}
.our-advantages {
  padding-top: 35px;
  padding-bottom: 45px;
}
.our-advantages .text {
  width: 100%;
  max-width: 435px;
  text-align: right;
  line-height: 24px;
  margin-right: 15px;
}
.our-advantages .text p {
  color: #24282B;
  font-size: 15px;
  font-weight: 300;
}
.our-advantages .text p span {
  font-size: 18px;
  font-weight: 400;
}
.our-advantages .list .col {
  text-align: center;
  margin-bottom: 25px;
}
.our-advantages .list p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  max-width: 295px;
  line-height: 21px;
  margin: 17px auto 0 auto;
}
.our-advantages h3 {
  color: #8C2667;
  font-family: "UkrainianBodoniBold", sans-serif;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
}
.shares {
  background-color: #000;
  padding: 27px 0 20px 0;
  position: relative;
}
.shares video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.6;
	object-fit: cover;
}
.shares .text {
  color: #FFF;
  font-family: "UkrainianBodoniBold", sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 35px #000;
}
.shares .text span {
  display: block;
  color: #F5CED6;
  font-size: 80px;
}
.shares .item {
  width: 320px;
}
.shares .item .price {
  color: #FFF;
  font-size: 24px;
  font-family: "Gotham Pro", sans-serif;
  text-align: center;
  padding: 12px 0;
}
.shares .item .price strong {
  font-weight: 500;
  margin-right: 15px;
}
.shares .item .price ins {
  text-decoration: none;
  font-weight: 300;
  position: relative;
}
.shares .item .price ins:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  top: 50%;
  left: 0;
  background: #fff;
}
.shares .item .form {
  text-align: center;
}
.shares .item .form input {
  width: calc(100% - 12px);
}
.shares .item .form button {
  width: calc(100% - 12px);
  background: #f5ced6;
  color: #000;
}
.weddings {
  padding-top: 60px;
  margin-bottom: 40px;
}
.weddings .col-auto {
  margin-right: 25px;
}
.weddings h4 {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 800;
}
.weddings .text {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}
.weddings .text p + p {
  margin-top: 25px;
}
.weddings .form {
  margin-top: 30px;
}
.weddings .form input {
  width: 242px;
}
.weddings .form button {
  width: 246px;
  background-color: #F5CED6;
  color: #000;
  margin-top: 0;
  margin-left: 20px;
}
.jobs {
  padding-top: 40px;
  padding-bottom: 23px;
}
.jobs .row {
  margin-top: 43px;
}
.jobs .row .col {
  margin-bottom: 30px;
}
.jobs .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  max-width: 1170px;
  width: 100%;
  z-index: 11;
}
.jobs .owl-theme .owl-nav .owl-prev {
  background: url("../rococo/image/mini-arrow-left2.png") no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin-top: -26px;
  outline: none;
  margin-left: 15px;
  opacity: .5;
}
.jobs .owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
}
.jobs .owl-theme .owl-nav .owl-next {
  background: url("../rococo/image/mini-arrow-right2.png") no-repeat;
  outline: none;
  width: 32px;
  height: 32px;
  float: right;
  margin-top: -26px;
  margin-right: 15px;
  opacity: .5;
}
.jobs .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
.form-day {
  background: url("../rococo/image/form-day-bg.png") no-repeat top center;
  padding-top: 75px;
  padding-bottom: 50px;
}
.form-day .form-block {
  margin: 0 auto;
  max-width: 707px;
  position: relative;
}
.form-day .form-block:after {
  width: calc(100% - 22px);
  position: absolute;
  height: calc(100% + 22px);
  left: 11px;
  top: -11px;
  content: '';
  border: 2px solid #000;
  z-index: 1;
}
.form-day .box {
  background-color: #FFF;
  padding: 27px 40px 35px 40px;
  position: relative;
  z-index: 3;
}
.form-day .text {
  font-family: "UkrainianBodoniBold", sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #24282B;
  text-align: center;
  line-height: 40px;
}
.form-day .text span {
  text-transform: uppercase;
}
.form-day .text span time {
  color: #8B2668;
}
.form-day .form {
  text-align: center;
  margin-top: 10px;
}
.form-day .form button {
  width: 252px;
  background-color: #F5CED6;
  color: #000;
  margin-left: 30px;
}
.flowers {
  padding-top: 50px;
  padding-bottom: 15px;
}
.flowers .slide {
  position: relative;
  height: 235px;
}
.flowers .slide .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  max-width: 1170px;
  width: 100%;
  z-index: 11;
}
.flowers .slide .owl-theme .owl-nav .owl-prev {
  background: url("../rococo/image/mini-arrow-left.png") no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin-top: -26px;
  outline: none;
  margin-left: 15px;
  opacity: .5;
}
.flowers .slide .owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
}
.flowers .slide .owl-theme .owl-nav .owl-next {
  background: url("../rococo/image/mini-arrow-right.png") no-repeat;
  outline: none;
  width: 32px;
  height: 32px;
  float: right;
  margin-top: -26px;
  margin-right: 15px;
  opacity: .5;
}
.flowers .slide .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}
.flowers .col {
  margin-bottom: 30px;
}
.flowers .form {
  text-align: center;
  margin-top: 15px;
}
.flowers .form input {
  width: 196px;
}
.flowers .form button {
  width: 196px;
  background: #f5ced6;
  color: #000;
}
.flowers .name {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50px;
  color: #FFF;
  z-index: 10;
  width: calc(100% - 100px);
  line-height: normal;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.flowers a {
  display: block;
  background: #000;
}
.flowers figure {
  width: 365px;
  height: 235px;
  opacity: 0.5;
  margin: 0;
  background-size: cover !important;
}
.delivery {
  background-color: #fcfcfa;
  font-size: 16px;
  padding-top: 75px;
  padding-bottom: 100px;
}
.delivery .info-delivery {
  background: url(../rococo/image/info-delivery.png) no-repeat 150px 0;
}
.delivery .info-mail {
  background: url(../rococo/image/info-mail.png) no-repeat 150px 0;
}
.delivery h3 {
  font-size: 32px;
  font-weight: 800;
}
.delivery h3 span {
  font-weight: 300;
  display: block;
}
.delivery .name {
  padding: 25px 0 0 50px;
  min-height: 136px;
  position: relative;
}
.delivery .name:before,
.delivery .name:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100px;
  width: 14px;
  margin-top: -53px;
  content: "";
  background-color: #f5ced6;
}
.delivery .name:after {
  width: 4px;
  margin-top: -47px;
  background-color: #24272a;
}
.delivery .info {
  padding-left: 44px;
  color: #24272A;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  max-width: 490px;
}
.delivery .info p {
  margin-bottom: 0;
}
.delivery .info p + p {
  margin-top: 23px;
}
.delivery .info strong {
  font-weight: 800;
}
.delivery .info strong a {
  color: #E2A3AD;
}
.contacts {
  background: #34383b url(../rococo/image/contactsbg.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  position: relative;
}
.contacts .text {
  padding-top: 130px;
  padding-bottom: 115px;
  color: #FFF;
  font-weight: 300;
  width: 510px;
}
.contacts .text h3 {
  color: #E2A3AD;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 800;
}
.contacts .text p {
  font-size: 16px;
  margin-bottom: 30px;
}
.contacts .text span {
  line-height: 21px;
}
.contacts .text .soc {
  margin-top: 15px;
}
.contacts .text .soc img {
  width: 26px;
  height: 26px;
}
.contacts .map {
  padding-right: 0;
  position: static;
}
.contacts .ymap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
  width: 52.5%;
}
.form-call {
  background: url("../rococo/image/form-call.png") no-repeat top center;
  padding-top: 58px;
  padding-bottom: 50px;
  text-align: center;
}
.form-call h5 {
  color: #24272A;
  font-size: 24px;
  font-weight: 800;
}
.form-call small {
  color: #010101;
  font-weight: 300;
}
.form-call .form {
  margin-top: 35px;
  margin-bottom: 40px;
}
.form-call .form input {
  height: 43px;
  background-color: #FFF;
  border: 0;
}
.form-call .form button {
  height: 43px;
  width: 252px;
  color: #fff;
  background-color: #24272A;
  margin-top: 0;
  margin-left: 12px;
}
.form-call .form button:after {
  display: none;
}
.footer {
  padding: 45px 0 40px 0;
}
.footer .text {
  color: #24272A;
  font-weight: 300;
  line-height: 20px;
  width: 305px;
}
.footer a {
  color: #858585;
  font-weight: 300;
  text-decoration: underline;
}
div[id^="wait_comp_"] { 
	display: none;
}
form input.error {
	border: 1px #ff0036 solid !important;
	background: #fff !important;
}
.send-ok {
	background: green;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
@media (max-width: 1024px) {
  .slider .owl-nav {
    display: none;
  }
  .slider .title {
    padding: 0;
    font-size: 48px;
    line-height: 56px;
  }
  .slider .form-slider {
    font-size: 21px;
    max-width: 340px;
    margin: 0 auto;
  }
  .header {
    padding: 20px 0;
  }
  .header .col-mob-none {
    display: none;
    position: absolute;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f4f4f4;
  }
  .header .col-mob-none .menu {
    padding: 20px 0;
    display: block;
  }
  .header .col-mob-none .menu a {
    display: block;
  }
  .header .col-mob-none .menu a + a {
    margin-top: 20px;
    margin-left: 0;
  }
  .header .menu-show {
    display: inline-block;
    vertical-align: middle;
    background: url("../rococo/image/menu-md.png") no-repeat;
    width: 30px;
    height: 21px;
    margin-right: 20px;
  }
  .our-advantages .text {
    max-width: 100%;
    text-align: center;
  }
  .shares {
    background: url("../rococo/image/shares-bg.png") no-repeat top center;
  }
  .shares video {
    display: none;
  }
  .shares .text {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .shares .item {
    margin: 0 auto;
  }
  .shares .item .price {
    color: #000;
  }
  .shares .item .price ins:after {
    background: #000;
  }
  .weddings .col-lg-auto {
    text-align: center;
  }
  .weddings h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .weddings .form {
    text-align: center;
  }
  .footer .text {
    width: auto;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .container .row {
    margin: 0 -10px;
  }
  .container .row .col {
    padding: 0 10px;
  }
  .header {
    padding: 12px 0 15px 0;
    position: relative;
  }
  .header .menu-show {
    width: 20px;
    height: 14px;
    background: url("../rococo/image/menu-sm.png") no-repeat;
    margin-right: 10px;
  }
  .header .tell {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  .header .tell a {
    font-size: 22px;
  }
  .header .col-tell {
    padding-left: 0 !important;
  }
  .header .col-logo {
    padding-right: 0 !important;
  }
  .header .logo {
    margin-right: 0;
  }
  .header .logo img {
    max-width: 48px;
  }
  .header .col-mob-none {
    top: 67px;
  }
  .slider {
    max-height: 500px;
  }
  .slider .title {
    font-size: 39px;
    line-height: normal;
    margin-bottom: 20px;
    text-shadow: 0 0 43.2px 2.8px #000;
  }
  .slider .title:after,
  .slider .title:before {
    display: none;
  }
  .slider .form-slider {
    line-height: normal;
  }
  .slider .form {
    padding: 0 10px;
  }
  .slider .form input {
    width: 100%;
  }
  .slider .form button {
    width: 100%;
  }
  .slider .container {
    position: relative;
    top: 28px;
  }
  .slider .container-two {
    z-index: 10;
    top: -365px !important;
  }
  .our-advantages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .our-advantages h3 {
    font-size: 34px;
  }
  .our-advantages .text p {
    font-size: 14px;
  }
  .our-advantages .text p span {
    font-size: 16px;
  }
  .our-advantages .list {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
  }
  .our-advantages .list p {
    font-size: 14px;
  }
  .our-advantages .list .col {
    margin-bottom: 15px;
    padding-left: 0;
  }
  .shares {
    padding-top: 85px;
    padding-bottom: 30px;
    background-size: auto 285px;
  }
  .shares .text {
    margin-top: 0;
    margin-bottom: 65px;
    font-size: 36px;
  }
  .shares .text span {
    font-size: 36px;
  }
  .shares .item {
    width: 100%;
    text-align: center;
  }
  .shares .order-3 {
    margin-top: 25px;
  }
  .our-advantages {
    padding-bottom: 30px;
  }
  .our-advantages h3 {
    font-size: 34px;
  }
  .our-advantages .text p {
    font-size: 14px;
  }
  .our-advantages .text p span {
    font-size: 16px;
  }
  .our-advantages .list {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
  }
  .our-advantages .list p {
    font-size: 14px;
  }
  .our-advantages .list .col {
    margin-bottom: 15px;
    padding-left: 0;
  }
  .weddings {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .weddings h4 {
    text-align: left;
  }
  .weddings .text {
    font-size: 14px;
  }
  .weddings .form input {
    width: 100%;
  }
  .weddings .form button {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .jobs {
    padding-bottom: 30px;
  }
  .jobs .title {
    margin-bottom: 25px;
  }
  .jobs img {
    width: 100%;
    max-width: 320px;
  }
  .jobs .popup-gallery {
    margin: 0;
  }
  .jobs .popup-gallery .col {
    padding: 0;
    margin-bottom: 20px;
  }
  .form-day {
    padding-top: 44px;
    background-size: cover;
  }
  .form-day .box {
    padding: 25px 10px 25px 10px;
  }
  .form-day .container {
    padding: 0;
  }
  .form-day .text {
    line-height: normal;
    font-size: 30px;
  }
  .form-day .form {
    margin: 12px auto 0 auto;
  }
  .form-day .form input {
    width: 300px;
  }
  .form-day .form button {
    width: 288px;
    margin-left: 0;
  }
  .flowers {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .flowers .container {
    padding: 0 !important;
  }
  .flowers .container .row {
    margin: 0 !important;
  }
  .flowers .col {
    margin-bottom: 15px;
    padding: 0 !important;
  }
  .delivery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .delivery .col:nth-child(2) {
    margin-top: 55px;
  }
  .contacts .text {
    padding-top: 55px;
    padding-bottom: 65px;
    text-align: center;
    width: auto;
  }
  .contacts .ymap {
    position: relative;
    height: 240px;
    display: block;
    width: 100%;
  }
  .contacts .map {
    padding: 0 !important;
  }
  .form-call {
    padding-top: 25px;
    padding-bottom: 17px;
  }
  .form-call h5,
  .form-call small {
    display: none;
  }
  .form-call .form {
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-call .form input {
    width: 300px;
    border: 1px solid #CACACA;
  }
  .form-call .form button {
    height: 49px;
    width: 288px;
    color: #000;
    background-color: #f5ced6;
    margin-top: 12px;
    margin-left: 0;
  }
  .form-call .form button:after {
    display: block;
  }
  .footer {
    background: #f6f6f6;
  }
  .footer a {
    margin-top: 20px;
    display: block;
  }
  .footer .count {
    display: none;
  }
}