html {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
body {
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: 100%;
  min-height: 100%;
  max-width: 1920px;
  box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  overflow-y: scroll;
  font-family: Verdana, sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -ms-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
main#theme-main {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.row {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 740px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 965px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.container > .row {
  width: 100%;
}
.subtitle {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */

  color: #351728;

  opacity: 0.5;
}
.title {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  color: #fdcd37;
}
.btn-main {
  background-image: linear-gradient(12.18deg, #fdcd37 -18.77%, #c3a78e 221.97%);
  box-shadow: 0px 2px 0px #6c3232, 0px 5px 10px rgba(116, 64, 55, 0.75);
  border-radius: 25px;
  padding: 17px 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  transition: 0.3s;
  width: max-content;
  cursor: pointer;
}
.btn-main svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
}
.banner-btn-icon svg {
  display: none;
}
.btn-main:hover {
  background-image: linear-gradient(185.84deg, #e3ab58 4.67%, #e3ab58 95.39%);
  box-shadow: 0px 1px 0px #6c3232, 0px 2px 10px rgba(116, 64, 55, 0.6),
    inset 0px 4px 9px #552727;
}
.btn-main:active {
  background-image: linear-gradient(187.53deg, #ac8e73 25.18%, #c3a78e 94.2%);
  box-shadow: 0px 1px 0px #9f7d5e, 0px 2px 10px #ba9a7d,
    inset 0px 4px 9px #97806b;
}
@media only screen and (max-width: 991px) {
  .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 30px;
  }
}

/*============= ALIGNES ===============*/
/*.alignwide {
  width: 100%;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw !important;
}
@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: calc(-1 * (1920px - 1600px) / 2) !important;
    margin-right: calc(-1 * (1920px - 1600px) / 2) !important;
  }
}
*/
/*================ LOGO ===============*/

.logo-wrap {
  display: flex;
  /*align-items: center;*/
}
.logo-img {
  width: auto;
  height: 100px;
  margin-right: 10px;
  flex-shrink: 0;
}
.logo-img img {
  /*width: 100%;*/
  max-width: 160px;
  height: 100%;
  object-fit: contain;
}
.logo-info {
  width: 150px;
}
.logo-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 1px;
}
.logo-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.75;
  width: 135px;
}
@media only screen and (max-width: 480px) {
  header .logo-title {
    font-size: 18px;
    line-height: 20px;
  }
  header .logo-desc {
    width: 112px;
    font-size: 10px;
    line-height: 13px;
  }
  header .logo-info {
    width: 124px;
  }
  .logo-img img {
    max-width: 83px;
  }
}
body.error-404 {
  background-color: #d2d2db;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.error-404 main#theme-main {
  margin: auto;
  overflow: unset;
}
/*================ HEADER ===============*/

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-menu {
  width: 45%;
  padding: 0 15px;
}
.main-menu a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fdcd37;
  text-decoration: none;
  transition: color 0.3s;
}
.main-menu a:hover {
  color: #fdcd37;
}

.header-socials {
  display: flex;
  align-items: center;
}
.social-item {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fdcd37;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: background 0.3s;
}
.social-item:hover {
  background-color: #fdcd37;
}
.social-item:last-child {
  margin-right: 0;
}
.social-item img {
  width: 19px;
  object-fit: contain;
}
header .menu {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding-left: 0;
  margin: 0;
}
header .contacts-wrap {
  display: flex;
  align-items: center;
}

header .header-contacts {
  display: flex;
  flex-direction: column;
}
header .header-contacts .phone {
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  color: #fdcd37;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  transition: color 0.3s;
  text-align: right;
}
header .header-contacts .phone:hover {
  color: #fdcd37;
}
header .header-contacts .address p {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #fdcd37;
  margin: 0;
  text-align: right;
}

