@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");
/* font-family: 'PT Serif', serif; */
@import url("https://fonts.googleapis.com/css?family=Caveat:400,700&display=swap&subset=cyrillic,latin-ext");
/* font-family: 'Caveat', cursive; */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese");
/* font-family: 'Montserrat', sans-serif; */


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

body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  font-family: "PT Serif", serif;
  color: #474747;

  -webkit-background-size: cover;
          background-size: cover;
}

.main_wrapper {
  position: relative;

  padding: 20px 0 100px;
  overflow: hidden;

  background: #f5f5f5;
}

.main_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 25;

  display: block;
  width: 100%;
  height: 200px;

  background: url("/img/top_flowers.png") no-repeat center top;
  -webkit-background-size: 80% 80%;
          background-size: 80%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.main_wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 25;

  display: block;
  width: 100%;
  height: 200px;

  background: url("/img/bottom_flowers.png") no-repeat center bottom;
  -webkit-background-size: 80% 80%;
          background-size: 80%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
 .ac_footer {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	color: #A12000;
}

.ac_footer a {
	color: #A12000;
}

.ac_footer p {
	text-align: center;
}

img[height="1"], img[width="1"] {
	display: none !important;
}
.contSucc {
	display: none;
	width: calc(100% + 20px);
	margin-left: -10px;
	padding: 70px 27px 40px 27px;
}
 
.succ {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	gap: 10px;
 	background-color: white;
	padding: 0 15px;
	border-radius: 5px;
}


.success {
	width: 80px;
	height: 80px;
}

.container {
  position: relative;
  z-index: 26;

  max-width: 1090px;
  margin: 0 auto;
  padding: 30px;

  background: #ffffff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

p {
  margin: 0 0 20px;
}

.cnt-dib {
  font-size: 0;
}

.dib {
  display: inline-block;

  vertical-align: top;
}

.content_link {
  font-weight: bold;
  color: #269cd3;
  text-decoration: underline;
}

.header {
  padding-bottom: 10px;

  border-bottom: 1px solid #efefef;
}

.socials {
  display: block;
  max-width: 185px;
}

.logo_wrap {
  text-align: center;
}

.logo {
  position: relative;

  display: block;
  display: inline-block;
  max-width: 100%;

  font-weight: bold;
  font-size: 60px;
  font-size: 72px;
  line-height: 0.8;
  font-family: "Caveat", cursive;
  text-align: center;
  color: #333333;
}

.logo:before {
  content: "";
  position: absolute;
  top: 32px;
  left: -110px;

  display: block;
  width: 100px;
  height: 20px;
  background: url("/img/logo_leaf-left.png") no-repeat right center;
  -webkit-background-size: contain;
          background-size: contain;
}

.logo:after {
  content: "";
  position: absolute;
  top: 32px;
  right: -115px;

  display: block;
  width: 100px;
  height: 20px;

  background: url("/img/logo_leaf-right.png") no-repeat left center;
  -webkit-background-size: contain;
          background-size: contain;
}

.logo_title {
  font-size: 14px;
  text-transform: uppercase;
}

.search_wrap {
  text-align: right;
}

.search {
  position: relative;

  display: inline-block;
  padding-right: 40px;

  font-size: 14px;
  color: #b5b5b5;
}

.search:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;

  width: 24px;
  height: 24px;

  background: transparent url("/img/search_icon.png") no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}

.main_menu {
  font-size: 0;
  text-align: center;

  border-bottom: 3px solid #efefef;
}

.main_menu li {
  position: relative;

  display: inline-block;
  padding: 20px 22px;

  font-size: 17px;
  vertical-align: bottom;
  color: #8f8f8f;
  text-transform: uppercase;
}

