a {
  text-decoration: none;
  color: inherit;
}
.hidden {
  display: none;
}
.hid {
  visibility: hidden;
}
.inside {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body {
  font-family: 'Classico-Regular', sans-serif;
  background: #fff7eb url(../images/main-bg.jpeg);
  font-weight: 400;
  color: #473030;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-c {
  justify-content: center;
}
.flex-l {
  justify-content: flex-start;
}
.flex-r {
  justify-content: flex-end;
}
.flex-t {
  align-items: flex-start;
}
.flex-b {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.inside {
  width: 1260px;
  margin: 0 auto;
}
.button-ellipse {
  margin-top: 54px;
  text-align: center;	
}
.button-ellipse a,
.button-ellipse button {
  width: 200px;
  padding: 30px;
  border-radius: 60px;
  background: url(../images/ellipse.svg) no-repeat center;
  display: inline-block;
  box-sizing: border-box;
  height: 120px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.button-ellipse a span,
.button-ellipse button span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin-top: 14px;
  font-family: 'Stem-Regular', sans-serif;
  transition: all 0.3s ease 0s;
  font-size: 16px;
}
.button-ellipse a:hover,
.button-ellipse button:hover {
  background-image: url(../images/ellipse-border.svg);
  transition: all 0.3s ease 0s;
}
.button-ellipse a:hover span,
.button-ellipse button:hover span {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
.button-ellipse-border {
  margin-top: 54px;
  text-align: center;
}
.button-ellipse-border a,
.button-ellipse-border button {
  width: 200px;
  padding: 30px 10px;
  border-radius: 60px;
  background: url(../images/ellipse-border.svg) no-repeat center;
  display: inline-block;
  box-sizing: border-box;
  height: 120px;
  border: none;
  transition: all 0.3s ease 0s;
}
.button-ellipse-border a span,
.button-ellipse-border button span {
  display: block;
  text-transform: uppercase;
  color: #9dc56a;
  font-family: 'Stem-Regular', sans-serif;
  transition: all 0.3s ease 0s;
  margin-top: 14px;
}
.button-ellipse-border a:hover,
.button-ellipse-border button:hover {
  background-image: url(../images/ellipse.svg);
  transition: all 0.3s ease 0s;
}
.button-ellipse-border a:hover span,
.button-ellipse-border button:hover span {
  color: #fff;
  transition: all 0.3s ease 0s;
}
.brown-title {
  text-align: center;
  margin-bottom: 70px;
  color: #473030;
  font-size: 74px;
  text-transform: uppercase;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  color: #473030;
  
}
.header.fixed {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.header .inside {
  width: 100%;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 12px;
  overflow: hidden;
}
.header .logo {
  text-align: center;
}
.header .logo span {
  display: block;
  font-size: 19px;
  text-align: center;
  color: #473030;
  margin-top: -8px;
  padding-left: 4px;
  font-family: 'Classico-Bold', sans-serif;
}

.header.nav-open .mobile-navigation {
  top: 0px;
  height: 100%;
  left: 0;
}
.header .mobile-navigation .overlay {
    display: none;
}
.header.nav-open .mobile-navigation .overlay {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: -1;    
}
.fancybox-active .header.nav-open .mobile-navigation {
    left: -440px
}
.header.nav-open .languages a {
  transition: all 0.3s ease 0s;
}
.header.nav-open .languages a:hover {
  background: #9dc56a;
  transition: all 0.3s ease 0s;
  border-color: #9dc56a;
}
.header .search {
    position: relative;
}
.header .search form button.close-search {
    position: absolute;
    left: 0px;
    top: 8px;
    cursor: pointer;
    background: none;
    border: none;
    right: auto;
    width: 22px;
    height: 22px;
}
.header .search form {
    position: absolute;
    right: -500px;
    width: 400px;
    height: 40px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.header .search form button {
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 1px;    
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
    width: 34px;
    height: 34px;
}
.search-not-found {
    margin-bottom: 60px;
    text-align: center;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
    border-radius: 0;
}
.header .search form input {
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    border-bottom: 1px solid #473030;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    color: #473030;
    border-radius: 0;
}
.header .search form ::-webkit-input-placeholder {
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.header .search form ::-moz-placeholder {
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.header .search form :-ms-input-placeholder {
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.header .search form :-moz-placeholder {
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;   
}

.header .search.show-search form {
    right: 0;
    transition: all 0.3s ease 0s;
}
.header .search.show-search > button {
    /*visibility: hidden;*/
}
body.nav-open .search.show-search input {
    background: none;
    transition: all 0.3s ease 0s;
    transition-delay: 0.2s;
} 
.header .left-header-part {
  width: 160px;
}
.header .right-header-part {
  width: 160px;
}
.header .right-header-part .cabinet {
  margin-left: 2px;
}
.header .languages {
  margin-left: 24px;
}
.header .languages li:first-child {
  margin-right: 8px;
}
.header .languages a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #ada7a2;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  color: inherit;
  font-family: 'Stem-Regular', sans-serif;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.header .languages a:hover {
  background: #9dc56a;
  transition: all 0.3s ease 0s;
  color: #fff;
  border-color: #9dc56a;
}
.header .languages .wpml-ls-current-language a {
  border-color: #9dc56a;
}
.header .toggler {
  width: 36px;
  position: relative;
}
.header .toggler .menu-btn {
  position: relative;
  padding: 0;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.header .toggler .menu-btn .line {
  padding: 0;
  width: 100%;
  background: #473030;
  height: 1px;
  margin: 10px 0;
  transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}
.header .toggler .menu-btn .line.line--1 {
  transform: rotate(0) translateY(0);
}
.header .toggler .menu-btn .line.line--2 {
  transform: translateX(0);
}
.header .toggler .menu-btn .line.line--3 {
  transform: rotate(0) translateY(0);
}


.header .mobile-navigation .menu-btn {
  position: relative;
  padding: 0;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  width: 36px;    
  margin-bottom: 24px;
  height: 36px;
  position: absolute;
  left: 9px;
  top: 14px;
}
.header .mobile-navigation .menu-btn .line {
  padding: 0;
  width: 100%;
  background: #fff;
  height: 1px;
  margin: 10px 0;
  transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}
.header .mobile-navigation .menu-btn .line.line--1 {
  width: 36px;
  transform: rotate(45deg) translateY(12px) translateX(12px);
}
.header .mobile-navigation .menu-btn .line.line--3 {
  width: 36px;
  transform: rotate(-45deg) translateY(4px) translateX(-4px);
}




.header .toggler span {
  height: 1px;
  display: block;
  background: #473030;
}
.header .toggler span:nth-child(2) {
  margin-bottom: 9px;
  margin-top: 9px;
}
.main-wr {
  background: #fff;
}
.wrapper {
  padding-top: 80px;
}
.main-screen {
  background-color: #fff;
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  /*background-image: url(../images/main-1.svg), url(../images/main-2.svg), url(../images/cloud-main-1.svg), url(../images/cloud-main-2.svg);
  background-position: left bottom, right bottom, left 60px top 86px, right 60px top 86px;
  background-repeat: no-repeat;*/
  padding-top: 80px;
  padding-bottom: 96px;
  text-align: center;
  position: relative;
}
.main-screen {
   background-image: url(../images/main-bg-pc.svg);
   background-repeat: no-repeat;
   background-position: center bottom;
}
.main-screen .eye {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -46px;
}
.main-screen .eye span {
  display: inline-block;
  cursor: pointer;
}
.main-screen h1 {
  font-size: 88px;
  line-height: 0.9;
  margin-bottom: 24px;
}
.main-screen h1 span {
  display: block;
  margin-bottom: 10px;
}
.main-screen h1 .brown {
  color: #473030;
}
.main-screen h2 {
  font-family: 'Stem-Italic', sans-serif;
  width: 386px;
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.4;
}
.main-screen .caption {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
.main-screen .caption .span-1 {
  text-align: center;
}
.main-screen .caption .span-2 {
  text-align: left;
  font-family: 'Classico-BoldItalic', sans-serif;
  color: #9dc56a;
}
.main-screen .caption .span-3 {
  text-align: right;
}
.advice {
  padding-top: 120px;
}
.advice .inside {
  width: 814px;
}
.advice .inside .row {
  padding: 50px 0;
  border-top: 1px solid rgba(71, 48, 48, 0.2);
}
.advice .inside .row:last-child {
  border-bottom: 1px solid rgba(71, 48, 48, 0.2);
}
.advice .inside .row .image {
  width: 380px;
  padding-top: 10px;
  text-align: center;
}
.advice .inside .row .image img {
  max-width: 100%;
}
.advice .inside .row .description {
  width: 380px;
}
.advice .inside .row .description h3 {
  margin-bottom: 18px;
}
.advice .inside .row .description h3 a {
  font-size: 40px;
  line-height: 1.2;
  display: block;
}
.advice .inside .row .description p {
  line-height: 1.4;
  font-family: 'Stem-Regular', sans-serif;
}
.advice .inside .row .description .links {
  margin-top: 36px;
}
.advice .inside .row .description .links .permalink {
  color: #473030;
  font-family: 'Stem-Regular', sans-serif;
  text-transform: uppercase;
  padding-right: 26px;
  position: relative;
}
.advice .inside .row .description .links .permalink:after {
  position: absolute;
  content: "";
  right: -4px;
  top: -5px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.4998L19.5 5.49976' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 4.99976H20V19.9998' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.advice .inside .row .description .links .permalink:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 1px;
  border-radius: 2px;
  background: #473030;
  bottom: -4px;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.advice .inside .row .description .links .permalink:hover:before {
  transition: all 0.3s ease 0s;
  width: 100%;
}
.advice .inside .row .description .links .subscribe {
  color: #9dc56a;
  font-family: 'Stem-Bold', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.advice .inside .row .description .links .subscribe:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: #9dc56a;
  bottom: -4px;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.advice .inside .row .description .links .subscribe:hover:after {
  transition: all 0.3s ease 0s;
  width: 0;
}
.services {
  padding-top: 100px;
}
.services .inside {
  width: 1176px;
}
.services .item {
  width: 336px;
  max-width: 32%;
  text-align: center;
  margin-bottom: 42px;
}
.services .item .ico {
  margin-bottom: 12px;
  height: 160px;
}
.services .item h4 {
  margin-bottom: 48px;
  height: 70px;
  line-height: 1.15;
}
.services .item h4 a {
  color: #473030;
  font-size: 40px;
}
.services .item p {
  line-height: 1.4;
  color: #473030;
  font-size: 16px;
}
.services .footer {
  text-align: center;
  font-family: 'Stem-Italic', sans-serif;
  line-height: 1.4;
  width: 380px;
  margin: 0 auto;
}
.services .footer .button {
  margin-top: 28px;
}
.comments {
  padding: 100px 0 120px;
  /*.slick-slide:not(.slick-center) {
    .item-inner {
      padding-top: 280px;
      transition: all 0.5s ease 0s;
    }
    .text, .more {
      display: none;
    }
    .avatar {
      filter: grayscale(1);
      img {
        width: 192px;
      }
    }
    .name {
      color: #ada7a2;
      font-size: 24px;
    }
  }*/
}
.comments .title {
  text-align: center;
  margin-bottom: 70px;
  color: #473030;
  font-size: 74px;
}
.comments .title span {
  color: #9dc56a;
  margin-left: -40px;
  display: block;
  font-family: 'Classico-BoldItalic', sans-serif;
  margin-bottom: 12px;
}
.comments .slick-arrow {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #9dc56a;
  top: 22%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.comments .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -280px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5612 1C9.28565 3.16999 7.78437 5.21854 6.07888 7.11626C4.60686 8.64307 2.89341 9.95265 0.997326 11C2.92188 12.0905 4.66685 13.4337 6.17835 14.9879C7.85641 16.8478 9.32543 18.8623 10.5625 21' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M1.64655 11.2515L25 11.2515' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.comments .slick-arrow.slick-next {
  right: 50%;
  margin-right: -280px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4388 21C16.7144 18.83 18.2156 16.7815 19.9211 14.8837C21.3931 13.3569 23.1066 12.0474 25.0027 11C23.0781 9.90948 21.3332 8.56631 19.8216 7.01208C18.1436 5.15223 16.6746 3.13773 15.4375 1' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M24.3535 10.7485L1 10.7485' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.comments .slick-arrow:hover {
  background-color: #9dc56a;
  transition: all 0.3s ease 0s;
}
.comments .slick-dots {
  text-align: center;
  margin-top: 42px;
}
.comments .slick-dots li {
  float: none;
  display: inline-block;
  margin: 0 5px;
}
.comments .slick-dots li.slick-active button {
  background: #9dc56a;
}
.comments .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  background: #ada7a2;
  padding: 0;
}
.comments .item-inner {
  transition: all 0.5s ease 0s;
}
.comments .item {
  text-align: center;
}
.comments .item .item-inner {
  margin: 0 auto;
  width: 390px;
}
.comments .item .avatar {
  margin: 0 auto 28px;
  width: 200px;
  
}
.comments .show-slider .item .avatar {
    width: auto;
}
.comments .item .avatar img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
}
.comments .item .name {
  font-size: 40px;
  margin-bottom: 26px;
}
.comments .item .text {
  line-height: 1.4;
  font-family: 'Stem-Regular', sans-serif;
}
.comments .item .more {
  margin-top: 30px;
  font-family: 'Stem-Regular', sans-serif;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.comments .item .more a {
  padding-right: 30px;
  position: relative;
  padding-bottom: 4px;
}
.comments .item .more a:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.5L19.5 5.5' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 5H20V20' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  top: -2px;
  right: 0;
}
.comments .item .more a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 1px;
    border-radius: 2px;
    background: #473030;
    bottom: 2px;
    transition: all 0.3s ease 0s;
    
}
.comments .item .more a:hover:before {
    width: 100%;
    transition: all 0.3s ease 0s;
}
.video:not(.video-page) {
  padding-top: 100px;
}
.video.video-page {
    padding-top: 80px;
}
.video .inside {
  width: 1224px;
}
.video .video-header {
  margin-bottom: 30px;
}
.video .video-header img {
  max-width: 100%;
}
.video .video-list .item {
  width: 380px;
  max-width: 32%;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
}

.video .video-list .item .preview {
    width: 100%;
}
.video .video-list .video-popup-window {
    display: none;
}
.video-popup-window {
    display: none;
    width: 1280px;
    max-width: 100%;
    box-sizing: border-box;
}
.video-popup-window .video-header h3 {
    margin-bottom: 10px;
    font-size: 24px;
    display: block;
    line-height: 1.3;
}
.video-popup-window video {
    max-width: 100%;
}
.video-popup-window .video-header {
    padding: 20px 10px;
    line-height: 1.6;
}
.video .video-list .item a {
  transition: all 0.3s ease 0s;
}
.video .video-list .item a:hover {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
.video .video-list .item .title {
  margin-top: 10px;
  font-size: 24px;
  display: block;
  line-height: 1.3;
}
.video .video-list .item .date {
  color: #ada7a2;
  margin-top: 6px;
  width: 100%;
}
.video .button {
  margin-top: 0px;
}
footer.footer {
  text-align: center;
  background: #fff;
  padding: 60px 0;
  color: #473030;
}
footer.footer .logo {
  margin-bottom: 24px;
}
footer.footer .navigation {
  margin-bottom: 24px;
  line-height: 1.6;
}
footer.footer .navigation .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer.footer .navigation li {
  margin: 0 12px;
  text-transform: uppercase;
}
footer.footer .navigation li a {
  transition: all 0.3s ease 0s;
  position: relative;
}
footer.footer .navigation li a:after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0px;
  height: 1px;
  background: #473030;
  transition: all 0.3s ease 0s;
}
footer.footer .navigation li a:hover:after {
  width: 100%;
  transition: all 0.3s ease 0s;
}
footer.footer .socials {
  margin-bottom: 30px;
}
footer.footer .socials li {
  margin: 0 8px;
}
footer.footer .socials li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #9dc56a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
footer.footer .socials li a svg {
  display: inline-block;
  vertical-align: middle;
}
footer.footer .socials li a path {
  transition: all 0.3s ease 0s;
}
footer.footer .socials li a:hover {
  transition: all 0.3s ease 0s;
  background: #9dc56a;
}
footer.footer .socials li a:hover path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
footer.footer .street a {
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
footer.footer .street a:hover {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
footer.footer .street,
.adress_menu {
  margin-bottom: 30px;
  font-size: 20px;
}
footer.footer .phones .phone {
  margin-bottom: 15px;
}
footer.footer .phones .phone a {
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
footer.footer .phones .phone a:hover {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
footer.footer .email {
  margin-bottom: 15px;
}
footer.footer .email a {
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
footer.footer .email a:hover {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
footer.footer .copy {
  margin-bottom: 15px;
  color: #ada7a2;
  font-family: 'Stem-Regular', sans-serif;
}
footer.footer .payments .pay {
  margin: 0 10px;
}
.about {
  padding-top: 100px;
  background-image: url(../images/cloud-about-3.svg), url(../images/cloud-about-2.svg);
  background-repeat: no-repeat;
  background-position: left 0px top 200px, right 100px top 60px;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 60px;
}
.about .about-description {
  line-height: 1.6;
  padding-bottom: 60px;
  font-family: 'Stem-Regular', sans-serif;
  padding-top: 60px;  
  background: url(../images/flower.svg) no-repeat center top;
  position: relative;
  display: block;
}
.about .about-description:before {
    position: absolute;
    content: "";
    left: 0;
    width: 46%;
    background: #ada7a2;
    top: 25px;
    height: 1px;
}
.about .about-description:after {
    position: absolute;
    content: "";
    right: 0;
    width: 46%;
    background: #ada7a2;
    top: 25px;
    height: 1px;
}
.about .about-description p {
  margin-bottom: 20px;
  font-size: 18px;
}
.about .digit {
  font-family: 'Classico-BoldItalic', sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
  color: #ada7a2;
}
.about .digit strong {
  color: #9dc56a;
  display: block;
  margin-bottom: 16px;
  font-size: 80px;
}
.about .item {
  width: 300px;
}
.about .item .strong {
  font-size: 32px;
  line-height: 1.15;
}
.about .about-footer {
  padding: 0 82px 0 42px;
}
.about .about-footer .digit {
  margin-bottom: 18px;
}
.about .about-body {
  margin-bottom: 30px;
}
.about .about-body .img {
  width: 420px;
  position: relative;
}
.about .about-body .img span { 
  display: block;
}
.about .about-body .img img {
    max-width: 100%;
}
.about .about-body p {
  font-family: 'Stem-Italic', sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about .about-body li {
  padding-left: 38px;
  position: relative;
  font-family: 'Stem-Regular', sans-serif;
  margin-bottom: 20px;
  line-height: 1.4;
}
.about .about-body li:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -14px;
  background: url(../images/list-style.svg) no-repeat center;
}
.about .about-body .desc {
  width: 382px;
  padding-top: 26px;
}
.about .inside {
  width: 864px;
  padding-left: 30px;
  padding-right: 0;
}
.about .title {
  text-align: right;
  margin-bottom: 30px;
  color: #473030;
  font-size: 74px;
  text-transform: uppercase;
}
.about .title span {
  color: #9dc56a;
  margin-left: -100px;
  display: block;
  font-family: 'Classico-BoldItalic', sans-serif;
  text-align: left;
  padding-left: 120px;
  margin-bottom: 12px;
}
.mobile-navigation {
  background: #fff;
  z-index:1;
  position: fixed;
  left: -440px;
  width: 400px;
  top: 0px;
  transition: all 0.3s ease 0s;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  max-width: 100%;
  overflow: auto;
}
.mobile-navigation .button-ellipse {
  margin-top: 0;
}
.mobile-navigation .top-part {
  background: #473030;
  color: #fff;
  padding: 80px 40px 10px 40px;
  width: 100%;
  box-sizing: border-box;
}
.mobile-navigation .top-part ul {
  width: 100%;
}
.mobile-navigation .top-part .menu li {
  font-size: 24px;
  margin-bottom: 20px;
}
.mobile-navigation .top-part .search form {
    position: relative;
    width: 100%;
    right: 0;
}
.top .wpml-ls-legacy-list-horizontal {
    position: absolute;
    top: 16px;
    left: 72px;
}
.mobile-navigation .top-part .search form input {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-left: 10px;
}
.mobile-navigation .top-part ul li a {
  transition: all 0.3s ease 0s;
}
.mobile-navigation .top-part .menu li a:hover {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
.mobile-navigation .top-part .button {
  text-align: center;
}
.mobile-navigation .bootom-part {
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
.mobile-navigation .bootom-part .link {
    margin-top: 30px;
}
.mobile-navigation .bootom-part .link a {
    position: relative;
    text-transform: uppercase;
    padding-right: 30px;
    color: #9dc56a;
    font-family: 'Stem-Regular', sans-serif;
}
.mobile-navigation .bootom-part .link a:after {
    position: absolute;
    content: "";
    right: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.5L19.5 5.5' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 5H20V20' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.mobile-navigation .bootom-part .link a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 1px;
    border-radius: 2px;
    background: #9dc56a;
    bottom: -4px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.mobile-navigation .bootom-part .link a:hover:before {
    transition: all 0.3s ease 0s;
    width: 100%;
}
.mobile-navigation .bootom-part .left {
  color: #473030;
  font-size: 20px;
}
.mobile-navigation .bootom-part .left li {
  margin-bottom: 15px;
}
.mobile-navigation .bootom-part .left li a {
  transition: all 0.3s ease 0s;
}
.mobile-navigation .bootom-part .left li a:hover {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
.mobile-navigation .bootom-part .right p {
  font-family: 'Stem-Regular', sans-serif;
}
.mobile-navigation .bootom-part .socials {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-navigation .bootom-part .socials li {
  margin-right: 16px;
}
.mobile-navigation .bootom-part .socials li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #9dc56a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.mobile-navigation .bootom-part .socials li a path {
  transition: all 0.3s ease 0s;
}
.mobile-navigation .bootom-part .socials li a svg {
  vertical-align: middle;
  display: inline-block;
}
.mobile-navigation .bootom-part .socials li a:hover {
  background: #9dc56a;
  transition: all 0.3s ease 0s;
}
.mobile-navigation .bootom-part .socials li a:hover path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.thanks {
  text-align: center;
  background: #fff;
  display: none;
  border-radius: 10px;
}
.thanks .inner {
  width: 740px;
  max-width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.thanks .inner .icon {
  margin-bottom: 30px;
}
.thanks .inner h3 {
  margin-bottom: 30px;
  font-size: 40px;
  color: #473030;
}
.thanks .inner p {
  font-family: 'Stem-Regular', sans-serif;
}
.fancybox-active .wrapper {
  filter: blur(5px);
}
.subscribe-window {
  background: #fff;
  width: 960px;
  display: none;
  padding: 0px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
}
.subscribe-window ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.subscribe-window ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.subscribe-window :-ms-input-placeholder {
  /* IE 10+ */
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.subscribe-window :-moz-placeholder {
  /* Firefox 18- */
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.subscribe-window h3 {
  text-align: center;
  color: #473030;
  margin-bottom: 0px;
  font-size: 40px;
  font-family: 'Classico-Regular', sans-serif;
}
.subscribe-window .inner {
  width: 790px;
  margin: 0 auto;
  padding: 30px;
  padding-top: 40px;
  max-width: 100%;
  box-sizing: border-box;
}
.subscribe-window .field {
  padding-top: 20px;
  position: relative;
  width: 100%;
}
.subscribe-window .field span.date {
  width: 100%;
  display: block;
}
.subscribe-window .field .select-date {
  right: 0;
  position: absolute;
  top: 24px;
  width: 24px;
  height: 24px;
  background: url(../images/calendar.svg) no-repeat center;
  
  cursor: pointer;
}
.subscribe-window .select {
  padding-top: 10px;
  border-bottom: 1px solid #473030;
  position: relative;
}
.subscribe-window .select .selected {
  height: 52px;
  color: #ada7a2;
  font-size: 18px;
  line-height: 68px;
  position: relative;
  cursor: pointer;
}
.subscribe-window .select .selected.changed {
    color: #473030;
}
.subscribe-window .select .selected.opened:after {
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}
.subscribe-window .select .selected:hover {
  cursor: pointer;
  color: #9dc56a;
}
.subscribe-window .select .selected:after {
  position: absolute;
  transition: all 0.3s ease 0s;
  content: "";
  right: 0;
  top: 22px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='white' stroke='%239DC56A'/%3E%3Cpath d='M11.8658 14.3887C11.4809 15.0553 10.5187 15.0553 10.1338 14.3887L7.63191 10.0553C7.24701 9.38867 7.72813 8.55534 8.49793 8.55534L13.5016 8.55534C14.2714 8.55534 14.7526 9.38867 14.3677 10.0553L11.8658 14.3887Z' fill='%239DC56A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.subscribe-window .select .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 10px;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 16px #ddd;
  z-index: 1;
}
.subscribe-window .select .dropdown li {
  padding: 6px 0;
  cursor: pointer;
}
.subscribe-window .select .dropdown li:hover {
  color: #9dc56a;
}
.subscribe-window .select .dropdown li:not(:last-child) {
  margin-bottom: 10px;
}
.subscribe-window .button {
  margin-top: 30px;
  text-align: center;
}
.subscribe-window input {
  height: 34px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #473030;
  outline: none !important;
  padding: 0;
  color: #473030;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.subscribe-window textarea {
  resize: none;
  height: 120px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #473030;
  outline: none !important;
  color: #473030;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
  padding-left: 0;
}
.subscribe-window .message {
  padding-top: 10px;
}
.page-title {
  font-size: 72px;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Classico-Regular', sans-serif;
  line-height: 1;
}
.about-page {
  padding-top: 60px;
}
.category {
  padding-top: 60px;
}
.category.stories .image a {
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.category .item {
  width: 31%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.category .item.hdn {
    padding: 0;
    margin: 0;
}
.post-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.category .item .image a {
    height: 260px;
}
.radius {
    overflow: hidden;
    border-radius: 40px;
}
.services-category .item .description {
    height: calc(100% - 220px);
    box-sizing: border-box;
    padding-bottom: 30px;
    position: relative;
}
.services-category .item .post-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}
.category .item .image img {
  max-width: 100%;
  display: block;
}
.category .item .description {
  padding-top: 20px;
  position: relative;
  padding-bottom: 10px;
  height: calc(100% - 290px);
}
.category .item .description .heateor_sss_sharing_container {
  position: absolute;
  right: 0;
  bottom: 0;
}
.category .item .description .post-name {
  font-size: 28px;
  font-family: 'Classico-Bold', sans-serif;
  margin-bottom: 20px;
}
.category .item .description .post-name a {
  transition: all 0.3s ease 0s;
}
.category .item .description .post-name a:hover {
  transition: all 0.3s ease 0s;
  color: #9dc56a;
}
.category .item .description .page-excerpt {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 20px;
}
.category .item .post-footer {
  justify-content: center;
}
.category .item .button a {
  color: #473030;
  font-family: 'Stem-Regular', sans-serif;
  text-transform: uppercase;
  padding-right: 26px;
  position: relative;
}
.category .item .button a:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 1px;
  border-radius: 2px;
  background: #473030;
  bottom: -4px;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.category .item .button a:hover:before {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.category .item .button a:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.5L19.5 5.5' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 5H20V20' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  top: -2px;
  right: 0;
}

.page-header {
  height: 426px;
  background: #ffffff url(../images/header-pc.svg) no-repeat center bottom;
}
.page-header.video-bg {
    background: #ffffff url(../images/video-bg-c.svg) no-repeat center bottom/1744px;
}

.comment-form-cookies-consent input {
    margin-left: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
}
.comment-form-cookies-consent label {
    padding-left: 20px;
    position: relative;
}

.comment-form-cookies-consent label:before {
    content:"";
    left: 0;
    top: 3px;    
    width: 12px;
    height: 12px;
    border: 1px solid #473030;
    border-radius: 4px;
    position: absolute;
    
}
.comment-form-cookies-consent input:checked + label:after {
    content:"";
    left: 2px;
    top: 5px;    
        width: 10px;
    height: 10px;
    background: #473030;
    border-radius: 3px;
    position: absolute;
} 
.breadcrumbs .inside {
  width: 816px;
  padding: 30px 12px;
  border-bottom: 1px solid #dacfc6;
}
.breadcrumbs .link a {
  padding-right: 30px;
  position: relative;
  color: #9dc56a;
  font-family: 'Stem-Regular', sans-serif;
  text-transform: uppercase;
}
.breadcrumbs .link a:after {
  position: absolute;
  content: "";
  right: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.5L19.5 5.5' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 5H20V20' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.breadcrumbs ul li {
  margin-right: 20px;
  color: #ada7a2;
}
.breadcrumbs ul li a {
  color: #9dc56a;
}
.single-post-page {
  padding-bottom: 40px;
}
.single-post-page .image img {
    overflow: hidden;
	margin: 0px auto 20px auto;
}
.single-post-page img {
    max-width: 100%;
    display: block;
}
.single-post-page .inside {
  padding: 60px 12px 0;
  width: 816px;
  line-height: 1.6;
  font-family: 'Stem-Regular', sans-serif;
}
.single-post-page .inside h1 {
  margin-bottom: 30px;
  font-size: 74px;
  text-align: center;
  line-height: 1.1;
  font-family: 'Classico-Regular', sans-serif;
}
.single-post-page .inside h2 {
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 46px;
  text-align: center;
  line-height: 1.1;
  font-family: 'Classico-Regular', sans-serif;
}
.single-post-page .inside h3 {
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 40px;
  text-align: center;
  line-height: 1.1;
  font-family: 'Classico-Regular', sans-serif;
}
.single-post-page .inside .text .hr {
  padding-bottom: 80px;
  background: url(../images/flower.svg) no-repeat center 10px;
  position: relative;
  display: block;
}
.single-post-page .inside .text .hr:before {
  position: absolute;
  content: "";
  left: 0;
  width: 46%;
  background: #ada7a2;
  bottom: 46px;
  height: 1px;
}
.single-post-page .inside .text .hr:after {
  position: absolute;
  content: "";
  right: 0;
  width: 46%;
  background: #ada7a2;
  bottom: 46px;
  height: 1px;
}
.comment-edit-link {
    display: none;
}
.single-post-page .inside p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.single-post-page .inside ul {
  margin-bottom: 30px;
}
.single-post-page .inside li {
  padding-left: 38px;
  position: relative;
  font-family: 'Stem-Regular', sans-serif;
  margin-bottom: 20px;
  line-height: 1.4;
}
.single-post-page .inside li:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -14px;
  background: url(../images/list-style.svg) no-repeat center;
}
.single-post-page .img-wrapper {
  padding: 40px 46px;
  display: inline-block;
  border: 2px solid #473030;
  border-radius: 20px;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
.single-post-page .img-wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/image-frame-1.svg) no-repeat left top;
}
.single-post-page .img-wrapper:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/image-frame-2.svg) no-repeat right bottom;
}
.single-post-page .img-wrapper .img-wrapper-inner {
  border: 2px solid #473030;
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
  width: 700px;
  max-width: 100%;
}
.single-post blockquote {
  border: 1px solid #ada7a2;
  border-radius: 20px;
  padding: 30px 0px 20px;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  background: url(../images/quote.svg) no-repeat 110px 30px;
}
.single-post-page blockquote p {
  padding: 0 200px;
  font-family: 'Classico-Regular', sans-serif;
}
.single-post-page blockquote .bqf {
  padding: 20px 200px 0;
  border-top: 1px solid #ada7a2;
}
.single-post-page blockquote .bqf img {
  display: inline-block;
  vertical-align: middle;
}
.single-post-page blockquote .bqf span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Stem-Regular', sans-serif;
  margin-left: 10px;
}
.contacts-page {
  padding: 60px 0;
}
.contacts-page ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.contacts-page ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.contacts-page :-ms-input-placeholder {
  /* IE 10+ */
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.contacts-page :-moz-placeholder {
  /* Firefox 18- */
  color: #ada7a2;
  opacity: 1;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
}
.contacts-page h3 {
  text-align: center;
  color: #473030;
  margin-bottom: 0px;
  font-size: 40px;
  font-family: 'Classico-Regular', sans-serif;
}
.contacts-page .inner {
  width: 790px;
  margin: 0 auto;
  padding: 30px;
  padding-top: 40px;
  max-width: 100%;
  box-sizing: border-box;
}
.contacts-page .contact-inner {
	max-width: 833px;
    margin: 0 auto;
}
.contacts-page .field {
  padding-top: 20px;
  position: relative;
  width: 100%;
}
.contacts-page .button {
  text-align: center;
}
.contacts-page input {
  height: 34px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #473030;
  outline: none !important;
  padding: 0;
  color: #473030;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
  background: none;
}
.contacts-page textarea {
  resize: none;
  height: 120px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #473030;
  outline: none !important;
  color: #473030;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
  background: none;
}
.contacts-page .message {
  padding-top: 20px;
}
.contacts-page .contacts {
  margin-top: 40px;
}
.contacts-page .socials {
  margin-bottom: 28px;
}
.contacts-page .socials li {
  margin: 0 8px;
}
.contacts-page .socials li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #9dc56a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.contacts-page .socials li a svg {
  display: inline-block;
  vertical-align: middle;
}
.contacts-page .socials li a path {
  transition: all 0.3s ease 0s;
}
.contacts-page .socials li a:hover {
  transition: all 0.3s ease 0s;
  background: #9dc56a;
}
.contacts-page .socials li a:hover path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.contacts-page .street {
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
}
.contacts-page .phones {
  text-align: center;
}
.contacts-page .phones .phone {
  margin-bottom: 22px;
}
.contacts-page .phones .phone a {
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.contacts-page .phones .phone a:hover {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
.contacts-page .email {
  text-align: center;
  margin-bottom: 50px;
}
.contacts-page .email a {
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.contacts-page .email a:hover {
  color: #9dc56a;
  transition: all 0.3s ease 0s;
}
.prices-page {
  padding: 60px 0;
}
.prices-page table {
  width: 100%;
  background: #fff;
}
.prices-page thead {
  background-color: #473030;
}
.prices-page .table {
  max-width: 816px;
  text-align: center;
  margin: 0 auto;
}
.prices-page tr {
    transition: all 0.3s ease 0s;
}
.prices-page tr th {
  font-weight: 700;
  font-family: 'Classico-Regular', sans-serif;
  padding: 22px;
  border: 1px solid #473030;
  font-size: 20px;
  color: #fff;
}
.prices-page tr th:first-child {
    border-right: 1px solid #fff
}
.prices-page tbody tr:hover {
    background: #9dc56a;
    transition: all 0.3s ease 0s;
}
.prices-page tr td {
  
  border: 1px solid #473030;
  font-size: 20px;
}
.prices-page tr td a {
    padding: 22px;
    display: block;
}

.pagination {
  text-align: center;
  padding-bottom: 60px;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 6px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border: 1px solid #9dc56a;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
  line-height: 30px;
  font-family: 'Stem-Regular', sans-serif;
  transition: all 0.3s ease 0s;
}
.pagination a:hover {
    background: #9dc56a;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.pagination a {
  color: #9dc56a;
  background: none;
}
.pagination .previouspostslink,
.pagination .nextpostslink {
  line-height: 28px;
}
.pagination span {
  background: #9dc56a;
  color: #fff;
}
.comments .slider .heateor_sss_sharing_container {
  display: none !important;
}
.search-form {
  position: fixed;
  top: -160vh;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
}
.search-form form {
  position: relative;
  z-index: 2;
  padding: 20px;
  background: #fff;
}
.search-form .overlay {
  position: fixed;
  top: -160vh;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  background: rgba(71, 48, 48, 0.9);
}
.search-form .overlay .close {
  position: absolute;
  right: 20px;
  top: 12px;
  background: none;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.search-form .overlay .close:before {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #fff;
  right: 4px;
  top: 16px;
  content: "";
  transform: rotate(45deg);
  cursor: pointer;
}
.search-form .overlay .close:after {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #fff;
  right: 4px;
  top: 16px;
  content: "";
  transform: rotate(-45deg);
  cursor: pointer;
}
.search-form input {
  height: 38px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #473030;
  outline: none !important;
  padding: 0;
  padding-left: 20px;
  box-sizing: border-box;
  color: #473030;
  font-size: 18px;
  font-family: 'Classico-Regular', sans-serif;
  background: #fff;
}
.search-form button {
  background: #9dc56a;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #9dc56a;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 21px;
  padding: 0;
}
.show-search .wrapper {
  filter: blur(5px);
  opacity: 0.6;
}
.show-search .search-form {
  transition: all 0.5s ease 0s;
  top: 60px;
}
.show-search .overlay {
  transition: all 0.5s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
    height: 100%;
}

.page-404 .inside {
  text-align: center;
  padding: 60px 0;
}
.page-404 .inside h1 {
  font-size: 74px;
  margin-bottom: 30px;
  font-family: 'Classico-Bold', sans-serif;
}
.page-404 .inside .text {
  line-height: 1.2;
  font-family: 'Stem-Regular', sans-serif;
  font-size: 20px;
}
.register-page {
  padding: 60px 0 40px;
}
.register-page .logout {
    text-align: center;
}
.register-page .um-field-label {
    
}
.register-page .um .um-form input[type=text],
.register-page .um .um-form input[type=search],
.register-page .um .um-form input[type=tel],
.register-page .um .um-form input[type=password],
.register-page .um .um-form textarea {
  border: none;
  border-bottom: 1px solid #473030;
  border-radius: 0;
  color: #473030;
  height: 34px;
  font-size: 18px;
}
.register-page .um input[type=submit].um-button,

.register-page .um input[type=submit].um-button:hover {
  background: #9dc56a;
  color: #fff;
}
.register-page div .um a.um-button {
    color: #473030;
}
.mobile-navigation .bootom-part li {
    margin-bottom: 10px;
}

.wpml-ls-display {
  display: none;
}
.video-frame {
    margin-bottom: 20px;
}
.video-frame video {
    display: block;
    width: 100%;
}
#video {
    display: none;
}
#video.fancybox-content {
    padding: 0;
}

.table td a span {
  transition: all 0.3s ease 0s;
  position: relative;
}
.table td a span:after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: 0px;
  height: 1px;
  background: #473030;
  transition: all 0.3s ease 0s;
}
.table td a:hover span:after {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.second_desc {
  font-size: 18px;
  font-family: 'Stem-Italic', sans-serif;
  margin-bottom: 20px;
  text-align: center;
}


.ui-datepicker {
  font-family: 'Classico-Regular', sans-serif;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #9dc56a;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 1px solid #9dc56a;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #9dc56a;
  border-bottom: 2px solid #9dc56a;
}

.ui-datepicker-title {
  text-align: center;
  border-bottom: #9dc56a
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #9dc56a;
  margin-bottom: 5px;
  font-size: 13px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}
.ui-state-default:hover {
  background: rgb(71 48 48);
  color: #fff;
}
.ui-state-highlight {
  color: #8dd391;
}
.ui-state-active {
  color: #5ed1cc;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #fdf7ee;
}
body::-webkit-scrollbar-thumb {
      background: linear-gradient(to right, #ffb11f, #ef1b8d);
  border-radius: 20px;
}
.wpcf7-not-valid-tip {
  text-align: left;
}
.prev.page-numbers,
.next.page-numbers {
    line-height: 28px;
}
.single-videos .single-video .inside,
.single-videos .breadcrumbs .inside {
    width: 1260px;
}
.single-videos .single-video .video-frame {
    width: 100%;
    position: relative;
}
.single-videos .single-video .description-part {
    width: 100%;
    overflow: auto;
    
    padding-right: 10px;
}
.single-videos .single-video .description-part .left {
    width: calc(100% - 430px);
}
.single-videos .single-video .description-part .right {
    width: 380px;
    padding-top: 6px;
}
.single-videos .single-video .heateor_sss_sharing_container {
    margin-bottom: 74px;
}
.single-videos .single-video .description-part .right video {
    max-width: 100%;
}
.single-videos .single-video .description-part .right .video-item {
    margin-bottom: 20px;
}
.single-videos .single-video .description-part .right .video-item a {
    display: block;
}
.single-videos .single-video .description-part h1 {
    font-size: 60px;
    text-align: left;
    margin-bottom: 20px;
}
.single-post-page .inside h3#comments {
    display: none;
}
.comment-form .logged-in-as {
    color: #999;
}
.comment-form-author,
.comment-form-email {
    padding-top: 10px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
    margin-bottom: 10px;
    display: none;
}
.single-post-page .inside textarea#comment {
    padding: 10px;
    max-width: calc(100% + 20px);
    box-sizing: border-box;
    border: 1px solid #473030;
    resize: none;
    outline: none;
    width: calc(100% + 20px);
    display: block;
    border: none;
    padding: 0;
    color: #473030;
    font-size: 18px;
    font-family: 'Classico-Regular', sans-serif;
    border-bottom: 1px solid #473030;
    height: 45px;
    max-height: 140px;
    padding-right: 20px;
}
.single-post-page .inside input[type="text"],
.single-post-page .inside input[type="email"] {
    height: 34px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #473030;
    outline: none !important;
    padding: 0;
    color: #473030;
    font-size: 18px;
    font-family: 'Classico-Regular', sans-serif;
}
.comment-form {
    padding: 30px;
    background: #fff;
}
#reply-title {
    display: none;
}
.single-post-page input[type="submit"] {    
    display: block;
    position: relative; 
    padding: 4px 30px 4px 0;   
    
    color: #9dc56a;    
    text-align: center;
    transition: all 0.3s ease 0s;
    border: none;
    text-transform: uppercase;
    font-family: 'Stem-Regular', sans-serif;
    font-size: 15px;
    margin: 0 auto;
    background: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.5L19.5 5.5' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 5H20V20' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: right 2px;
    background-repeat: no-repeat;
}
.button-wrapp {
    
    text-align: center;
    display: block;
}
.single-post-page .inside p.form-submit {
    margin-bottom: 0;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.button-wrapp .form-submit:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 1px;
    border-radius: 2px;
    background: #9dc56a;
    bottom: 0px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.button-wrapp .form-submit:hover:before {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.comment-form-url {
    display: none;
}
.video-header {
    margin-bottom: 20px;
}
.video-header label {
    color: #666;
    font-family: 'Classico-Regular';
}
.single-post-page .inside li.comment {
    padding-left: 0;
    margin-bottom: 14px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #9dc56a;
    
}
.single-post-page .inside li.comment:before {
    display: none;
}
.single-post-page .inside li.comment .reply {
    display: none;
}
.single-post-page .inside .right h3 {
    text-align: left;
}
.heateor_sss_sharing_container {
    margin-bottom: 40px;
}
.register-page div .um a.um-button,
input[type=submit].um-button, input[type=submit].um-button:focus {
    font-size: 18px !important;
}
div[data-key="confirm_user_password"] {
    display: none;
}
.open-thanks {
    display: none;
}
div.um-header {
    min-height: 0;
}
div.um-profile-edit {
    top: -15px
}
.um-profile-body .um-field-label label {
    font-size: 18px !important;
}
.um-profile-body .um-field-value {
    font-size: 18px !important;
}
.register-page .um-profile-body .um-field-text {
    margin-bottom: 20px;
}
.page-id-731 .register-page .um-profile .um-profile-body {
    
}
.um-profile.um-viewing .um-field-label {
    border-bottom: none; 
}
.relateve-vedeo-frame {
    position: relative;
}
.video-trial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(255,255,255,0.9);
    text-align: center;
    font-size: 22px;
}
.video-trial-overlay .flex {
    width: 100%;
    height: 100%;
}
.video-trial-overlay:not(.show) {
    display: none;
}
.video-trial-overlay p {
    margin-bottom: 20px;
}
.video-trial-overlay .button a {
    position: relative;
    text-transform: uppercase;
    padding-right: 30px;
    color: #9dc56a;
    font-family: 'Stem-Regular', sans-serif;
    font-size: 16px;
}
.video-trial-overlay .button a.opacity {
    opacity: 0.3;
}
.video-trial-overlay .button a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 1px;
    border-radius: 2px;
    background: #9dc56a;
    bottom: -4px;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.video-trial-overlay .button a:after {
    position: absolute;
    content: "";
    right: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.5L19.5 5.5' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 5H20V20' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.video-trial-overlay .button a:hover:before {
    transition: all 0.3s ease 0s;
    width: 100%;
}

.video-content .hr {
  padding-bottom: 80px;
  background: url(../images/flower.svg) no-repeat center 10px;
  position: relative;
  display: block;
}
.video-content .hr:before {
  position: absolute;
  content: "";
  left: 0;
  width: 46%;
  background: #ada7a2;
  bottom: 46px;
  height: 1px;
}
.video-content .hr:after {
  position: absolute;
  content: "";
  right: 0;
  width: 46%;
  background: #ada7a2;
  bottom: 46px;
  height: 1px;
}
#commentform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;  
}
#commentform p.comment-form-author {
    width: 49%;
}
#commentform p.comment-form-email {
    width: 49%;
}
.comment-form-cookies-consent {
    order: 10;
    margin-top: 20px;
    width: 100%;
}
.single-post-page .inside p.comment-form-comment {
    width: calc(100% - 160px);
    margin-bottom: 0;
    overflow: hidden;
}
.video-item-footer {
    margin-top: 6px;
}
.video-item-footer .name {
    font-family: 'Classico-Regular', sans-serif;
    font-size: 24px;
}
.video-item-footer .date {
    color: #666;
    font-size: 16px;
    font-family: 'Classico-Regular';
}
#commentform {
    border-radius: 20px;
    margin-bottom: 40px;
    border: 1px solid #9dc56a;
}
.comment-list .comment-meta.commentmetadata {
    font-size: 14px;
    color: #aaa;
    line-height: 1;
}
.comment-list p {
    margin-bottom: 0 !important;
}
.comment-list .says {
    display: none;
}
.comment-list .comment-author.vcard {
    font-weight: 700;
    line-height: 1;
}
.register-page .um-form div.um-field-area input[type="text"],
.register-page .um-form div.um-field-area input[type="password"] {
    height: 34px;
    width: 100%;
    display: block;
    border: none !important;
    border-bottom: 1px solid #473030 !important;
    outline: none !important;
    padding: 0 !important;
    color: #473030 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-family: 'Classico-Regular', sans-serif;
    background: none !important;
}
.comment-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.comment-body cite.fn {
    margin-right: 10px;
}
.comment-body > p {
    width: 100%;
    margin-top: 16px;
}
.um-form .um-right.um-half a {
    background: none !important;
    position: relative;
    text-transform: uppercase !important;
    color: #473030 !important;
    font-family: 'Stem-Regular', sans-serif;
    box-shadow: none !important;
    display: inline-block;
    text-align: right;
    padding-right: 0 !important;
}
/*
.um-form .um-right.um-half a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 1px;
    border-radius: 2px;
    background: #473030;
    bottom: 0px;
    transition: all 0.3s ease 0s;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.um-form .um-right.um-half a:hover:before {
    width: 100%;
}
.um-form .um-right.um-half a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.4998L19.5 5.49976' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 4.99976H20V19.9998' stroke='%23473030' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}*/
.single-videos .single-video .description-part .right .heateor_sss_sharing_container a {
    float: none;
}
.single-videos .single-video .description-part .right .heateor_sss_sharing_ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.single-post-page .inside p.comment-notes {
    order: 30;
}
.page-id-723 .page-title {
    margin-bottom: 0;
}
.page-id-723 .um-right {
    text-align: center !important;
}
.um-header {
    border-bottom: none !important;
}
.um-dropdown-arr ul li:nth-child(2) {
    display: none !important;
}
.register-page {
    line-height: 1.6;
}
.register-page p {
    margin-bottom: 16px;
}
.register-page p b {
    font-weight: 900;
}
span[data-name="date"] {
    width: 100%;
    display: block;
}
.send-to-checkout {
    cursor: pointer;
}
.page-payment-success {
    padding: 60px 0;
    text-align: center;
}
.link-button a {
    position: relative;
    text-transform: uppercase;
    padding-right: 30px;
    color: #9dc56a;
    font-family: 'Stem-Regular', sans-serif;
    font-size: 16px;
}
.link-button a:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 1px;
  border-radius: 2px;
  background: #9dc56a;
  bottom: -4px;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.link-button a:hover:before {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.link-button a:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 19.5L19.5 5.5' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4 5H20V20' stroke='%239dc56a' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  top: -2px;
  right: 0;
}
.um-field-date .um-field-area .um-field-icon {
    display: none;
}
.um-profile-body div .um-field-area select {
    border: none !important;
    outline: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #473030 !important;
    background: none !important;
}
.um-field-textarea .um-field-area textarea {
    resize: none !important;
    border: none !important;
    font-size: 18px !important;
    font-family: 'Classico-Regular', sans-serif;
    border-bottom: 1px solid #473030 !important;
    padding-left: 0 !important;
    background: none !important;
}
.um-field-textarea .um-field-area textarea:focus {
    border: none !important;
    border-bottom: 1px solid #473030 !important;
}
.um-profile-body div .um-field-area select#country {
    height: 40px;
    position: relative;
}
.um-profile-body div .um-field-area select#country:after {
    transition: all 0.3s ease 0s;
    content: "";
    right: 0;
    top: 22px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='white' stroke='%239DC56A'/%3E%3Cpath d='M11.8658 14.3887C11.4809 15.0553 10.5187 15.0553 10.1338 14.3887L7.63191 10.0553C7.24701 9.38867 7.72813 8.55534 8.49793 8.55534L13.5016 8.55534C14.2714 8.55534 14.7526 9.38867 14.3677 10.0553L11.8658 14.3887Z' fill='%239DC56A'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}