.mobile-menu {
  display: none;
  position: absolute;
  height: 110vh;
  width: 100vw;
  padding-top: 140px;
  z-index: -1;
  /*background-color: #e4e4e9;*/
  background-color: rgba(0, 0, 0, .87);
}
.mobile-menu ul {
  flex-direction: column;
  text-align: center;
}
.mobile-menu ul li {
  margin-bottom: 20px;
}
.mobile-menu a {
  font-size: 20px;
  font-weight: 500;
  color: #fdcd37;
  text-decoration: none;
}
.body-hidden {
  overflow: hidden !important;
}
.error p {
  font-size: 125px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .main-menu a {
    font-size: 18px;
  }
  header .header-contacts .address {
    max-width: 200px;
  }
  .logo-img {
    height: 88px;
  }
}
@media only screen and (max-width: 991px) {
  header .mobile-burger {
    display: block;
  }

  header .main-menu {
    display: none;
  }

  .header-wrap {
    padding: 12px 0;
  }
  header .header-contacts .address {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  header .phones {
    display: none;
  }
  .header-wrap {
    padding: 15px 0;
    transition: 0.3s;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  header .logo-img {
    transition: 0.3s;
    height: 66px;
  }
  .header-socials {
    display: none;
  }
  header .header-contacts .phone {
    font-size: 22px;
  }
  header .header-contacts .address p {
    font-size: 14px;
  }
  header.scroll {
    position: fixed;
    /*background-color: #e4e4e9;*/
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 14px 5px rgba(69,69,69,0.3);
  }
  header.scroll .logo-img {
    height: 46px;
    margin-right: 7px;
  }
  header.scroll .logo-info {
    width: 124px;
  }
  header.scroll .logo-title {
    font-size: 18px;
    line-height: 20px;
  }
  header.scroll .logo-desc {
    width: 112px;
    font-size: 10px;
    line-height: 13px;
  }
  header.scroll .header-wrap {
    padding: 4px 0;
  }
  header.scroll .mobile-menu {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 515px) {
  header .header-contacts .address {
    display: none;
  }
  header .header-contacts .phone {
    font-size: 16px;
    margin-bottom: 0;
  }
  .header-search #searchform input[type="text"] {
    width: 186px;
  }
}


header .header-contacts--mobile {
  display: none;
}
header .header__contactMobile {
  position: relative;
  padding-left: 25px;
  color: #fdcd37;
  text-decoration: none;
  font-weight: 700;
  min-width: 180px;
}
header .header__contactMobile:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}
header .header__contactMobile-phone {
  margin-bottom: 7px;
}
header .header__contactMobile-whatsapp:before {
  background-image: url("/wp-content/uploads/2022/09/icon-whatsapp.svg");
}
header .header__contactMobile-phone:before {
  background-image: url("/wp-content/uploads/2022/09/icon-phone.svg")
}
@media only screen and (max-width : 768px) {
  header .header-contacts--desktop {
    display: none;
  }
  header .header-contacts--mobile {
    display: flex;
    padding: 7px 0;
  }
}

/*================ BURGER ===============*/

.mobile-burger {
  display: none;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  margin-left: 30px;
}
.mobile-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fdcd37;
  border-radius: 4px;
}
.mobile-burger span:nth-of-type(1) {
  top: 0;
}
.mobile-burger span:nth-of-type(2) {
  top: 14px;
}
.mobile-burger span:nth-of-type(3) {
  bottom: 0;
}
#menu07 span:nth-of-type(1) {
  animation: menu07-bar01 0.75s forwards;
}
@keyframes menu07-bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu07 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
#menu07 span:nth-of-type(3) {
  animation: menu07-bar03 0.75s forwards;
}
@keyframes menu07-bar03 {
  0% {
    transform: translateY(-14px) rotate(-45deg);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu07.active span:nth-of-type(1) {
  animation: active-menu07-bar01 0.75s forwards;
}
@keyframes active-menu07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
#menu07.active span:nth-of-type(2) {
  opacity: 0;
}
#menu07.active span:nth-of-type(3) {
  animation: active-menu07-bar03 0.75s forwards;
}
@keyframes active-menu07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}

@media only screen and (max-width: 480px) {
  .mobile-burger {
    margin-left: 15px;
  }
}

/*================ FOOTER ===============*/

#footer {
  background-color: #240401;
}

.bottom-footer {
  padding: 17px 0;
}
#footer .policy-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #ffffff;
  width: max-content;
  cursor: pointer;
  transition: opacity 0.3s;
}
#footer .policy-link:hover {
  opacity: 0.5;
  text-decoration: none;
}
.developer-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: opacity 0.3s;
}
.developer-link:hover {
  opacity: 0.5;
}
.developer-link img {
  margin-left: 20px;
}
.bottom-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 580px) {
  .bottom-footer .container {
    flex-direction: column;
  }
  #footer .policy-link {
    margin-bottom: 20px;
  }
}
/*================ 404 ===============*/
.nf-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nf-page .error {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 715px;
  height: 274px;
  margin-bottom: 11px;
}
.nf-page .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #240401;
  opacity: 0.5;
  margin-bottom: 28px;
}
.nf-page a.btn-main {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .nf-page .error {
    width: 505px;
    height: 198px;
  }
}
@media only screen and (max-width: 767px) {
  .nf-page .text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .nf-page .error {
    width: 271px;
    height: 104px;
  }
}