.main_menu li:before {
  content: "";
  position: absolute;
  top: 26px;
  right: 8px;

  width: 6px;
  height: 6px;

  border-right: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main_menu li.active {
  color: #000000;
}

.main_menu li.active:before {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.breadcrumbs {
  padding: 40px 0 10px;

  font-size: 0;
}

.breadcrumbs li {
  position: relative;

  display: inline-block;
  margin-right: 22px;

  font-size: 14px;
  color: #cfcfcf;
}

.breadcrumbs li:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -10px;

  width: 5px;
  height: 5px;

  border-right: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.breadcrumbs li:last-child:before {
  display: none;
}

/* SIDEBAR */

.sb_item {
  position: relative;

  margin-bottom: 30px;
  padding: 25px 15px 25px;

  border: 1px solid #dddddd;
}

.sb_title {
  position: absolute;
  top: -12px;
  left: 50%;

  padding: 0 8px;

  font-size: 17px;
  color: #87c550;
  text-transform: uppercase;

  background: #ffffff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.img_about {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.sb_text {
  font-size: 15px;
  text-align: center;
}

.sb_list li {
  margin-bottom: 10px;
  padding-bottom: 5px;

  border-bottom: 1px dotted #dee2ec;
}

.sb_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;

  border: none;
}

.sb_list .left {
  width: 50%;

  font-size: 15px;
  text-align: left;
  color: #474747;
}

.sb_list .right {
  width: 50%;

  font-size: 15px;
  text-align: right;
  color: #d5d5d5;
}

.sb_post {
  position: relative;

  min-height: 90px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  padding-left: 110px;
}

.sb_post:last-child {
  margin-bottom: 0;
}

.sb_post-img {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 100px;
}

.sb_post-text {
  font-size: 17px;
  line-height: 1;
}

.sb_post-date {
  position: absolute;
  bottom: 0;
  left: 110px;

  font-size: 13px;
  color: #a7a7a7;
}

.sb_img-big-wrap {
  position: relative;
}

.sb_img-big-text {
  position: absolute;
  top: 4px;
  left: 10px;

  margin: 0;

  font-weight: bold;
  font-size: 60px;
  line-height: 0.8;
  font-family: "Caveat", cursive;
  color: #ffed03;
}

.sb_img-big {
  display: block;
  width: 100%;
}

.content {
  border-top: 1px solid #efefef;
}

.main_title {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.img_container {
  margin-bottom: 15px;
}

.img_container .dib {
  position: relative;

  width: calc(50% - 2px);
  overflow: hidden;
}

/* .img_container .dib img {
  width: 100%;
} */

.before {
  margin-right: 4px;
}

.before_text {
  position: absolute;
  right: 0;
  bottom: 32px;

  min-width: 80px;
  padding: 10px;

  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #ffffff;

  background: #343434;
}

.after_text {
  position: absolute;
  bottom: 32px;
  left: 0;

  min-width: 80px;
  padding: 10px;

  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #ffffff;

  background: #87c550;
}

.result_1 .dib {
  height: 450px;
}

.result_1 .before {
  background: url("/img/before1.jpg") no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.result_1 .after {
  background: url("/img/after1.jpg") no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.result_2 .dib {
  height: 400px;
}

.result_2 .before {
  background: url("/img/before2.jpg") no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.result_2 .after {
  background: url("/img/after2.jpg") no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.demo_img .dib {
  height: 345px;
}

.demo_img .first {
	width: 60%;
	margin-right: 4px;
	overflow: hidden;
}

.demo_img .second {
  width: calc(40% - 4px);

  background: url("/img/text_img2.jpg") no-repeat center top;
  -webkit-background-size: cover;
          background-size: cover;
}

.main_title-green {
  margin: 20px 0;

  font-weight: bold;
  font-size: 50px;
  color: #87c550;
}

.content_img-wrap {
  margin-bottom: 10px;
}

.content_img img {
  display: block;
  width: 100%;
}

.content_img-text {
  font-size: 16px;
}

.dividing_line {
  margin: 30px 0;

  border: 1px solid #efefef;
}

.content_title {
  margin-bottom: 30px;

  font-size: 30px;
  color: #000000;
}

.text_img-container .before {
  width: calc(60% - 2px);
  margin-right: 4px;
  overflow: hidden;

  text-align: right;
}

.text_img-container .after {
  width: calc(40% - 2px);
  overflow: hidden;
}

.form_wrap {
  position: relative;

  margin: 50px auto 90px;
}

.form_block {
  position: relative;
  z-index: 16;

  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;

  background: #ffffff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 0 0 40px -15px #00000057;
          box-shadow: 0 0 40px -15px #00000057;
}

.form_header {
  position: relative;

  padding: 20px 10px;

  text-align: center;
  color: #ffffff;

  background: #87c550;
}

.form_header:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;

  display: block;
  width: 0;
  height: 0;
  margin-left: -10px;

  border-width: 12px 10px 0 10px;
  border-style: solid;
  border-color: #87c550 transparent transparent transparent;
}

.form_header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;

  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;

  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form_title {
  margin: 0;

  font-weight: bold;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.form_subtitle {
  margin: 0;

  font-size: 17px;
}

.main_form {
  padding: 30px 25px 55px;
}

.inp {
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  padding: 0 20px;

  font-size: 14px;
  line-height: 60px;
  font-family: "Montserrat", sans-serif;
  color: #b2b2b2;

  border: 1px solid #b2b2b2;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  outline: none;
}

.inp:last-child {
  margin-bottom: 15px;
}

select.inp {
  background: url("/img/triangle.png") no-repeat 95% center;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* INP-COLORS */
.inp::-webkit-input-placeholder {
  color: #b2b2b2;
}
.inp::-moz-placeholder {
  color: #b2b2b2;
}
.inp:-moz-placeholder {
  color: #b2b2b2;
}
.inp:-ms-input-placeholder {
  color: #b2b2b2;
}
/* INP-COLORS */

.prices {
  margin: 0 auto 15px;

  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.shipment_price {
  font-size: 18px;
  text-decoration: line-through;

  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

.total_price {
  font-weight: bold;
  font-size: 24px;
}

.total_price span:last-child {
  color: #87c550;
}
.button__text:after {
	content: '*';
	display: inline-block;
	font-size: 75%;
	vertical-align: top;
}

.btn {
  display: block;
  width: 100%;
  padding: 25px;

  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  background: #ff0000;
  border: none;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  outline: none;
  -webkit-box-shadow: 0 0 20px -5px #ff0000;
          box-shadow: 0 0 20px -5px #ff0000;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

.btn:hover {
  -webkit-box-shadow: 0 0 20px 0 #ff0000;
          box-shadow: 0 0 20px 0 #ff0000;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.form_prod {
  position: absolute;
  top: -25px;
  right: -185px;
  z-index: 15;
}

.comments_wrap {
  position: relative;

  border-top: 1px solid #efefef;
}

.comments_title {
  position: absolute;
  top: -16px;
  left: 50%;

  display: inline-block;
  padding: 0 15px;

  font-size: 24px;
  color: #87c550;
  text-transform: uppercase;

  background: #ffffff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.comment {
  position: relative;

  padding: 30px 15px 30px 115px;

  border-bottom: 1px solid #efefef;
}

.comment_ava {
  position: absolute;
  top: 30px;
  left: 15px;

  display: block;
  width: 80px;

  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.comment_name {
  margin-bottom: 10px;

  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}

.comment_date {
  margin-bottom: 12px;

  font-size: 14px;
  color: #b6b6b6;
  font-style: italic;
}

.reply {
  position: absolute;
  top: 30px;
  right: 0;

  padding: 0 10px;

  font-size: 12px;
  line-height: 26px;
  color: #ffffff;

  background: #aaaaaa;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.comment_text {
  margin: 0;
}

.comment_img-wrap img {
  max-height: 220px;
  margin-top: 10px;
  margin-right: 12px;
}

.comment_img-wrap img:last-child {
  margin-right: 0;
}

.inthread {
  margin-left: 115px;
}

@media only screen and (max-width: 1230px) {
	.ac_footer {
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media only screen and (max-width: 991px) {
  .container {
    padding: 30px 15px;
  }
	.ac_footer {
	   padding: 15px;
	   font-size: 11px;
	   line-height: 1.2;
	}

  .socials_wrap,
  .search_wrap,
  .sidebar {
    display: none;
  }

  .logo_wrap {
    margin: 0 auto;
  }

  .logo {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .content_img {
    margin-top: 15px;
  }
}

@media screen and (max-width: 630px) {
  .logo {
    font-size: 45px;
  }

  .logo:before {
    top: 15px;
    left: -80px;

    width: 75px;
    height: 15px;
  }

  .logo:after {
    top: 15px;
    right: -87px;

    width: 75px;
    height: 15px;
  }

  .main_menu {
    display: none;
  }

  .breadcrumbs {
    padding: 10px 0;

    border-top: 3px solid #efefef;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li:before {
    top: 5px;
  }

  .main_title {
    font-size: 30px;
    line-height: 1;
  }

  .main_title-green {
    font-size: 36px;
  }

  .content_title {
    margin-bottom: 20px;

    font-size: 24px;
  }

  .content_img-text {
    font-size: 18px;
  }

  .demo_img .dib {
    height: 245px;
  }

  .result_2 .dib {
    height: 300px;
  }

  .result_1 .dib {
    height: 350px;
  }
}

@media screen and (max-width: 630px) {
  .demo_img .dib {
    height: 375px;
  }

  .demo_img .first {
    display: none;
  }

  .demo_img .second {
    width: 100%;
  }

  .result_2 .dib {
    height: 200px;
  }

  .result_1 .dib {
    height: 250px;
  }

  .before_text {
    right: 50%;
    bottom: 0;

    font-size: 16px;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .after_text {
    bottom: 0;
    left: 50%;

    font-size: 16px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .form_wrap {
    margin: 20px auto 50px;
  }

  .form_title {
    font-size: 18px;
  }

  .form_subtitle {
    font-size: 15px;
  }

  .btn {
    font-size: 16px;
  }

  .main_form {
    padding: 20px 15px 25px;
  }

  .comment {
    padding: 20px 0;
  }

  .comment_ava {
    top: 20px;
    left: 0;

    width: 50px;
  }

  .comment_name {
    margin-bottom: 5px;
    padding-left: 60px;
  }

  .comment_date {
    margin-bottom: 20px;
    padding-left: 60px;
  }

  .comment_img-wrap img {
    width: 100%;
    max-height: 100%;
  }

  .inthread {
    margin-left: 0;
  }

  .main_wrapper {
    padding: 20px 0 30px;
  }

  .main_wrapper:before {
    background: url("/img/top_flowers.png") no-repeat center top;
    -webkit-background-size: 200% 200%;
            background-size: 200%;
  }

  .main_wrapper:after {
    background: url("/img/bottom_flowers.png") no-repeat center bottom;
    -webkit-background-size: 200% 200%;
            background-size: 200%;
  }
}
