@charset "UTF-8";
/*   
Theme Name: R2R
Theme URI: antonio.maric.vz@gmail.com
Description: R2R theme
Author: Antonio Marić
Author URI: antonio.maric.vz@gmail.com
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

.clearfix:after, .clearfix:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

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

body {
  font-family: "Montserrat", monospace;
  font-weight: 400;
  color: #686868;
  padding: 64px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

a {
  color: #81BB3F;
}

strong, b {
  font-weight: bold;
}

.container {
  max-width: 885px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-lg {
  max-width: 1074px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-md {
  max-width: 705px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-sm {
  max-width: 606px;
  margin: 0 auto;
  padding: 0 16px;
}

.btn, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-order-details .order-again a,
.wp-block-woocommerce-checkout .components-button.wc-block-components-button,
.woocommerce .woocommerce-Button.button {
  text-decoration: none;
  display: inline-block;
  border-radius: 23px;
  font-size: 1.7em;
  font-family: "Patrick Hand", cursive;
  color: #fff;
  padding: 16px 58px 16px 58px;
  background: #81BB3F;
  border: none;
  min-height: initial !important;
}
.btn:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-order-details .order-again a:hover,
.wp-block-woocommerce-checkout .components-button.wc-block-components-button:hover,
.woocommerce .woocommerce-Button.button:hover {
  opacity: 0.8;
  background: #81BB3F;
  color: #fff;
}
.btn.btn-primary, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit.btn-primary,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit.btn-primary,
.woocommerce .woocommerce-order-details .order-again a.btn-primary,
.wp-block-woocommerce-checkout .components-button.wc-block-components-button.btn-primary,
.woocommerce .woocommerce-Button.button.btn-primary {
  background: #81BB3F;
}
.btn.btn-secondary, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit.btn-secondary,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit.btn-secondary,
.woocommerce .woocommerce-order-details .order-again a.btn-secondary,
.wp-block-woocommerce-checkout .components-button.wc-block-components-button.btn-secondary,
.woocommerce .woocommerce-Button.button.btn-secondary {
  background: #F1873B;
}
.btn.btn-warning, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit.btn-warning,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit.btn-warning,
.woocommerce .woocommerce-order-details .order-again a.btn-warning,
.wp-block-woocommerce-checkout .components-button.wc-block-components-button.btn-warning,
.woocommerce .woocommerce-Button.button.btn-warning {
  background: #FFC547;
}
.btn span, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit span,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit span,
.woocommerce .woocommerce-order-details .order-again a span,
.wp-block-woocommerce-checkout .components-button.wc-block-components-button span,
.woocommerce .woocommerce-Button.button span {
  font-size: 0.8em;
}

header {
  padding: 10px 0 1px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .logo img {
  display: block;
}
header .main-menu-container {
  padding: 14px 0 14px;
}
@media only screen and (max-width: 1024px) {
  header .main-menu-container {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    top: 110px;
    bottom: 0;
    overflow: scroll;
  }
}
@media only screen and (max-width: 1024px) {
  header .main-menu-container ul {
    overflow: scroll;
  }
}
header .main-menu-container li {
  display: inline-block;
  margin: 0 21px;
}
@media only screen and (max-width: 1024px) {
  header .main-menu-container li {
    display: block;
    text-align: center;
    border-top: 1px solid #686868;
    margin: 0;
  }
}
header .main-menu-container li a {
  text-decoration: none;
  font-size: 1.2em;
  color: #686868;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 1024px) {
  header .main-menu-container li a {
    display: block;
    padding: 20px 0;
    font-size: 1.6em;
    border-bottom: none !important;
  }
}
header .main-menu-container li.current-menu-item a, header .main-menu-container li:hover a {
  border-bottom-color: #8bb151;
}
@media only screen and (max-width: 1024px) {
  header .lang-menu {
    display: none;
    left: 0;
    position: absolute;
    top: 63px;
    z-index: 1;
    background: #fff;
    right: 0;
    text-align: center;
    padding: 0 0 10px 0;
  }
}
header .lang-menu li {
  display: inline-block;
}
header .lang-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  background: #404041;
  border-radius: 50%;
  margin: 2px 0 0 0;
  display: inline-block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  margin: 0 0 0 15px;
}
header .lang-menu li.current-lang a {
  background: #8bb151;
}
@media only screen and (max-width: 1024px) {
  header.active .main-menu-container, header.active .lang-menu {
    display: block;
  }
}
header #mobile-menu {
  display: none;
  width: 32px;
  height: 32px;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  header #mobile-menu {
    display: inline-block;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-active {
    overflow: hidden;
  }
}

.newsletter-section {
  padding: 30px 0;
}
.newsletter-section h2 {
  color: #81BB3F;
  font-size: 24px;
  text-align: center;
  padding: 0 0 20px;
}
.newsletter-section form p {
  text-align: center;
}
.newsletter-section form .wpcf7-spinner {
  display: none;
}
.newsletter-section form .wpcf7-not-valid-tip {
  font-size: 14px;
  padding: 10px 0 0;
}
.newsletter-section form .wpcf7-response-output {
  font-size: 16px;
  color: #81BB3F;
  text-align: center;
}
.newsletter-section form input[type=email] {
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #81BB3F;
  outline: none;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 360px;
}
.newsletter-section form input[type=submit] {
  text-decoration: none;
  display: inline-block;
  border-radius: 23px;
  font-size: 1.7em;
  font-family: "Patrick Hand", cursive;
  color: #fff;
  padding: 16px 58px 16px 58px;
  background: #81BB3F;
  border: none;
  min-height: initial !important;
  margin: 15px 0 0;
  cursor: pointer;
}

footer {
  background: #80B73F;
  margin: 48px 0 0 0;
  background: url(img/footer_bg.svg) no-repeat;
  background-position: top;
  background-size: cover;
  padding: 80px 0 28px 0;
}
@media only screen and (max-width: 576px) {
  footer {
    margin: 25px 0 0 0;
  }
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  footer .footer-container {
    display: block;
  }
}
footer .footer-container .spacer {
  height: 30px;
  display: block;
  width: 1px;
}
@media only screen and (max-width: 576px) {
  footer .footer-container .spacer {
    display: none;
  }
}
footer .footer-container .footer-text p {
  color: #fff;
  font-family: "Patrick Hand", cursive;
  font-size: 1.4em;
  padding: 0 0 4px 0;
}
footer .footer-container .footer-text p.footer-title {
  font-size: 1.6em;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .footer-text p.footer-title {
    font-size: 1.4em;
  }
}
footer .footer-container .footer-text p a {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
}
footer .footer-container .footer-text .logo-mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  footer .footer-container .footer-text .logo-mobile {
    display: block;
    width: 150px;
    margin: 0 0 10px 0;
  }
}
footer .footer-container .footer-social {
  text-align: right;
}
@media only screen and (max-width: 576px) {
  footer .footer-container .footer-social {
    text-align: left;
  }
}
footer .footer-container .footer-social .logo {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 768px) {
  footer .footer-container .footer-social .logo {
    max-width: 180px;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer-container .footer-social .logo {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer-container .footer-social ul {
    margin: 10px 0 0 0;
  }
}
footer .footer-container .footer-social ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 576px) {
  footer .footer-container .footer-social ul li {
    margin: 0 5px 0 0;
  }
}

.page-404 {
  padding: 150px 0 150px;
}
@media only screen and (max-width: 768px) {
  .page-404 {
    padding: 80px 0 80px;
  }
}
.page-404 h1 {
  font-size: 4.8em;
  font-family: "Patrick Hand", cursive;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .page-404 h1 {
    font-size: 4em;
  }
}

.about-page {
  padding: 0 0 0 0;
  overflow: hidden;
}
.about-page .text-and-image {
  padding: 85px 0 60px 0;
}
@media only screen and (max-width: 1099px) {
  .about-page .text-and-image {
    padding: 45px 0 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-page .text-and-image {
    padding: 0 0 10px 0;
  }
}
.about-page .text-and-image .text-and-image__container {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .about-page .text-and-image .text-and-image__container {
    display: block;
  }
}
.about-page .text-and-image .text-and-image__container .text-and-image__text {
  flex-basis: 48.5%;
  flex-grow: 0;
  flex-shrink: 0;
}
.about-page .text-and-image .text-and-image__container .text-and-image__text p {
  font-size: 1.4em;
  color: #686868;
  letter-spacing: -0.01em;
  line-height: 1.25em;
  padding: 0 0 15px 0;
}
.about-page .text-and-image .text-and-image__container .text-and-image__text .btn {
  margin: 26px 0 0 0;
}
.about-page .text-and-image .text-and-image__container .text-and-image__text img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .about-page .text-and-image .text-and-image__container .text-and-image__text img {
    display: block;
  }
}
.about-page .text-and-image .text-and-image__container .text-and-image__image {
  flex-basis: 53%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 0 4%;
}
.about-page .text-and-image .text-and-image__container .text-and-image__image .text-and-image__image-container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-page .text-and-image .text-and-image__container .text-and-image__image .text-and-image__image-container {
    max-width: 400px;
    margin: 0 auto;
    display: none !important;
  }
}
.about-page .text-and-image .text-and-image__container .text-and-image__image .text-and-image__image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 82%;
}
.about-page .text-and-image .text-and-image__container .text-and-image__image .text-and-image__image-container .image-1 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-57%, -25%);
  width: 47%;
}
.about-page .text-and-image .text-and-image__container .text-and-image__image .text-and-image__image-container .image-2 {
  position: absolute;
  top: 66%;
  left: 44%;
  transform: translate(-50%, -50%);
  width: 78%;
}
.about-page .text-and-image .text-and-image__container.text-and-image__reverse-order .text-and-image__text {
  order: 2;
}
.about-page .text-and-image .text-and-image__container.text-and-image__reverse-order .text-and-image__image {
  order: 1;
}
.about-page .text-and-image.text-and-image__green-image .text-and-image__container {
  position: relative;
}
.about-page .text-and-image.text-and-image__green-image .text-and-image__container::before {
  position: absolute;
  bottom: -96px;
  left: -225px;
  width: 88px;
  height: 86px;
  content: "";
  background: url(img/vector_6.svg);
  background-repeat: no-repeat;
}
.about-page .text-and-image.text-and-image__green-image .text-and-image__container::after {
  position: absolute;
  top: 96px;
  right: -174px;
  width: 97px;
  height: 150px;
  content: "";
  background: url(img/vector_5.svg);
  background-repeat: no-repeat;
}
.about-page .text-and-image.text-and-image__green-image .text-and-image__text {
  flex-basis: 40%;
}
.about-page .text-and-image.text-and-image__green-image .text-and-image__image {
  margin: 0 5% 0 0;
  flex-basis: 55%;
  margin: 0 5% 0 0;
}
.about-page .text-and-image.text-and-image__green-image .text-and-image__image .text-and-image__image-container .image {
  top: 13%;
  right: 0;
  left: initial;
}
.about-page .text-and-image.text-and-image__orange-image .text-and-image__container {
  position: relative;
}
.about-page .text-and-image.text-and-image__orange-image .text-and-image__container::before {
  position: absolute;
  top: 125px;
  left: -159px;
  width: 56px;
  height: 97px;
  content: "";
  background: url(img/vector_7.svg);
  background-repeat: no-repeat;
}
.about-page .text-and-image.text-and-image__orange-image .text-and-image__container::after {
  position: absolute;
  bottom: 279px;
  right: -223px;
  width: 68px;
  height: 68px;
  content: "";
  background: url(img/vector_8.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .about-page .text-and-image.text-and-image__orange-image .text-and-image__image-container {
    margin-top: 60px !important;
  }
}

.post-template-default {
  padding: 125px 0 0;
}
@media only screen and (max-width: 768px) {
  .post-template-default {
    padding: 90px 0 0;
  }
}
.post-template-default .post-date {
  font-family: "Patrick Hand", cursive;
  font-size: 1.2em;
  display: block;
  margin: 0 0 8px 0;
}
.post-template-default h1 {
  font-family: "Patrick Hand", cursive;
  font-size: 2.4em;
  font-weight: 400;
}
.post-template-default .post-content {
  padding: 13px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .post-template-default .post-content {
    padding: 13px 0 40px 0;
  }
}
.post-template-default .post-content img {
  display: block;
  margin: 0 0 35px;
}
.post-template-default .post-content p {
  font-size: 1.2em;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  padding: 0 0 14px 0;
}

.page-template-tmpl-blog footer {
  background-color: #fdf2f0;
  margin: 0;
}

.blog-hero {
  z-index: 1;
  position: relative;
  background: #e8f0db;
  padding: 11px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .blog-hero {
    padding: 15px 0 0 0;
  }
}
.blog-hero .blog-hero-content {
  position: relative;
  margin: 64px 92px 50px;
}
@media only screen and (max-width: 768px) {
  .blog-hero .blog-hero-content {
    margin: 30px 0 30px;
  }
}
.blog-hero .blog-hero-content::before {
  content: "";
  position: absolute;
  left: -56px;
  top: -9px;
  bottom: -33px;
  background: #f9ad9f;
  width: 10px;
  border-radius: 10px;
}
.blog-hero .blog-hero-content::after {
  content: "";
  position: absolute;
  right: -56px;
  top: -9px;
  bottom: -33px;
  background: #f9ad9f;
  width: 10px;
  border-radius: 10px;
}
.blog-hero .blog-hero-content p {
  color: #686868;
  font-size: 1.4em;
  margin: 0 0 13px;
  letter-spacing: -0.01em;
  line-height: 1.25em;
}

.blog-posts {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0 0 35px 0;
}
@media only screen and (max-width: 576px) {
  .blog-posts {
    padding: 0;
  }
}
.blog-posts::before {
  content: "";
  background: url(img/blog_bg_1.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-position: bottom center;
  width: 100%;
  height: 260px;
  background-size: cover;
  z-index: 0;
}
.blog-posts::after {
  content: "";
  background: url(img/blog_bg_2.svg) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: top center;
  width: 100%;
  height: 420px;
  background-size: cover;
}
.blog-posts .blog-posts__container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .blog-posts .blog-posts__container {
    display: block;
  }
}
.blog-posts .blog-posts__container .blog-post {
  flex: 0 0 27.6%;
  margin: 40px 2.86%;
}
@media only screen and (max-width: 768px) {
  .blog-posts .blog-posts__container .blog-post {
    flex: 0 0 40%;
    margin: 10px 5%;
  }
}
@media only screen and (max-width: 576px) {
  .blog-posts .blog-posts__container .blog-post {
    max-width: 300px;
    margin: 15px auto;
  }
}
.blog-posts .blog-posts__container .blog-post a {
  text-decoration: none;
}
.blog-posts .blog-posts__container .blog-post .blog-image {
  width: 100%;
  height: 76.6%;
  background: url(img/blog_post_bg.svg) no-repeat;
  background-size: 100% 100%;
}
.blog-posts .blog-posts__container .blog-post .blog-image img {
  width: 100%;
}
.blog-posts .blog-posts__container .blog-post .blog-image .mask-blog-image {
  -webkit-mask-image: url(img/blog_mask_image.svg);
  mask-image: url(img/blog_mask_image.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.blog-posts .blog-posts__container .blog-post h2 {
  color: #686868;
  padding: 0 0 30px;
  text-align: center;
  text-decoration: none;
  font-family: "Patrick Hand", cursive;
  font-size: 1.4em;
}
@media only screen and (max-width: 576px) {
  .blog-posts .blog-posts__container .blog-post h2 {
    padding: 15px 0 15px;
  }
}
.blog-posts .blog-posts__container .blog-post span {
  color: #686868;
  padding: 30px 0 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: "Patrick Hand", cursive;
  font-size: 1.4em;
}
@media only screen and (max-width: 576px) {
  .blog-posts .blog-posts__container .blog-post span {
    padding: 15px 0 15px;
  }
}

.home-hero {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.home-hero .container-lg {
  position: relative;
}
.home-hero img {
  margin: 3.5% 0 0 0;
}
.home-hero .home-hero-text {
  position: absolute;
  right: 9.5%;
  top: 50%;
  width: 31%;
  transform: translate(0, -50%);
}
.home-hero h1 {
  color: #006838;
  font-family: "Patrick Hand", cursive;
  font-size: 4em;
  font-weight: 400;
  line-height: 0.9em;
}
@media only screen and (max-width: 1099px) {
  .home-hero h1 {
    font-size: 3.2em;
  }
}
@media only screen and (max-width: 768px) {
  .home-hero h1 {
    font-size: 2.6em;
  }
}
@media only screen and (max-width: 576px) {
  .home-hero h1 {
    font-size: 2em;
  }
}
.home-hero .hero-button {
  font-size: 20px;
  padding: 15px 25px 15px 25px;
  background: #f1873b;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .home-hero .hero-button {
    font-size: 16px;
    padding: 5px 15px 5px 15px;
  }
}
.home-hero .hero-button-thank-you {
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  display: none;
}

.home-content {
  padding: 45px 0 50px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1099px) {
  .home-content {
    padding: 25px 0 0 0;
  }
}
.home-content p,
.home-content li {
  font-size: 1.4em;
  color: #686868;
  letter-spacing: -0.01em;
  line-height: 1.25em;
  padding: 7px 0 7px;
}
.home-content ul {
  margin: -5px 0 3px 13px;
}
.home-content ul li {
  position: relative;
  padding: 2px 0 2px 8px;
}
.home-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #686868;
  border-radius: 50%;
  display: block;
  width: 3px;
  height: 3px;
}
.home-content .home-text {
  position: relative;
}
.home-content .home-text::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -465px;
  width: 412px;
  height: 418px;
  background: url(img/vector_1.svg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .home-content .home-text {
    padding: 0 0 15px;
  }
}
.home-content .home-box {
  background: #f1873b;
  max-width: 580px;
  margin: 30px auto 30px;
  border-radius: 30px;
  padding: 12px 25px 12px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-content .home-box {
    margin: 0 auto 0px;
    padding: 12px 12px 12px;
  }
}
.home-content .home-box::after {
  content: "";
  position: absolute;
  bottom: 21px;
  right: -335px;
  width: 222px;
  height: 198px;
  background: url(img/vector_2.svg) no-repeat;
  background-size: cover;
}
.home-content .home-box p,
.home-content .home-box li {
  color: #fff;
}
.home-content .home-box ul li {
  position: relative;
}
.home-content .home-box ul li::before {
  background: #fff;
}

.moduls-page-hero {
  padding: 55px 0 90px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .moduls-page-hero {
    padding: 20px 0 90px 0;
  }
}
@media only screen and (max-width: 576px) {
  .moduls-page-hero {
    padding: 20px 0 60px 0;
  }
}
.moduls-page-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translate(-50%, 0);
  width: 2400px;
  height: 2000px;
  background: #fdf4e1;
  border-radius: 50%;
  z-index: 0;
}
.moduls-page-hero .moduls-page__container {
  display: flex;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .moduls-page-hero .moduls-page__container {
    display: block;
  }
}
.moduls-page-hero .moduls-page__container .moduls-page-hero__text {
  flex-basis: 57%;
  flex-grow: 0;
  flex-shrink: 0;
  order: 1;
  margin: 0 8% 0 0;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .moduls-page-hero .moduls-page__container .moduls-page-hero__text {
    padding: 0 0 0 0;
  }
}
.moduls-page-hero .moduls-page__container .moduls-page-hero__text h1 {
  font-family: "Patrick Hand", cursive;
  font-size: 2.4em;
  font-weight: 400;
}
.moduls-page-hero .moduls-page__container .moduls-page-hero__text p {
  font-size: 1.4em;
  line-height: 1.25em;
  padding: 10px 0 0;
  letter-spacing: -0.01em;
}
.moduls-page-hero .moduls-page__container .moduls-page-hero__image {
  flex-basis: 35%;
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
}
@media only screen and (max-width: 576px) {
  .moduls-page-hero .moduls-page__container .moduls-page-hero__image img {
    max-width: 100px;
    margin: 0 0 20px 0;
  }
}

.moduls-content {
  padding: 30px 0 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .moduls-content {
    padding: 30px 0 20px 0;
  }
}
.moduls-content .moduls-content-videos {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 768px) {
  .moduls-content .moduls-content-videos {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 576px) {
  .moduls-content .moduls-content-videos {
    display: block;
    padding: 0;
  }
}
.moduls-content .moduls-content-videos .moduls-content-videos__video {
  flex: 0 0 33.333333%;
}
@media only screen and (max-width: 576px) {
  .moduls-content .moduls-content-videos .moduls-content-videos__video {
    margin: 0 0 40px;
  }
}
.moduls-content .moduls-content-videos .moduls-content-videos__video .moduls-content-videos__video__container {
  padding: 95.8% 0 0 0;
  background: url(img/vector_18.svg) no-repeat;
  position: relative;
  width: 91%;
  margin: 0 4.5%;
  background-size: 92%;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video .moduls-content-videos__video__image {
  position: absolute;
  right: 0px;
  bottom: 14%;
  width: 85%;
  left: 15%;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video .moduls-content-videos__video__image h2 {
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-size: 1.4em;
  margin: 0 25px 16px 0;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video .moduls-content-videos__video__image img {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video .moduls-content-videos__video__image a {
  position: relative;
  display: block;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video .moduls-content-videos__video__image a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video .moduls-content-videos__video__button {
  text-align: center;
  padding: 25px 0 0 0;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video .btn {
  color: #686868;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video.moduls-orange .btn {
  background: #FFC85F;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video.moduls-blue .moduls-content-videos__video__container {
  background-image: url(img/vector_19.svg);
}
.moduls-content .moduls-content-videos .moduls-content-videos__video.moduls-blue .btn {
  background: #A6DCEA;
}
.moduls-content .moduls-content-videos .moduls-content-videos__video.moduls-pink .moduls-content-videos__video__container {
  background-image: url(img/vector_20.svg);
}
.moduls-content .moduls-content-videos .moduls-content-videos__video.moduls-pink .btn {
  background: #F9AD9F;
}

.moduls-content-posters-text {
  padding: 0 0 35px 0;
}
@media only screen and (max-width: 768px) {
  .moduls-content-posters-text {
    padding: 0 0 0 0;
  }
}
.moduls-content-posters-text h3 {
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-size: 2.4em;
}
.moduls-content-posters-text p {
  font-size: 1.4em;
  padding: 9px 0 0;
  letter-spacing: -0.01em;
  line-height: 1.25em;
}

.moduls-content-posters {
  padding: 45px 0 0 0;
}
.moduls-content-posters .moduls-content-posters__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 740px;
  align-items: flex-end;
}
@media only screen and (max-width: 576px) {
  .moduls-content-posters .moduls-content-posters__container {
    display: block;
  }
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster {
  flex: 0 0 25%;
}
@media only screen and (max-width: 576px) {
  .moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster {
    margin: 0 0 30px 0;
  }
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster h2 {
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-size: 1.4em;
  padding: 0 0 14px 0;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster .moduls-content-posters__poster__image {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster .moduls-content-posters__poster__image::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster .moduls-content-posters__poster__image {
    width: 250px;
  }
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster .moduls-content-posters__poster__image img {
  border-radius: 25px;
}
@media only screen and (max-width: 576px) {
  .moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster .moduls-content-posters__poster__image img {
    width: 100%;
  }
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster .moduls-content-posters__poster__button {
  text-align: center;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster .btn {
  margin: 30px 0 0 0;
  padding: 16px 32px 16px;
}
@media only screen and (max-width: 768px) {
  .moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster .btn {
    padding: 16px;
  }
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster.poster-1 .moduls-content-posters__poster__image::before {
  background: #8EAB2F;
  left: -25%;
  bottom: 53%;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster.poster-1 .btn {
  background: #8EAB2F;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster.poster-2 .moduls-content-posters__poster__image::before {
  background: #F1873B;
  left: -21%;
  bottom: 43%;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster.poster-2 .btn {
  background: #F1873B;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster.poster-3 .moduls-content-posters__poster__image::before {
  background: #E9AB40;
  right: -20%;
  bottom: 57%;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster.poster-3 .btn {
  background: #E9AB40;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster.poster-4 .moduls-content-posters__poster__image::before {
  background: #C64037;
  right: -27%;
  bottom: 30%;
}
.moduls-content-posters .moduls-content-posters__container .moduls-content-posters__poster.poster-4 .btn {
  background: #C64037;
}

.services-hero img {
  width: 100%;
  max-width: 100%;
}

.services-page-content {
  padding: 7px 0 0 0;
  overflow: hidden;
}

.services-text-and-image {
  display: flex;
  padding: 52px 0 52px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .services-text-and-image {
    padding: 25px 0 25px;
  }
}
@media only screen and (max-width: 576px) {
  .services-text-and-image {
    display: block;
  }
}
.services-text-and-image .services-text-and-image__image {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .services-text-and-image .services-text-and-image__image {
    flex-basis: 45%;
    margin: 0 5% 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .services-text-and-image .services-text-and-image__image {
    text-align: center !important;
    margin: 0 0 20px 0 !important;
  }
}
.services-text-and-image .services-text-and-image__text {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 576px) {
  .services-text-and-image .services-text-and-image__text {
    text-align: left !important;
  }
}
.services-text-and-image .services-text-and-image__text p {
  font-size: 1.4em;
  color: #686868;
  line-height: 1.25em;
}
.services-text-and-image .services-text-and-image__text .btn {
  margin: 25px 0 0 0;
}
.services-text-and-image.services-text-and-image__reverse-order .services-text-and-image__image {
  order: 2;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .services-text-and-image.services-text-and-image__reverse-order .services-text-and-image__image {
    margin: 0 0 0 5%;
  }
}
.services-text-and-image.services-text-and-image__reverse-order .services-text-and-image__text {
  text-align: right;
}
.services-text-and-image.services-text-and-image__service-1::before {
  content: "";
  position: absolute;
  background: url(img/vector_9.svg) no-repeat;
  width: 110px;
  height: 233px;
  left: -264px;
  top: 128px;
}
.services-text-and-image.services-text-and-image__service-1::after {
  content: "";
  position: absolute;
  background: url(img/vector_10.svg) no-repeat;
  width: 295px;
  height: 202px;
  right: -320px;
  top: 145px;
}
.services-text-and-image.services-text-and-image__service-2::before {
  content: "";
  position: absolute;
  background: url(img/vector_11.svg) no-repeat;
  width: 83px;
  height: 83px;
  left: -302px;
  top: 84px;
}
.services-text-and-image.services-text-and-image__service-3::before {
  content: "";
  position: absolute;
  background: url(img/vector_12.svg) no-repeat;
  width: 142px;
  height: 142px;
  left: -230px;
  top: 12px;
}
.services-text-and-image.services-text-and-image__service-3::after {
  content: "";
  position: absolute;
  background: url(img/vector_13.svg) no-repeat;
  width: 89px;
  height: 99px;
  right: -170px;
  top: -20px;
}

.sos-hero {
  background: #ffc85f;
  padding: 48px 0 80px 0;
  position: relative;
  overflow: hidden;
}
.sos-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 180px 4000px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(0deg);
}
.sos-hero .sos-hero__content {
  display: flex;
}
@media only screen and (max-width: 576px) {
  .sos-hero .sos-hero__content {
    display: block;
  }
}
.sos-hero .sos-hero__content .sos-hero__content__text {
  flex-basis: 62%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 6% 0 0;
  order: 1;
}
.sos-hero .sos-hero__content .sos-hero__content__text h1 {
  font-family: "Patrick Hand", cursive;
  font-size: 2.4em;
  color: #686868;
  padding: 0 0 10px 0;
}
.sos-hero .sos-hero__content .sos-hero__content__text p {
  font-size: 1.4em;
  color: #686868;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  padding: 0 0 15px 0;
}
.sos-hero .sos-hero__content .sos-hero__content__image {
  flex-basis: 32%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 35px 0 0 0;
  order: 2;
}
@media only screen and (max-width: 576px) {
  .sos-hero .sos-hero__content .sos-hero__content__image {
    padding: 0;
    margin: 0 0 20px;
  }
  .sos-hero .sos-hero__content .sos-hero__content__image img {
    margin: 0 auto 20px;
    max-width: 120px;
    display: block;
  }
}

.sos-content {
  padding: 45px 0 50px 0;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .sos-content {
    padding: 45px 0 0 0;
  }
}
.sos-content .sos-content__container {
  position: relative;
}
.sos-content .sos-content__container::before {
  content: "";
  position: absolute;
  left: -486px;
  top: 15px;
  width: 439px;
  height: 399px;
  background: url(img/vector_14.svg) no-repeat;
}
.sos-content .sos-content__container::after {
  content: "";
  position: absolute;
  right: -382px;
  top: 100px;
  width: 311px;
  height: 311px;
  background: url(img/vector_15.svg) no-repeat;
}
.sos-content h2 {
  font-size: 1.4em;
}
.sos-content .sos-content__info {
  padding: 25px 0 12px 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .sos-content .sos-content__info {
    display: block;
  }
}
.sos-content .sos-content__info h3 {
  font-size: 2.4em;
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .sos-content .sos-content__info h3 {
    font-size: 1.8em;
  }
}
.sos-content .sos-content__info p {
  font-size: 1.4em;
  line-height: 1.25em;
  padding: 10px 0 0 0;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 768px) {
  .sos-content .sos-content__info .sos-content__info__text {
    max-width: 100% !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .sos-content .sos-content__info .sos-content__info__image a {
    margin: 10px 5px 0 0 !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .sos-content .sos-content__info .sos-content__info__image a img {
    margin: 0 !important;
    max-width: 48px;
  }
}
.sos-content .sos-content__info.sos-content__phone .sos-content__info__text {
  max-width: 445px;
  margin: 0 20px 0 0;
}
.sos-content .sos-content__info.sos-content__email .sos-content__info__text {
  max-width: 320px;
  margin: 0 20px 0 0;
}
.sos-content .sos-content__info.sos-content__social .sos-content__info__text {
  max-width: 390px;
  margin: 0 20px 0 0;
}
.sos-content .sos-content__info.sos-content__social .sos-content__info__image a {
  display: inline-block;
  margin: 9px 11px;
}
.sos-content .sos-content__info.sos-content__piegon .sos-content__info__text {
  max-width: 370px;
  margin: 0 20px 0 0;
}
.sos-content .sos-content__info.sos-content__piegon .sos-content__info__image a {
  display: inline-block;
  margin: -27px 0 0 80px;
}

.woocommerce-MyAccount-navigation li {
  border: 1px solid #81bb3f;
  border-top: none;
}
.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #81bb3f;
}
.woocommerce-MyAccount-navigation li.is-active {
  background: #81bb3f;
}
.woocommerce-MyAccount-navigation li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation li a {
  font-size: 1.4em;
  text-decoration: none;
  padding: 15px 10px;
  display: block;
}

.woocommerce-MyAccount-content {
  font-size: 1.2em;
  line-height: 1.35em;
}

.woocommerce-notices-wrapper {
  font-size: 1.2em;
}

#customer_login {
  font-family: "Patrick Hand", cursive;
}
#customer_login h2 {
  color: #80b73f;
  font-size: 2em;
  font-family: "Patrick Hand", cursive;
}
#customer_login .woocommerce-form {
  border: 1px solid #80b73f;
}
#customer_login .woocommerce-form label {
  font-size: 1.4em;
}
#customer_login .woocommerce-form input {
  border: 1px solid #80b73f;
  font-size: 1.4em;
  border-radius: 20px;
  padding: 10px 10px;
  margin: 5px 0 0 0;
}
#customer_login .woocommerce-form .woocommerce-form-login__rememberme {
  display: block;
}
#customer_login .woocommerce-form .woocommerce-button {
  display: inline-block;
  margin: 10px 0 0 0;
}
#customer_login .woocommerce-form .lost_password {
  font-size: 1.4em;
  margin: 10px 0 0 0;
}

.woocommerce-order {
  font-size: 1.4em;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  margin: 0 0 20px 0;
}
.woocommerce-order .woocommerce-column__title,
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-order-downloads__title {
  margin: 0 0 15px 0;
}
.woocommerce-order .woocommerce-customer-details address {
  line-height: 1.6em;
}
.woocommerce-order .woocommerce-order-details .order-again a {
  font-size: 1.2em;
}

.wp-block-woocommerce-cart {
  font-size: 1.4em;
}

.wp-block-woocommerce-checkout {
  font-size: 1.4em;
}

.woocommerce-Address-title {
  display: none;
}

.woocommerce-Input {
  padding: 10px 5px;
}

.admin-bar header {
  top: var(--wp-admin--admin-bar--height);
}

.default-page-temaplate {
  padding: 60px 0 120px;
}