/*================ Модалка ===============*/
.popup-fade {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999999;
  position: fixed;
  display: none;
}
.popup-fade:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 9999;
}
.popup-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup {
  position: relative;
  width: 772px;
  background-color: #ffffff;
  border-radius: 25px;
  z-index: 99999;
  opacity: 1;
  max-height: 95vh;
  overflow-y: auto;
  padding: 46px 71px 57px;
}
#popup-thanks .popup {
  width: max-content;
}
#popup-review .form-row {
  margin-bottom: 30px;
}
#popup-review label.textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fdcd37;
  width: calc(50% - 15px);
}
#popup-review label.textarea textarea {
  resize: none;
  width: 100%;
  margin-top: 16px;
  background-color: #f6f6f8;
  border-radius: 15px;
  height: 120px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #743837;
  border: 0;
  outline: none;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0);
}
#popup-review label.textarea textarea.wpcf7-not-valid {
  border-color: #f44336;
}
#popup-review .form-row-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#popup-review label.textarea textarea::placeholder {
  color: #d2d2db;
}
.codedropz-upload-handler {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.codedropz-upload-inner h3,
.codedropz-upload-inner span,
.dnd-upload-counter,
.dnd-upload-status .dnd-upload-image {
  display: none;
}
.dnd-upload-status .dnd-upload-details .name {
  align-items: flex-end;

  color: #fdcd37;
  padding: 0;
  padding-right: 24px;
}
.dnd-upload-status .dnd-upload-details .name em {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fdcd37;
}
.codedropz-upload-container {
  padding: 0;
}
.codedropz-btn-wrap {
  text-align: left;
}
a.cd-upload-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fdcd37;
  display: flex;
  align-items: center;
  margin-top: 33px;
}
a.cd-upload-btn:before {
  content: "";
  display: block;
  position: static;
  background-image: url(../images/paperclip.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.codedropz-upload-wrapper span.has-error-msg {
  font-style: normal;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
}
.popup-close {
  position: absolute;
  top: 14px;
  width: 30px;
  height: 30px;
  right: 19px;
  cursor: pointer;
}
.popup-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup-close:hover {
  opacity: 0.7;
}
#popup-policy .popup-content h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
#popup-policy .popup-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #240401;
}
.popup-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 120%;
  color: #fdcd37;
  margin-bottom: 16px;
}
.popup-service-desc p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #24030080;
  margin: 0;
  margin-bottom: 15px;
}
.popup-service-desc p strong {
  font-weight: 800;
}
.popup-service-desc ul {
  margin: 0;
  padding: 0;
  padding-left: 0px;
  list-style: none;
}
.popup-service-desc li {
  padding-left: 26px;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #24030080;
  position: relative;
}
.popup-service-desc li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #918180;
  left: 12px;
  top: 10px;
}
.popup-service-price {
  display: flex;
  flex-wrap: wrap;
  padding-left: 72px;
  padding-right: 49px;
  justify-content: space-between;
}
.popup-price-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  color: #fdcd37;
  margin-bottom: 10px;
}
.popup-price-value {
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  color: #240401;
}
.popup-price-item {
  margin-bottom: 26px;
  padding-right: 40px;
  width: calc(100% / 3);
  display: flex;
}
.popup-price-item-content {
  width: max-content;
}
.popup-price-item:nth-child(3n + 2) {
  padding-right: 20px;
  padding-left: 20px;
}
.popup-price-item:nth-child(3n + 3) {
  justify-content: flex-end;
  padding-right: 0;
  padding-left: 40px;
}
.popup-service-form-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  color: black;
  margin-bottom: 29px;
}
.form-row {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}
.form-row span {
  /* width: calc(50% - 15px);*/
}
#popup-thanks .popup-title {
  margin-bottom: 0 !important;
}
input[type="text"],
input[type="tel"] {
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  padding: 6px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: black;
  font-family: "Circe", sans-serif;
  outline: none;
}
input[type="text"]::placeholder,
input[type="tel"]::placeholder {
  color: black;
}
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid {
  border-color: #f44336;
}
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible {
  border-color: #743837;
}
.popup p {
  margin: 0;
}
#popup br {
  display: none;
}
.form-row-submit {
  margin-top: 27px;
  align-items: center;
}
.form-row .wpcf7-form-control-wrap {
  width: calc(50% - 15px);
}
.popup .modal-link {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;

  color: #3a3a3a;
  display: block;
  text-align: center;
  margin-top: 28px;
}
.popup .modal-link a {
  color: #3a3a3a;
  text-decoration: none;
  border-bottom: 1px solid #3a3a3a;
}
.popup .modal-link a:hover {
  border-color: #3a3a3a00;
}
.wpcf7-submit {
  border: 0;
  outline: none;
  background-image: url(),
    linear-gradient(12.18deg, #fdcd37 -18.77%, #c3a78e 221.97%);
  background-position: 60px center, center;
  background-repeat: no-repeat;
  background-size: 16px, cover;
  font-family: "Circe", sans-serif;
}
.wpcf7-submit:hover {
  background-image: url(),
    linear-gradient(185.84deg, #fdcd37 4.67%, #7f4743 95.39%) !important;
}
.wpcf7-submit:active {
  background-image: url(),
    linear-gradient(187.53deg, #ac8e73 25.18%, #c3a78e 94.2%) !important;
}

.contact-form-policy,
.contact-form-policy div {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.contact-form-policy div:hover {
  text-decoration: underline;
}
.popup-service-top {
  display: flex;
  padding: 44px 49px 30px 70px;
}
#popup-service .popup {
  padding: 0;
}
#popup-service .popup-content {
  background-color: #d2d2db;
  padding: 29px 71px 46px 68px;
  border-radius: 0 0 25px 25px;
}
.popup .service-item-img {
  width: 190px;
  min-width: 190px;
  height: 190px;
  margin-right: 27px;
}
.service-item-img-popup {
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .popup {
    width: 400px;
    padding: 30px 40px 30px;
  }
  .popup-title {
    font-size: 30px;
  }
  .form-row .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form-row {
    flex-direction: column;
  }
  #popup-review label.textarea {
    width: 100%;
  }
  #popup-review .form-row-submit {
    flex-direction: column;
  }
  a.cd-upload-btn {
    margin-top: 10px;
  }
  .contact-form-policy {
    margin-bottom: 10px;
  }
  input[type="text"] {
    margin-bottom: 10px;
  }
  #popup-review .form-row {
    margin-bottom: 20px;
  }
  .popup-service-top {
    flex-direction: column;
    padding: 30px 40px 30px;
  }
  .popup .service-item-img {
    width: 250px;
    height: 250px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .popup-service-desc li,
  .popup-service-desc p {
    font-size: 14px;
  }
  .popup-service-price {
    padding-left: 40px;
    padding-right: 40px;
  }
  .popup-price-item,
  .popup-price-item:nth-child(3n + 2),
  .popup-price-item:nth-child(3n + 3) {
    width: calc(50% - 10px);
    padding: 0;
  }
  .popup-price-item:nth-child(3n + 3) {
    justify-content: flex-start;
  }
  .popup-price-value {
    font-size: 18px;
  }
  .popup-price-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .popup-price-item {
    margin-bottom: 14px;
  }
  #popup-service .popup-content {
    padding: 20px 40px 30px 40px;
  }
  .popup-service-form-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .popup-service-desc li:before {
    top: 7px;
  }
}

