:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
}

.wp-block-image {
  margin-bottom: 1em;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

[scroll="goScrollToForm"] {
  cursor: pointer;
}

#section_comments {
  font-size: 14px;
}

#section_comments a {
  color: #365899;
}

#section_comments a:hover {
  text-decoration: underline;
}

.comment-box {
  padding-left: 57px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.comment-box .photo_perfil-box {
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.photo_perfil {
  width: 100%;
}

.name-comment {
  font-weight: 700;
}

.mesage-comment {
  font-size: 14px;
  line-height: 1.358;
  padding: 3px 0px;
}

.interact-comment {
  font-size: 12px;
  padding-top: 3px;
}

.subcomments-box {
  margin: 10px 0;
  padding-left: 8px;
  border-left: 1px dotted #d3d6db;
}

.subcomment {
  padding-left: 42px;
  position: relative;
}

.subcomment .photo_perfil-box {
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.subcomment:not(:last-child) {
  padding-bottom: 15px;
}

a {
  color: darkblue;
}

[type="submit"]:disabled {
  display: none !important;
}
 
.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
 
[type="submit"]:disabled+.ring-loading {
  display: block !important;
}
 
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
 
  50% {
    transform: rotate(180deg);
  }
 
  100% {
    transform: rotate(360deg);
  }
}


html,
body {
  margin: 0;
  border: 0;
  padding: 0
}

.pop-up-window h1 {
  font-size: 32px;
  color: #000;
  font-weight: 600
}

body {
  background-color: #fff;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 26px
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

p {
  margin: 16px 0
}

a {
  color: #0061aa;
  text-decoration: none
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #ef8d1a
}

img {
  max-width: 100%;
  height: auto
}

@media screen and (max-width: 992px) {
  p {
    font-size: 15px;
    line-height: 24px
  }

  h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600
  }
}

@media screen and (max-width: 767px) {

  h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600
  }
}

@media screen and (max-width: 480px) {

  h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600
  }
}

.all-form {
  font-family: sans-serif;
  width: 100%;
  max-width: 620px;
  color: #000;
  font-size: 16px;
  margin: 16px auto
}

.all-form__time {
  text-align: center;
  font-size: 20px;
  font-weight: 700
}

.all-form__time>span {
  display: block
}

.all-form__count {
  color: red
}

.all-form__body {
  padding: 25px 45px;
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 4px 5px 10px 0 rgba(0, 0, 0, .25);
  margin-bottom: 40px;
}

.all-form__title {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2
}

.all-form__title span {
  color: #50b27c
}

.all-form__label>span {
  display: block;
  margin-bottom: 5px
}

.all-form__label+.all-form__label {
  margin-top: 20px
}

.all-form__field {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box
}

.all-form__btn {
  border: none;
  padding: 15px 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #53b57f;
  background: #5abc86;
  background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  max-width: 350px;

  width: 100%;
  font-size: 16px
}

.all-form__btn:hover {
  transform: scale(.98)
}

.btnBlock {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prices {
  max-width: 180px;
  flex: 0 0 180px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 20px auto 0
}

.new-price {
  color: #53b57f;
  font-size: 24px
}

.old-price {
  text-decoration: line-through;
  font-size: 22px;
  margin-right: 10px
}

@media screen and (max-width: 576px) {
  .btnBlock {
    justify-content: center
  }

  .prices {
    margin-top: 16px
  }

  .all-form__body {
    padding: 25px 15px
  }
}


*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

article {
  display: block;
}

small {
  font-size: 75%;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  display: block;
  margin: 0 auto;
}

a:hover,
a:active {
  outline: none;
}

input {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

body,
input,
a {
  font-family: sans-serif;
  font-size: 18px;
  color: #333;
}

h1,
h2,
h3,
p {
  text-rendering: optimizeLegibility;
  display: block;
  margin-bottom: 10px;
}

p {
  line-height: 160%;
  text-align: left;
}

h1,
h2,
h3 {
  line-height: 120%;
  font-weight: bold;
  color: #333;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 18px;
}

b,
strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.container {
  clear: both;
  margin: auto;
  max-width: 980px;
  width: 88%;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

form input[type="text"],
form input[type="tel"],
form select {
  width: 100%;
  background: white;
  margin: 0 0 20px;
  color: #666;
  border: solid 1px #999;
  font-size: 14px;
  font-family: sans-serif;
  resize: none;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 4px #DDD inset;
  border-radius: 3px;
}

form input[type="text"]:focus,
form input[type="tel"]:focus {
  background: rgba(255, 255, 255, 0.9);
}

.page-template-default {
  font-family: sans-serif;
  margin: 0;
}

.page-template-default article {
  max-width: 690px;
}

.page-template-default article .adv {
  text-align: center;
  color: #BBB;
  padding: 0;
}

.page-template-default article .header {
  padding: 0 0 8px;
  max-width: 690px;
  margin: 0 auto;
}

.page-template-default article .header h2 {
  font-size: 17px;
  font-weight: normal;
  margin-top: 5px;
}

.page-template-default article h1 {
  color: #333;
  font-size: 2.3em;
  letter-spacing: -0.06em;
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .page-template-default article h1 {
    font-size: 27px;
  }
}

.page-template-default article .the-content:after {
  content: "";
  display: table;
  clear: both;
}

.page-template-default article .the-content h2,
.page-template-default article .the-content h3,
.page-template-default article .the-content a {
  font-family: sans-serif;
}

.page-template-default article .the-content h2 {
  font-size: 30px;
}

.page-template-default article .the-content h3 {
  font-size: 20px;
}

.page-template-default article .the-content p {
  color: #333;
  font-size: 20px;
  line-height: 160%;
  font-family: sans-serif;
  margin: 0;
}

.stars {
  display: flex;
  margin: 10px 0 15px;
}

.stars span {
  color: #999;
  margin: 0 0 0 10px;
  font-size: 14px;
}

.stars:hover .star polygon {
  fill: #ffd055 !important;
}

.stars .star {
  max-width: 23px;
  max-height: 20px;
}

.stars .star polygon {
  fill: #d8d8d8;
}

.stars .star:hover~.star polygon {
  fill: #d8d8d8 !important;
}

.stars[data-stars] .star polygon {
  fill: #ffd055;
}

.stars[data-stars="4"] .star:nth-child(4)~.star polygon {
  fill: #d8d8d8;
}



@media (min-width: 1024px) {

  .img-menor2 {
    display: block;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 500px) {
  .img-retrato {
    display: block;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 499px) {
  .img-retrato {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 700px) {
  .text-yellow {
    font-size: 30px;
    line-height: 1.4;
  }

  .all-form__title {
    font-size: 30px;
  }
}

div.eu-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  font-size: 22px;
  font-weight: 700;
  font-family: sans-serif;
  margin: 20px auto
}

div.eu-prices-old {
  position: relative
}

div.eu-prices-old::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 40%;
  left: 0;
  background: #000
}

div.eu-prices-new span {
  color: #f80000
}