@media only screen and (max-width: 410px) {
  .popup-title {
    font-size: 22px;
  }
  .popup-close {
    width: 30px;
    height: 30px;
  }
  .popup {
    width: 300px;
    padding: 20px;
  }
  .popup input {
    font-size: 14px;
    line-height: 18px;
  }
  .popup .modal-link {
    font-size: 13px;
    line-height: 18px;

    margin-top: 22px;
  }
  .popup-service-top {
    padding: 20px;
  }
  .popup .service-item-img {
    width: 240px;
    height: 240px;
    max-width: 100%;
    margin: 20px auto;
  }
  .popup-service-desc li {
    padding-left: 14px;
  }
  .popup-service-desc li:before {
    left: 4px;
  }
  .popup-service-price {
    padding: 0 20px;
    flex-direction: column;
  }
  .popup-price-item,
  .popup-price-item:nth-child(3n + 2),
  .popup-price-item:nth-child(3n + 3) {
    width: 100%;
  }
  .popup-price-title {
    line-height: 120%;
  }
  .popup-price-item-content {
    flex-direction: row;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .popup-price-value {
    margin-left: 10px;
    font-size: 14px;
  }
  .popup-price-item {
    margin-bottom: 5px;
  }
  #popup-service .popup-content {
    padding: 20px;
  }
  .popup-service-form-title {
    margin-bottom: 4px;
  }
  .contact-form-policy,
  .contact-form-policy div {
    font-size: 12px;
  }
  #popup-review label.textarea textarea {
    font-size: 14px;
    margin-top: 8px;
    height: 100px;
  }
  a.cd-upload-btn {
    font-size: 14px;
  }
  a.cd-upload-btn:before {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .form-row-submit {
    margin-top: 18px;
  }
}
/*================ CF7 ===============*/
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
  display: none;
}
#contact-form-block .contact-form-title {
  color: #fdcd37;
}
#contact-form-block .contact-form-form {
}


.grecaptcha-badge {display: none;}


/*** Price block ***/
.sendPrice {
  background-color: #FFF8F2;
  margin: 30px 0 80px;
  padding: 60px 0 75px;
  text-align: center;
}
.sendPrice__title {
  max-width: 1000px;
  font-weight: 800;
  font-size: 42px;
  line-height: 57px;
  margin: 0 auto;
}
.sendPrice__title span {
  color: #f3760a;
}
.sendPrice__desc {
  font-size: 18px;
  line-height: 31px;
  padding: 3px 0 16px;
  max-width: 510px;
  margin: 25px auto;
}
.sendPrice__buttons {
  display: flex;
  justify-content: center;
}
.sendPrice__btn {
  display: block;
  border-radius: 55px;
  margin: 0 20px;
  padding: 30px 54px;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
}
.sendPrice__btn-1 {
  background-color: #f3760a;
}
.sendPrice__btn-2 {
  background-color: #4CAF50;
}
.sendPrice__btn span {
  position: relative;
  display: block;
  padding-right: 35px;
}
.sendPrice__btn span:before {
  position: absolute;
  content: "";
  top: 2px;
  right: 0;
  width: 22px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sendPrice__btn-1 span:before {
  background-image: url("/wp-content/uploads/2022/09/sendprice-phone.svg");
}
.sendPrice__btn-2 span:before {
  background-image: url("/wp-content/uploads/2022/09/sendprice-whatsapp.svg")
}
@media only screen and (max-width : 992px) {
  .sendPrice__btn {
    padding: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .sendPrice {
    margin: 21px 0 51px;
    padding: 50px 0;
  }
  .sendPrice__title {
    font-size: 23px;
    line-height: 30px;
  }
  .sendPrice__buttons {
    display: block;
  }
  .sendPrice__btn {
    padding: 20px 30px;
    font-size: 16px;
  }
  .sendPrice__btn-1 {
    margin-bottom: 15px;
  }
  .sendPrice__btn span:before {
    top: 0;
  }
}


/*** Presents block ***/
.presents {
  background-color: #FFF8F2;
  margin: 30px 0 64px;
  padding: 60px 0 75px;
}
.presents__title {
  font-weight: 800;
  font-size: 33px;
  line-height: 57px;
  margin: 0 auto 50px;
}
.presents__list {
  display: flex;
  justify-content: space-between;
}
.presents__item {
  margin: 0 20px;
  width: 100%;
}
.presents__img {
  display: flex;
  width: 100%;
  height: 222px;
  border-radius: 25px;
  justify-content: space-evenly;
  align-items: flex-end;
  padding-bottom: 21px;
  background-size: cover;
  background-position: center;
  color: #f3760a;
  font-weight: 600;
}
.presents__img-1 {
  background-image: url("/wp-content/uploads/2022/09/18-21.jpg");
}
.presents__img-2 {
  background-image: url("/wp-content/uploads/2022/10/1635173189_1-krot-info-p-konfetti-mashina-na-svadbu-mashini-krasivo-1-e1666351420974-768x767.jpg");
}
.presents__img-3 {
  background-image: url("/wp-content/uploads/2022/09/fontan.jpg");
}
.presents__done {
  background: #FFF;
  height: 50px;
  padding: 4px 12px;
  border-radius: 40px;
  font-size: 34px;
}
.presents__profit {
  background: #FFF;
  height: 50px;
  padding: 15px 41px;
  border-radius: 40px;
  font-size: 16px;
}
.presents__desc {
  font-size: 18px;
  font-weight: bold;
  margin-top: 23px;
}
@media only screen and (max-width : 992px) {
  .presents__profit {
    padding: 4px 41px;
  }
}
@media only screen and (max-width : 768px) {
  .presents {
    text-align: center;
    margin: 0 0 53px;
    padding: 51px 0 30px;
  }
  .presents__title {
    font-size: 23px;
    line-height: 30px;
    margin: 0 auto 32px;
  }
  .presents__list {
    display: block;
  }
  .presents__item {
    margin: 0;
  }
  .presents__desc {
    margin: 10px 0 26px;
  }
  .presents__profit {
    padding: 15px 41px;
  }
}