/*
Theme Name: Chocolate
*/

/*@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot') format('embedded-opentype');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.svg') format('svg');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.otf') format('truetype');
}*/
/*@font-face {
  font-family: 'HelveticaNeueCyr-UltraLight';
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot') format('embedded-opentype');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.svg') format('svg');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.otf') format('truetype');
}*/
@font-face {
  font-family: 'HelveticaNeueCyr-Thin';
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot') format('embedded-opentype');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.svg') format('svg');
  src: url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.otf') format('truetype');
}
@font-face {
  font-family: 'cansellarist-chocolate';
  src: url('fonts/cansellarist/cansellarist.eot');
  src: url('fonts/cansellarist/cansellarist.eot') format('embedded-opentype');
  src: url('fonts/cansellarist/cansellarist.svg') format('svg');
  src: url('fonts/cansellarist/cansellarist.ttf') format('truetype');
}
@font-face {
  font-family: 'maya-chocolate';
  src: url('fonts/maya/maya.eot');
  src: url('fonts/maya/maya.eot') format('embedded-opentype');
  src: url('fonts/maya/maya.svg') format('svg');
  src: url('fonts/maya/maya.ttf') format('truetype');
}
/* Eric Meyer's CSS Reset */
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;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	line-height: 1;
	font-size: 16px;
	font-family: 'HelveticaNeueCyr-Thin', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	height: 100%;
}
.wrapper {
	min-width: 320px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

/*Header*/
.header {
	position: relative;
	z-index: 999;
}
.header .logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 13%;
	margin-left: 25%;
	margin-top: 1%;
	display: block;
}
.header .logo img{
	width: 100%;
}
.header .nav{
	display: block;
	float: left;
	width: 48%;
	float: right;
}
/*Menu*/
.toggleMenu {
    display:  none;
    background: transparent;
    padding: 10px 15px;
    color: #fff;
}
.nav .menu-glavnoe-menyu-container .menu {
    list-style: none;
     *zoom: 1;
    display: inline-block;
    width: 100%;
    font-size: 1.9vw;
    padding-left: 14.5%;
    position: relative;
    padding: 10% 0px;
    padding-top: 55px;
}

/*.nav .menu-glavnoe-menyu-container .menu:before,
.nav .menu-glavnoe-menyu-container .menu:after {
    content: " "; 
    display: table; 
}
.nav .menu-glavnoe-menyu-container .menu:after {
    clear: both;
}*/
.nav .menu-glavnoe-menyu-container .menu ul {
    list-style: none;
    
}
.nav .menu-glavnoe-menyu-container .menu a {
	padding: 0;
	color: #fff;
}
.nav .menu-glavnoe-menyu-container .menu a:hover, #menu-menyu-v-futere a:hover{
    color: #DF88A6;
    transition:0.5s;
}
.nav .menu-glavnoe-menyu-container .menu li {
    position: relative;
}
.nav .menu-glavnoe-menyu-container .menu > li {
	float: left;
	margin-right: 0%;
	font-size: 17px;
	font-size: 1.3vw;
	padding: 1% 2%;
}
.nav .menu-glavnoe-menyu-container .menu > li > .parent {
    /*background-image: url("img/arrows/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;*/
}
.nav .menu-glavnoe-menyu-container .menu > li > a {
    display: block;
    white-space: nowrap;
}
.nav .menu-glavnoe-menyu-container .menu li a {
	text-transform: uppercase;
}
.nav .menu-glavnoe-menyu-container .menu li  ul {
	position: absolute;
	left: 0px;
	visibility: hidden;
	width: 21vw;
	line-height: 1.5;
	padding-top: 3%;
	margin-left: 13%;
}
.nav .menu-glavnoe-menyu-container .menu > li.hover > ul{
    left: 0;
    z-index: 99999;
    visibility: visible;
}
/*.nav .menu-glavnoe-menyu-container .menu li li.hover ul {
    left: 100%;
    top: 0;
}*/
.nav .menu-glavnoe-menyu-container .menu li li a {
	display: block;
	background: rgba(71, 6, 0, 0.95);
	margin: 2% 0;
	position: relative;
	z-index: 100;
	font-size: 17px;
	font-size: 1.3vw;
	padding-left: 8%;
}
.nav .menu-glavnoe-menyu-container .menu li li li a {
    background:#249578;
    z-index:200;
}

/*Info absolute*/
.info-button-absolute {
	top: 0;
	right: 0;
	position: absolute;
	width: 7%;
	margin-top: 42%;
	margin-right: 1%;
}
.info-button-absolute-img{
	width: 100%;
	cursor: pointer;
}
.info-button-absolute-content{
	position: relative;
	width: 508%;
	right: 446%;
	visibility: hidden;
	opacity: 0;
	z-index: -999;
	background: #fff;
	border: 1px solid #DADADA;
	padding: 17%;
	transition:0.5s;
}
.active-info{
	visibility: visible;
	opacity: 1;
	z-index: 999;
	transition:0.5s;
}
.info-button-absolute-content .title{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	color: #DF88A6;
	padding-left: 5%;
	font-size: 21px;
	font-size: 2.8vw;
	margin: 2% 0;
}
.info-button-absolute-content .contacts{
	padding-left: 5%;
	font-size: 1.25vw;
	line-height: 1.1;
}
.social-links-container{
	padding-left: 5%;
	margin-bottom: 5%;
}
.header-social-links {
	position: relative;
    top: 10px;
    margin-bottom: 0;
    z-index: 1;
    width: 80%;
    margin: auto;
	float: none;
    text-align: right;
    z-index: 1;
}
.header-social-links img {
	max-width: 36px;
}
@media (max-width: 768px) {
    .header-social-links {
		position: relative;
		margin-bottom: 0;
		display: table;
		text-align: center;
	}
	.header-social-links img {
		max-width: 26px;
	}
}
.info-button-absolute-content .social-link{
	width: 9%;
	margin: 0 0.5%;
}
.info-button-absolute-content .social-link img{
	width: 100%;
}
.info-button-absolute-content #searchform{
	padding-left: 5%;
}
.info-button-absolute-content #searchform input[type="text"]{
	font-family: 'HelveticaNeueCyr-Thin', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	border: 1px solid #DF88A6;
	width: 92%;
	padding: 1% 2%;
	letter-spacing: 0.5px;
	font-size: 1.3vw;
	color: #535354;
}
.info-button-absolute-content #searchform input[type="submit"]{
	border-radius: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 1% 3% 0.8% 3%;
	margin-left: -8.5%;
	letter-spacing: 0.5px;
	font-size: 1.3vw;
	background: url('img/search.png') no-repeat;
	background-size: 54%;
	background-position: left center;
	outline: none;
}
/*Middle*/
.content {
	padding: 0 0 10%;
	clear: both;
}
/*Slider*/
.flexslider{
    overflow: hidden;
}
.main-section-1 .metaslider .caption-wrap{
	background-color: transparent;
	color: #fff;
	height: 65%;
	overflow: hidden;
	opacity: 0.9;
	margin-bottom: 0;
}
.main-section-1 .metaslider .caption-wrap .caption{
	padding: 0 8% 0 8%;
	text-align: center;
    font-size: 1.3vw;
    line-height: 1.5;
}
.main-section-1 .flexslider ul.slides{
	background-color: #30191B;
}
.main-section-1 .flexslider ul.slides li.ms-image img{
	opacity: 0.3;
}
.slide-title{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 67px;
	font-size: 5vw;
    color: #fff;
    margin-top: 3%;
}
.slider-link{
	border: 1px solid #fff;
	background: transparent;
	padding: 0.3% 3%;
	color: #fff;
	display: inline-block;
	margin-top: 3%;
	transition: 0.5s;
}
.slider-link:hover{
	background-color: #DF88A6;
	transition: 0.5s;
}
.green{
    background-color: #58D093;
    border-color: #58D093;
}
.main-section-1 .flexslider{
	border-radius: 0 !important;
}
.main-section-1 .flexslider .flex-next {
	right: 1% !important;
    background: url('img/arrows/for-slider.png') no-repeat;
    background-size: 150%;
    background-position: 138% center;
    opacity: 1 !important;
}
.flex-direction-nav li a {
	position: absolute  !important;
	top: 0%  !important;
}
.main-section-1 .flexslider .flex-prev {
	left: 1% !important;
    background: url('img/arrows/for-slider.png') no-repeat;
    background-size: 150%;
    background-position: -45% center;
    opacity: 1 !important;
}
.main-section-1 .flexslider .flex-next:hover{
    right: 1% !important;
}
.main-section-1 .flexslider .flex-prev:hover{
    left: 1% !important;
}
.main-section-1 .flex-direction-nav a {
	width: 58%;
	height: 100%;
}
/*Main*/
.main-section-1{
	margin-top: -15%;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.main-section-2{
	width: 100%;
}

.main-section-2 .main-title{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	color: #DF88A6;
	font-size: 38px;
	font-size: 3.5vw;
	display: inline-block;
	margin: 2% 0;
	margin-top: 3.5%;
}
.main-section-2 .main-title .pink-1{
	width: 16%;
	height: 3px;
	border: 0;
	background-color: #FFE5EE;
	float: left;
	margin-left: 4%;
	margin-top: 2.35%;
}
.main-section-2 .main-title .main-text-title{
	width: 60%;
	float: left;
}
.main-section-2 .main-title .main-text-title span{
	font-size: 25px;
	font-size: 2.5vw;
}
.main-section-2 .main-title .pink-2{
	width: 16%;
	height: 3px;
	border: 0;
	background-color: #FFE5EE;
	float: right;
	margin-right: 4%;
	margin-top: 2.35%;
}
.main-section-2 .main-descriotion{
	clear: both;
	text-align: center;
	width: 63%;
	font-size: 1.25vw;
	margin: 0 auto;
	letter-spacing: 0.05vw;
}
.main-section-2 .production-items{
	margin-top: 3%;
	display: inline-block;
	padding: 0% 5%;
	width: 90%;
	color: #333;
	text-align: center;
}
.main-section-2 .item{
	width: 20%;
	float: left;
	margin: 0 2.5%;
	line-height: 1.2;
}
.main-section-2.home-page .production-items {
	display: flex;
    flex-wrap: wrap;
}
.main-section-2.home-page .item {
  	display: flex;
    justify-content: stretch;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.main-section-2.home-page .pink-button {
  margin-top: auto;
}
/*анимация для кнопки и блоковы сервисах*/
.kapkejki .item {
  	margin-bottom: 3%;
	transition: all 1s ease .01s;
}
.kapkejki .item:hover {
	box-shadow: 0 4px 24px rgba(246,116,162,1);
    line-height: 1.2;
}
.kapkejki .pink-name {

    transition: all .25s ease-in;
	margin-bottom: 0;
}
.kapkejki .pink-name:hover {
	background-color: #f674a2;	
  text-shadow: 0 0 5px rgba(255, 255, 255, .5);
}
.kapkejki-categories .small-title {
    min-height: 60px;
}
.kapkejki-categories h2 {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 768px) {
	.kapkejki-categories h2 {
    	font-size: 32px;
	}
}



.main-section-2 .item img{
	max-width: 100%;
}
.main-section-2 .production-items .item .img-wrapper{
  	width: 273.45px;
    height: 273.45px;
  	display: inline;
}
.main-section-2 .production-items .item img {
	  
}
.main-section-2 .production-items .item .cover {
    width: 273.45px;
    height: 273.45px;
    object-fit: contain;
}
.main-section-2 .item .item-title{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-size: 2vw;
	margin: 1% 0;
	padding: 0 8%;
	color: #DF88A6;
}
.main-section-2 .item .item-description{
	text-align: center;
	padding: 3% 4.4%;
	line-height: 1.2;
	font-size: 15px;
	font-size: 1.25vw;
	letter-spacing: 0.05vw;
}
.main-section-3{
	position: relative;
	width: 100%;
	background: url('img/main/background-present.jpg') no-repeat;
	background-size: 100%;
	padding-bottom: 10.5%;
	clear: both;
	text-align: center;
	/*margin-bottom: -2.1%;*/
}
.main-section-3 img{
	width: 100%;
}
.main-section-3 .main-section-3-title{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	color: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 34px;
	font-size: 2.9vw;
	padding-top: 8%;
}
.main-section-3 .main-section-3-button{
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.5% 2%;
	margin: 0 auto;
	font-size: 1.5vw;
	letter-spacing: 0.1vw;
	margin-top: 4%;
	transition:0.5s;
}
.main-section-3 .main-section-3-button:hover{
	background-color: #DF88A6;
	transition:0.5s;
}
.main-section-4{
    width: 74%;
    margin-left: 13%;
    display: inline-block;
}
.main-section-4-title{
	width: 100%;
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 44px;
	font-size: 4vw;
	padding: 2% 0;
	margin: 2% 0;
	color: #DF88A6;
	clear: both;
	margin-bottom: 0%;
}
.main-section-4 .icon-card{
	display: block;
	width: 14.8%;
	margin: 0.5% 2.5% 4.5% 2.5%;
	float: left;
}
.main-section-4 .icon-card .icon-img{
    width: 100%;
}
.main-section-4 .icon-card .icon-text{
    display: block;
    text-align: center;
    color: #333;
    font-size: 1vw;
    line-height: 1.3;
    letter-spacing: 0.2vw;
}
.main-section-4 .icon-card-2{
	display: block;
	width: 18.8%;
	margin: 0.5% 2.5% 4.5% 2.5%;
	float: left;
}
.main-section-4 .icon-card-2 .icon-img{
    display: block;
	width: 78%;
	margin: 0 auto;
}
.main-section-4 .icon-card-2 .icon-text{
    display: block;
    text-align: center;
    color: #333;
    font-size: 1vw;
    line-height: 1.3;
    letter-spacing: 0.2vw;
}
.icon-card-3 {
	display: block;
	width: 45%;
	margin: 0.5% 2.5% 4.5% 2.5%;
	float: left;
}
.icon-card-3 .icon-img{
    display: block;
	max-width: 100%;
	margin: 20px auto;
}
.icon-card-3 .icon-text {
    display: block;
    text-align: center;
    color: #333;
        font-size: 1.5vw;
    letter-spacing: 0.02vw;
}
@media screen and (max-width: 768px) {
.icon-card-3 .icon-text {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 2px;
}
	}
.main-p-for-buttons-line{
	font-size: 1.27vw;
}
.main-section-5{
  display: inline-block;
  width: 100%;
  background: url('img/main/background-reviews.jpg') no-repeat;
  background-size: 100%;
}
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  background-color: transparent;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3%;
  z-index: 1;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  background: rgba(32, 32, 34, 0.9);
  color: white;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}

.cd-testimonials {
  display: block;
  color: white;
  text-align: center;
}
.cd-testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
	font-size: 19px;
	font-size: 1.9vw;
	line-height: 1.1;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}
.flex-viewport{
  /*height: 100% !important;*/
}
.flex-viewport ul li{
  /*width: 91vw !important;*/
  text-align: left !important;
  margin: 0 auto !important;
}
.main-section-5 .review{
  display: inline-block;
  width: 65%;
  margin-left: 5%;
}
.main-section-5 .cd-author{
  width: 25%;
  margin-left: 3%;
  float: left;
}
.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.cd-author-info {
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: left;
	line-height: 1.5;
	font-size: 45px;
	font-size: 4vw;
	margin-top: 5%;
	margin-bottom: 3%;
}
.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 70px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  opacity: 1;
  top: 0;
  margin: 0;
  background-image: none;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.main-section-5 .flex-direction-nav li a::before, .main-section-5 .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 57%;
  width: 2px;
  height: 13px;
  background-color: white;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-36px) rotate(45deg);
  -moz-transform: translateY(-36px) rotate(45deg);
  -ms-transform: translateY(-36px) rotate(45deg);
  -o-transform: translateY(-36px) rotate(45deg);
  transform: translateY(-36px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-36px) rotate(-45deg);
  -moz-transform: translateY(-36px) rotate(-45deg);
  -ms-transform: translateY(-36px) rotate(-45deg);
  -o-transform: translateY(-36px) rotate(-45deg);
  transform: translateY(-36px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #252527;
  text-align: center;
  text-transform: uppercase;
  color: #6b6b70;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
  color: #79b6e4;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #79b6e4;
  color: white;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #79b6e4;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-all-wrapper {
  -webkit-overflow-scrolling: touch;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.main-section-6{
	display: inline-block;
	width: 95%;
	padding: 3% 1% 1% 4%;
}
.main-section-6 .icon-card-3{
	display: block;
	width: 20%;
	margin: 0.5% 2.25% 0% 2.25%;
	float: left;
}
.main-section-6 .icon-card-3 .icon-img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.main-section-6 .icon-card-3 .icon-text{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-size: 1vw;
	height: 26px;
	height: 2vw;
	line-height: 1.3;
	margin: 0;
	padding: 2% 0 4% 0;
	background: #DF88A6;
	letter-spacing: 0.05vw;
}
/*About*/
.about-section-1{
	/*background: url('img/about/bg.jpg') no-repeat;
	background-size: 100%;*/
	width: 100%;
	position: relative;
}
.about-section-1 img{
	width: 100%;
}
.about-section-1 .title-in-section{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 4vw;
	margin-top: 21%;
	color: #fff;
	width: 100%;
	text-align: center;
}
.about-section-1 .description-in-section{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-size: 1.9vw;
	line-height: 1.3;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 30%;
}
.about-section-2{
	display: inline-block;
	margin-bottom: 3%;
}
.about-section-2 .line-1{
	width: 60%;
	margin: 0 auto;
}
.about-section-2 .line-1 .container-in-line{
	width: 68%;
	float: left;
}
.about-section-2 .line-1 .container-in-line .title-in-line{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 3vw;
	margin-top: 3%;
	color: #DF88A6;
	padding: 5% 0;
}
.about-section-2 .line-1 .description-in-line{
	font-size: 18px;
	font-size: 1.5vw;
	line-height: 1.3;
}
.about-section-2 .line-1 img{
	display: block;
	width: 32%;
	float: left;
}
/* 2 */
.about-section-2 .line-2{
	width: 70%;
	margin: 0 auto;
	clear: both;
}
.about-section-2 .line-2 .container-in-line{
	width: 68%;
	float: left;
}
.about-section-2 .line-2 .container-in-line .title-in-line{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 3vw;
	margin-top: 3%;
	color: #DF88A6;
	padding: 5% 0;
}
.about-section-2 .line-2 .description-in-line{
	font-size: 18px;
	font-size: 1.5vw;
	line-height: 1.3;
}
.about-section-2 .line-2 img{
	display: block;
	width: 32%;
	float: left;
}
/* 3 */
.about-section-2 .line-3{
	width: 64%;
	margin: 0 auto;
	clear: both;
}
.about-section-2 .line-3 .container-in-line{
	width: 68%;
	float: left;
}
.about-section-2 .line-3 .container-in-line .title-in-line{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 3vw;
	margin-top: 3%;
	color: #DF88A6;
	padding: 5% 0;
}
.about-section-2 .line-3 .description-in-line{
	font-size: 18px;
	font-size: 1.5vw;
	line-height: 1.3;
}
.about-section-2 .line-3 img{
	display: block;
	width: 32%;
	float: left;
	margin-top: 6.3%;
}
/* 4 */
.about-section-2 .line-4{
	width: 90%;
	margin: 0 auto;
	clear: both;
}
.about-section-2 .line-4 .container-in-line{
	width: 52%;
	float: left;
}
.about-section-2 .line-4 .container-in-line .title-in-line{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 3vw;
	margin-top: 3%;
	color: #DF88A6;
	padding: 5% 0;
}
.about-section-2 .line-4 .description-in-line{
	font-size: 18px;
	font-size: 1.5vw;
	line-height: 1.3;
}
.about-section-2 .line-4 .img-1{
	display: block;
	width: 20%;
	float: left;
	margin-top: 10%;
	margin-right: 1%;
}
.about-section-2 .line-4 .img-2{
	display: block;
	width: 27%;
	float: left;
	margin-top: 7%;
}
.about-section-3{
	background: url('img/about/bg-video.jpg') no-repeat;
	background-size: 100%;
}
.about-section-last{
	margin-bottom: -2.1%;
}
/*Contacts*/
.contacts-section-2{
	display: inline-block;
	margin-top: -0.5%;
	width: 100%;
	margin-bottom: 0;
	background-color: #FFF0F5;
}
.contacts-section-2 img{
	display: block;
	width: 55%;
	float: left;
}
.contacts-section-2 .contacts-info{
	display: inline-block;
	width: 44%;
	padding-left: 1%;
	padding-top: 4%;
}
.contacts-section-2 .contacts-info .line-1 {
	width: 100%;
	display: inline-block;
	padding-left: 10%;
}
.contacts-section-2 .contacts-info .line-1 img{
	width: 9.5%;
	margin-right: 3%;
	margin-left: -10%;
}
.contacts-section-2 .contacts-info .line-1 .description-in-line{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 37px;
	font-size: 3vw;
	line-height: 1.6;
	width: 100%;
	color: #382A29;
}
.contacts-section-2 .contacts-info .line-2 {
	width: 100%;
	display: inline-block;
	margin: 0%;
}
.contacts-section-2 .contacts-info .line-2 img{
	width: 5%;
	margin: 1.5% 0;
	margin-right: 3%;
	margin-left: 2.25%;
}
.contacts-section-2 .contacts-info .line-2 .description-in-line{
	font-size: 25px;
	font-size: 2.2vw;
	line-height: 1;
	width: 100%;
	margin: 1.5% 0;
	color: #382A29;
}
.contacts-section-2 .contacts-info .line-2 .description-in-line a{
	color: #382A29;
}
.contacts-section-3{
	width: 100%;
}


/*Form*/
#order  form{
	color: #00CCFF;
	display: inline-block;
}
#order input[type="text"], #order input[type="tel"], #order input[type="email"]{
	color:#333;
	background:none;
	border:1px solid #333;
	width:93%;
	font-size:1.2vw;
	padding:1.5% 1% 1.5% 5%;
	margin-bottom:2%;
}
#order input[type="submit"]{
	color:#ffffff;
	background:#DF88A6;
	width:58%;
	padding:2.5% 1% 3% 1.5%;
	font-size:1.2vw;
	border:none;
	margin:3% 0 1% 0;
	text-transform:uppercase;
	letter-spacing:0.03vw;
	float:right;
	cursor:pointer;
}
#order textarea{
	color: #333;
	background: none;
	width: 93%;
	margin-top: 0.1% !important;
	border: 1px solid #333;
	padding: 1% 1% 1% 5%;
	font-size: 1.2vw;
	resize:vertical;
}
#order input[type="text"]::-webkit-input-placeholder{
	color: #333;
}
#order input[type="text"]::-moz-placeholder{
	color: #333;
}
#order input[type="text"]::-ms-input-placeholder{
	color: #333;
}
#order input[type="tel"]::-webkit-input-placeholder{
	color: #333;
}
#order input[type="tel"]::-moz-placeholder{
	color: #333;
}
#order input[type="tel"]::-ms-input-placeholder{
	color: #333;
}
#order input[type="email"]::-webkit-input-placeholder{
	color: #333;
}
#order input[type="email"]::-moz-placeholder{
	color: #333;
}
#order input[type="email"]::-ms-input-placeholder{
	color: #333;
}
#order textarea::-webkit-input-placeholder{
	color: #333;
}
#order textarea::-moz-placeholder{
	color: #333;
}
#order textarea::-ms-input-placeholder{
	color: #333;
}
.screen-reader-response, .wpcf7-validation-errors{
	display: none !important;
}
#order form .wpcf7-mail-sent-ok, form .wpcf7-not-valid-tip{
	width: 100%;
	color: #333;
	font-size: 14px;
	font-size: 1.2vw;
	border: none;
	padding: 0 0 0.5% 0;
	margin: 0% 0% 3% 0%;
	text-align: center;
	clear: right;
}
#order .ajax-loader{
	text-align: center;
	margin-top: 5%;
}
#order .wpcf7{
	padding: 0;
	text-align: center;
	width: 100%;
}
#order span.wpcf7-not-valid-tip {
	color: #DF88A6;
	font-size: 1.25vw;
	margin: 0;
	margin-top: 2%;
	display: block;
}
#fancybox-overlay{
	background-color: rgba(255, 255, 255, 1) !important;
}

/*Form*/
#call-to-us-box  form{
	color: #00CCFF;
}
#call-to-us-box input[type="text"], #call-to-us-box input[type="tel"], #call-to-us-box input[type="email"]{
	color:#333;
	background:none;
	border:1px solid #333;
	width:93%;
	font-size:1.2vw;
	padding:1.5% 1% 1.5% 5%;
	margin-bottom:2%;
}
#call-to-us-box input[type="submit"]{
	color:#ffffff;
	background:#DF88A6;
	width:58%;
	padding:2.5% 1% 3% 1.5%;
	font-size:1.2vw;
	border:none;
	margin:3% 0 1% 0;
	text-transform:uppercase;
	letter-spacing:0.03vw;
	float:right;
	cursor:pointer;
}
#call-to-us-box textarea{
	color: #333;
	background: none;
	width: 93%;
	margin-top: 0.1% !important;
	border: 1px solid #333;
	padding: 1% 1% 1% 5%;
	font-size: 1.2vw;
	resize:vertical;
}
#call-to-us-box input[type="text"]::-webkit-input-placeholder{
	color: #333;
}
#call-to-us-box input[type="text"]::-moz-placeholder{
	color: #333;
}
#call-to-us-box input[type="text"]::-ms-input-placeholder{
	color: #333;
}
#call-to-us-box input[type="tel"]::-webkit-input-placeholder{
	color: #333;
}
#call-to-us-box input[type="tel"]::-moz-placeholder{
	color: #333;
}
#call-to-us-box input[type="tel"]::-ms-input-placeholder{
	color: #333;
}
#call-to-us-box input[type="email"]::-webkit-input-placeholder{
	color: #333;
}
#call-to-us-box input[type="email"]::-moz-placeholder{
	color: #333;
}
#call-to-us-box input[type="email"]::-ms-input-placeholder{
	color: #333;
}
#call-to-us-box textarea::-webkit-input-placeholder{
	color: #333;
}
#call-to-us-box textarea::-moz-placeholder{
	color: #333;
}
#call-to-us-box textarea::-ms-input-placeholder{
	color: #333;
}
.screen-reader-response, .wpcf7-validation-errors{
	display: none !important;
}
#call-to-us-box form .wpcf7-mail-sent-ok, form .wpcf7-not-valid-tip{
	width: 100%;
	color: #333;
	font-size: 14px;
	font-size: 1.2vw;
	border: none;
	padding: 0 0 0.5% 0;
	margin: 0% 0% 3% 0%;
	text-align: center;
	clear: right;
}
#call-to-us-box .ajax-loader{
	text-align: center;
	margin-top: 5%;
}
#call-to-us-box .wpcf7{
	padding: 0;
	text-align: center;
	width: 100%;
}
#call-to-us-box span.wpcf7-not-valid-tip {
	color: #DF88A6;
	font-size: 1.25vw;
	margin: 0;
	margin-top: 2%;
	display: block;
}
/*Call me*/
#callback-button{
	position: relative;
    width: 650px;
    height: 346px;
    background: #fff none repeat scroll 0% 0%;
}
#callback-button p{
	display: inline-block;
}
#callback-button .callback-button-text {
    position: absolute;
    top: 60px;
    left: 83px;
    font-size: 48px;
    color: #3E3F3E;
}
#callback-button .callback-button-arrow{
    position: absolute;
    top: 96px;
    left: 25px;
}
#callback-button .callback-button-input{
    position: absolute;
    top: 149px;
    left: 83px;
}
#callback-button .callback-button-phone-input{
    height: 23px !important;
    width: 157px !important;
    padding: 4px 5px !important;
    font-size: 15px !important;
    color: #333!important;
    border: 1px solid #DF88A6 !important;
}
#callback-button .callback-button-submit{
	position: absolute !important;
    top: 149px !important;
    left: 259px !important;
    height: 33px !important;
    width: 135px !important;
    border: 0px none !important;
    cursor: pointer !important;
    background: #DF88A6 none repeat scroll 0% 0% !important;
    color: #FFF !important;
    margin: 0 !important;
    padding: 1% 0 !important;
    font-size: 15px !important;
}
#callback-button .callback-button-operator{
    position: absolute;
    bottom: -10px;
    right: -10px;
}
#fancybox-content>div{
	overflow: visible !important;
}
html #fancybox-wrap div{
	overflow: visible !important;
}
#call-to-us-box #callback-button form .wpcf7-mail-sent-ok, #callback-button form .wpcf7-not-valid-tip {
    font-size: 19px;
    margin: 0;
}
#call-to-us-box #callback-button span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 17px;
}
/*Service bouquets-made-of-sweets*/
.service-1-section-2{
	text-align: center;
}
.service-1-section-2 .title-in-section{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 4vw;
	color: #fff;
	width: 100%;
	text-align: center;
	color: #DF88A6;
	padding: 3% 0 1% 0;
}
.service-1-section-2 .description-in-section{
	font-size: 18px;
	font-size: 1.8vw;
	padding: 1% 5%;
	line-height: 1.3;
	width: 90%;
	text-align: left;
	color: #333;
}
.section-button {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #DF88A6;
	padding: 0.5% 2%;
	margin: 1% auto 2% auto;
	font-size: 1.5vw;
	letter-spacing: 0.1vw;
}
.service-1-section-3{
	background: url('img/services/buket-iz-konfet/bg-middle.jpg') no-repeat;
	background-size: 100%;
}
.service-1-section-3 .main-section-3-title {
	padding-top: 11.5%;
}
.service-1-section-4 {
	width: 70%;
	margin-left: 15%;
	margin-top: 3%;
	margin-bottom: 0.7%;
}
.slideshow-wrapper{
	width: 100% !important;
	border: none !important;
}
.slideshow-fullsize{
	width: 100% !important;
	height: 555px !important;
	height: 33vw !important;
}
.main-section-4.macarons {
  margin-top: 0 !important;
}
.main-section-4.macarons .slideshow-fullsize {
  height: 20vw !important;
}
.slideshow-slidearea{
	width: 100% !important;
}
.slideshow-fullsize .slideshow-image img{
	border: none !important;
	width: 100% !important;
}
#wrapper #content .slideshow-slider{
	min-width: 100% !important;
	text-align: center;
}
#wrapper #content .slideshow-slider img{
	border: none !important;
	float: none !important;
	width: 154px !important;
	vertical-align: top;
}
.slideshow-slideleft{
	width: 30px !important;
  
	position: absolute !important;
	z-index: 3 !important;
	background-color: #fff !important;
	cursor: pointer;
}
.slideshow-slideright{
	width: 30px !important;
	position: absolute !important;
	z-index: 3 !important;
	background-color: #fff !important;
	cursor: pointer;
	right: 0;
}
.slideshow-slideleft:before, .slideshow-slideright:before{
	color: #000 !important;
	font-size: 30px !important;
	margin: -20px 0 0 0 !important;
}
.slideshow-slideright:before{
	right: 0;
}
/*Service fruit-bouquets*/
.service-2-section-3{
	background: url('img/services/fruktovye-bukety/bg-middle.jpg') no-repeat;
	background-size: 100%;
}
.service-2-section-3 .main-section-3-title {
	padding-top: 10%;
}
/*Service chocolate-fountains-*/
.service-3-section-4 .description-in-service{
	display: inline-block;
	font-size: 1.5vw;
	margin-bottom: 5%;
	line-height: 1.3;
}
.service-3-section-4 .icon-card-2 {
	width: 23%;
	margin: 0.5% 5% 4.5% 5%;
}
.service-3-section-4 .icon-card-2 .icon-text {
	font-size: 1.5vw;
	letter-spacing: 0.02vw;
}
.service-3-section-4 .icon-card-2 .icon-img {
	width: 44%;
}
.hr-transparent{
	float: none;
	width: 100%;
	background: transparent;
	border-color: transparent;
	height: 1px;
	border: 0;
	clear: both;
}
.service-3-section-3{
	background: url('img/services/shokoladnye-fontany/bg-middle.jpg') no-repeat;
	background-size: 100%;
	margin-bottom: -6.1%;
}
.makaron-section-3{
	background: url('img/makaron/bg-middle.jpg') no-repeat;
      background-size: contain !important;

}
@media screen and (max-width: 768px) {
    .makaron-section-3{
      	background-size: cover !important;

	}
}
.strawberries-bunch-section-3{
	background: url('img/buket-iz-klubniki/bg-middle.jpg') no-repeat;

}
.chocolate-letters-section-3{
	background: url('img/shokoladnye-bukvy/bg-middle.jpg') no-repeat;

}
.gingerbread-section-3{
	background: url('img/imbirnye-pryaniki/bg-middle.jpg') no-repeat;

}
.service-3-section-3 .main-section-3-title {
	font-size: 28px;
	font-size: 2.5vw;
}
.big-include{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 86px;
	font-size: 8vw;
	line-height: 1.7;
}
.service-3-section-2 .production-items .item ul{
	text-align: left;
}
.service-3-section-2 .production-items .item ul li{
	background: url('img/services/chocolate-fountains/heart.png') no-repeat;
	background-size: 6%;
	background-position: left center;
	padding-left: 8%;
	font-size: 1.2vw;
	line-height: 1.4;
}
.service-3-section-2 .production-items .item ul li span{
	color: #DF88A6;
	font-size: 20px;
	font-size: 1.4vw;
}
.pink-name{
	background-color: #DF88A6;
	color: #fff;
	font-size: 20px;
	font-size: 1.9vw;
	padding: 2.5% 0;
	margin-bottom: 3%;
}
.small-title {
    min-height: 80px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.three-line-title {
   min-height: 120px;
}
.service-3-section-2 .production-items .item ul .first-child{
	font-size: 20px;
	font-size: 1.9vw;
}
.service-3-section-2 .production-items .item ul .special{
	background: url('img/services/chocolate-fountains/heart.png') no-repeat;
	background-size: 6%;
	background-position: left 14%;
}
.pink-button{
	display: block;
	background-color: #DF88A6;
	color: #fff;
	width: 100%;
	font-size: 19px;
	font-size: 1.5vw;
	padding: 3.5% 0;
	margin-bottom: 13%;
	margin-top: 3%;
	transition: 0.5s;
}
.pink-button:hover{
	background-color: #f674a2;
	transition: 0.5s;
}
/*Service carving*/
.service-4-section-3{
	background: url('img/services/carving/bg-middle.jpg') no-repeat;
	background-size: 100%;
}
/*Service palm-fruit*/
.service-5-section-2 .production-items .item ul li {
	background: url('img/services/chocolate-fountains/heart.png') no-repeat;
	background-size: 5%;
	background-position: left center;
	padding-left: 7%;
	line-height: 1.3;
}
.service-5-section-2 .production-items .item ul .special{
	background: url('img/services/chocolate-fountains/heart.png') no-repeat;
	background-size: 5%;
	background-position: left 7%;
}
.service-5-section-2 .production-items .item ul .special-clear{
	background-image: none;
}
.description-in-service {
	display: inline-block;
	font-size: 1.5vw;
	margin-bottom: 5%;
	line-height: 1.3;
	padding: 0% 7.2%;
}
.service-5-section-3{
	background: url('img/services/fruktovaya-palma/bg-middle.jpg') no-repeat;
	background-size: 100%;
}
.service-5-section-4{
	background: url('img/services/fruktovaya-palma/bg-bottom.jpg') no-repeat;
	background-size: 100%;
}
.service-5-section-4 .section-4-description{
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-size: 1.7vw;
	margin-top: 4%;
}
/*Service fountains-for-drinks*/
.service-6-section-1 .title-in-section {
	margin-top: 18%;
}
.service-6-section-1 .description-in-section {
	width: 76%;
	margin-top: 23%;
	padding: 0px 12%;
}
.service-6-section-2 .production-items {
	padding: 0% 16%;
	width: 68%;
}
.service-6-section-2 .item {
	width: 28%;
}
.service-6-section-2 .pink-name {
	font-size: 15px;
	font-size: 1.5vw;
	padding: 3.5% 0;
}
.service-6-section-3{
	background: url('img/services/fontany-dlya-napitkov/bg-middle.jpg') no-repeat;
	background-size: 100%;
}
.service-6-section-5{
	background: url('img/services/fontany-dlya-napitkov/bg-bottom.jpg') no-repeat;
	background-size: 100%;
}
.service-6-section-4 .icon-card-2 {
	width: 22%;
	margin: 0.5% 1.5% 4.5% 1.5%;
}
.service-6-section-4 .icon-card-2 .icon-text {
	font-size: 1.3vw;
	line-height: 1;
}
.service-6-section-4 .description-in-service {
	padding: 0;
}
/*Service growth-dolls*/
.service-7-section-3{
	background: url('img/services/rostovye-kukly/bg-middle.jpg') no-repeat;
	background-size: 100%;
}
.service-7-section-2 .production-items {
	padding: 0% 14%;
	width: 72%;
}
.service-7-section-2 .item {
	width: 40%;
	margin: 0 4.5%;
	line-height: 1.3;
}
.service-7-section-2 .item img {
	width: 70%;
	margin: 0 auto;
}
.service-7-section-2 .description{
	text-align: left;
}
.service-7-section-2 .production-items .item ul li {
	background-size: 4%;
	padding-left: 5%;
}
.service-7-section-2 .production-items .item ul .title{
	background-image: none;
	font-weight: bold;
	letter-spacing: 0.02vw;
	font-size: 1.25vw;
}
.service-7-section-2 .pink-name {
	padding: 1.5% 0;
}
.service-7-section-2 .pink-button {
	width: 62%;
	padding: 2.5% 0;
}
/*Blog*/
.single-page .title-in-section {
	font-size: 34px;
	font-size: 3vw;
	width: 64%;
	padding: 0 3%;
}
.single-page .description-in-section {
	width: 63%;
	padding: 0 5%;
}
.single-page-section-2 .description-in-section {
	float: right;
	width: 80%;
	padding: 1% 7% 1% 1%;
}
.single-page-section-2 .social-links-container {
	width: 20%;
	float: right;
	padding-left: 0;
	padding-right: 5%;
	margin-bottom: 0%;
}
.single-page-section-2 .social-links-container a{
	width: 15%;
	display: inline-block;
	margin: 0 1%;
}
.single-page-section-2 .social-links-container a img{
	width: 100%;
}
.single-page-section-2 .author{
	display: inline-block;
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	color: #DF88A6;
	font-size: 32px;
	font-size: 2vw;
}
.single-page-section-2 .author a{
	font-family: 'HelveticaNeueCyr-Thin', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	font-size: 1.1vw;
	letter-spacing: 0.02vw;
	cursor: pointer;
	text-decoration: none;
}
.single-page-section-2 .date{
	margin-top: 1%;
	width: 20%;
	width: 6%;
	float: right;
	border: 1px solid #DF88A6;
}
.single-page-section-2 .date .mounth{
	background-color: #DF88A6;
	color: #fff;
	font-size: 17px;
	font-size: 1.5vw;
	padding: 3%;
}
.single-page-section-2 .date .day{
	color: #DF88A6;
	font-size: 25px;
	font-size: 2vw;
	padding: 28% 0;
}
.single-page-section-2 .title-for-more-posts{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	color: #DF88A6;
	font-size: 32px;
	font-size: 3vw;
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 0% 13%;
	padding-top: 1%;
}
.single-page-section-2 .production-items {
	width: 78%;
}
.single-page-section-2 .production-items a{
	display: block;
	width: 100%;
}
.single-page-section-2 .production-items a img{
	display: block;
	width: 100%;
	height: auto;
}
.single-page-section-2 .pink-name {
	font-size: 13px;
	font-size: 26px;
	height: 2vw;
	font-size: 1vw;
}
.single-page-section-2 .item {
	margin-bottom: 4%;
}
.single-page-section-2 #respond{
	clear: both;
	width: 34%;
	/*margin: 0 auto;*/
	margin-left: 13%;
	text-align: left;
	line-height: 1.3;
}
.single-page-section-2 #respond input[type="submit"]{
	font-family: 'HelveticaNeueCyr-Thin', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	border-radius: 0;
	background-color: #DF88A6;
	border: 1px solid #DF88A6;
	color: #fff;
	font-size: 1.5vw;
	padding: 1% 5%;
	letter-spacing: 0.01vw;
	float: left;
	cursor: pointer;
}
.single-page-section-2 #respond form>p{
	color: #DF88A6;
}
.single-page-section-2 #respond form>p a{
	color: #DF88A6;
}
.single-page-section-2 #respond form>p>input{
	margin: 1% 0;
}
.single-page-section-2 #respond form>p>textarea{
	margin: 1% 0;
}
.single-page-section-2 #comments{
	clear: both;
	padding: 2% 0;
	margin-left: 13%;
	width: 74%;
	text-align: left;
}
.single-page-section-2 .commentlist{
	text-align: left;
	margin-left: 13%;
	width: 74%;
}
input[name="submit"]:hover{
    background-color: #ffa3e3;
    transition:0.5s;
}
.single-page-section-2 .depth-1{
	/*border:1px solid #DF88A6;*/
	margin-bottom: -1px;
}
.single-page-section-2 .comment-body{
    border-radius: 5px;
    width:100%;
    margin:0;
}
.single-page-section-2 .children{
	border:0;
    margin-left:12%;
    margin-top:10px;
}
.single-page-section-2 .children img{
	height:42.3px;
	width:42.3px;
}
.single-page-section-2 .commentlist li{
    list-style: none;
}
.single-page-section-2 .fn, .single-page-section-2 .says{
	vertical-align: top;
	font-style: normal;
	display: inline-block;
	margin-top: 10px;
}
.single-page-section-2 .fn{
	margin-left:11px;
}

.single-page-section-2 .children .fn, .single-page-section-2 .children .says{
	display: inline;
	margin-top: 9px;
}
.single-page-section-2 .comment{
	list-style: none;
}
.single-page-section-2 .comment-meta, .single-page-section-2 .comment-body p, .single-page-section-2 .comment-awaiting-moderation{
	margin-left:79px;
}
.single-page-section-2 .comment-body p{
	margin-top: 0px;
	margin-bottom: 10px;
}
.single-page-section-2 .comment-meta a{
	color: #DF88A6;
	text-decoration: none;
	font-size: 70%;
	display: block;
	margin-top: -40px;
	margin-bottom: 40px;
	font-size: 1.2vw;
}
.single-page-section-2 .children .comment-meta, .single-page-section-2 .children .comment-body p,.single-page-section-2 .children .comment-awaiting-moderation{
	margin-left:57px;
}
.single-page-section-2 .children .comment-body p{
	margin-top: 0px;
	margin-bottom: 5px;
}
.single-page-section-2 .children .comment-meta a{
	color: #DF88A6;
	text-decoration: none;
	font-size: 70%;
	display: block;
	margin-top: -29px;
	margin-bottom: 30px;
	font-size: 1.2vw;
}
.single-page-section-2 .comment-reply-link{
	display: inline-block;
	font-size: 13px;
	/* width: 53px; */
	font-size: 1.3vw;
	/* width: 17%; */
	margin-left: auto;
	color: white;
	background-color: #DF88A6;
	text-decoration: none;
	padding: 2px 5px;
	float: right;
}
.single-page-section-2 .comment-reply-link:hover{
  	background-color: #ffa3e3;
}
.single-page-section-2 .navigation, .single-page-section-2 .cancel-comment-reply{
	padding: 0;
	text-align: left;
}
.single-page-section-2 .navigation a{
	text-decoration: none;
	color:#DF88A6;
}
.single-page-section-2 .cancel-comment-reply a, #respond h3 a{
	color:#DF88A6;
}
.single-page-section-2 .cancel-comment-reply a{
	text-decoration: none;
	font-size: 16px;
}
.single-page-section-2 .cancel-comment-reply a:hover, #respond h3 a:hover{
	color:#ffa3e3;
}
.single-page-section-2 .comment-awaiting-moderation{
	font-size: 80%;
	color: #DF88A6;
	margin-top: -40px;
    position: absolute;
}
.gdrts-rating-block{
	display: none !important;
}
#commentform p{
    color:#DF88A6;
}
#commentform p a{
    text-decoration: none;
    color:#DF88A6;
}
#commentform p a:hover{
    color:#ffa3e3;
}
.comment-section{
	display: inline-block;
	width: 100%;
}
.comment-section-active{
	position: relative;
	left: 0;
	visibility: visible;
	opacity: 1;
}
.comment-section-reviews .fn{
	font-family: 'Maya', 'maya-chocolate', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 3vw;
	color:#DF88A6;
}
.comment-section-reviews .depth-1 {
	border:none;
}
.comment-section-reviews .comment-author{
	display: inline-block;
}
.comment-section-reviews .comment-meta{
	display: inline-block;
	width: 32%;
	border-left: 1px solid #333;
	margin-top: 2.5%;
	margin-left: 1%;
	vertical-align: top;
}
.comment-section-reviews .comment-body>p {
	width: 81%;
	font-size: 1.65vw;
	margin-left: 184px;
	margin-top: -125px;
}
.comment-section-reviews #div-comment-229>p:nth-of-type(1){
	display: none;
}
.comment-section-reviews .comment-body>p:nth-of-type(3) {
	display: none;
}
.comment-section-reviews .comment-body>p.comment-image {
	width: 81%;
	font-size: 1.65vw;
	margin-left: 184px;
	margin-top: 0;
}
.comment-section-reviews .comment-body {
	display: table;
	margin-bottom: 1%;
}
.comment-section-reviews .comment-image img {
	max-width: 97%;
	max-height: 100%;
	width: auto;
}
.comment-section-reviews .comment-meta a {
	display: inline-block;
	margin: 0;
	color: #333;
	padding-left: 4%;
	font-size: 1.1vw;
	letter-spacing: 0.01vw;
}
.comment-section-reviews .says{
	display: none;
}
.comment-section-reviews .comment-reply-link {
	color: #333;
	background-color: #fff;
	transition:0.5s;
}
.comment-section-reviews .comment-reply-link:hover {
	color: #fff;
	background-color: #DF88A6;
	transition:0.5s;
}
.comment-section-reviews .comment-awaiting-moderation {
	margin-top: 0;
	position: static;
}
.comment-section-reviews .comment-body em, .comment-section-reviews .comment-body br{
	display: none;
}
.comment-section-reviews .children .comment-body p {
	margin: 0;
}
.comment-section-reviews .children .comment-meta a {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.comment-section-reviews .children .comment-meta {
	margin-top: 1.5%;
}
.comment-section-reviews .children .says {
	display: none;
}
.comment-section-reviews .children .comment-meta, .comment-section-reviews .children .comment-body p, .comment-section-reviews .children .comment-awaiting-moderation {
	margin-left: 1%;
}
.comment-section-reviews .children .comment-meta a {
	color: #333;
}
.comment-section-reviews .children {
	margin: 3% 0;
	margin-left: 13%;
}
.single-page-section-2 .comment-image img {
	max-width: 400px;
	max-height: 400px;
	width: auto;
	height: auto;
    margin: 0 auto;
    display: block;
}
/*Reviews*/
.reviews-section{
	width: 100%;
	background: url('img/reviews/bg-top.jpg') no-repeat;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 2%;
}
.reviews-section .cd-author {
	margin-left: 10%;
}
.reviews-section .review {
	width: 53%;
}
.reviews-section .cd-author-info {
	text-align: center;
}
.reviews-section .cd-testimonials p {
	font-size: 1.6vw;
}
.reviews-section .flex-direction-nav a {
	width: 90%;
}
.reviews-section .flex-direction-nav li a::before, .reviews-section .flex-direction-nav li a::after {
	height: 32px;
	top: 40%;
}
.reviews-section .flex-direction-nav li a::before {
	-webkit-transform: translateY(-49px) rotate(45deg);
	-moz-transform: translateY(-49px) rotate(45deg);
	-ms-transform: translateY(-49px) rotate(45deg);
	-o-transform: translateY(-49px) rotate(45deg);
	transform: translateY(-49px) rotate(45deg);
}
.reviews-section .flex-direction-nav .flex-nav-next a::before {
	-webkit-transform: translateY(-49px) rotate(135deg);
	-moz-transform: translateY(-49px) rotate(135deg);
	-ms-transform: translateY(-49px) rotate(135deg);
	-o-transform: translateY(-49px) rotate(135deg);
	transform: translateY(-49px) rotate(135deg);
}
.reviews-section-3{
	background: url('img/reviews/bg-bottom.jpg') no-repeat;
	background-size: 100%;
	padding-bottom: 5%;
}

.reviews-section-2 > a{
    display: inline-block;
	background: #df88a6;
    color: #fff;
	padding: 5px 10px;
    font: 14px/18px Verdana;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0,0,0,.5);
	margin: 9px auto;
}
	  
.reviews-section-2 .title-in-section {
	font-size: 34px;
	font-size: 2.5vw;
	text-align: left;
	color: #4D4D4D;
	padding: 1% 0 1% 14%;
}
.reviews-section-2 .description-in-section {
	padding: 1% 10%;
	width: 80%;
}
.comment-section-reviews .commentlist {
	margin-left: 14.5%;
	width: 71%;
}
.comment-section-reviews {
	display: inline-block;
	visibility: visible;
	opacity: 1;
	width: 100%;
	position: relative;
	left: 0;
}
.gdrts-rating-text{
	display: inline-block !important;
	margin-top: 6px;
	vertical-align: top;
}
.gdrts-rating-user{
	display: none !important;
}
.gdrts-stars-rating{
	display: inline-block !important;
}
.gdrts-with-font.gdrts-font-star.gdrts-stars-length-5 .gdrts-stars-empty::before, .gdrts-with-font.gdrts-font-star.gdrts-stars-length-5 .gdrts-stars-active::before, .gdrts-with-font.gdrts-font-star.gdrts-stars-length-5 .gdrts-stars-current::before {
	font-size: 13px;
	font-size: 1.2vw;
}
.comment-section-reviews .gdrts-rating-block {
	display: inline-block !important;
	position: relative;
	margin: 0 !important;
	margin-left: 184px !important;
}
.comment-section-reviews .reply{
	display: inline-block;
	margin-bottom: -0.35%;
	margin-top: 0.65%;
	float: right;
}
.comment-section-reviews .comment-author img{
	width: 170px;
	height: auto;
}
.comment-section-reviews #comments {
	display: none !important;
}

.js-button-for-reviews{
	border: 1px solid #DF88A6;
	padding: 0.5% 2%;
	color: #333;
	float: right;
	display: inline-block;
	transition:0.5s;
}
.js-button-for-reviews:hover{
	background-color: #DF88A6;
	color: #fff;
	transition:0.5s;
}
.comment-section-reviews #respond {
	width: 71%;
	margin: 0% auto;
	padding: 7% 0;
}
.comment-section-reviews #respond textarea{
	
}
#fancybox-content #respond #commentform input[type="submit"]{
	font-family: 'HelveticaNeueCyr-Thin', 'Helvetica Neue', "Helvetica", Helvetica, Arial, sans-serif;
	border-radius: 0;
	background-color: #DF88A6;
	border: 1px solid #DF88A6;
	color: #fff;
	font-size: 1.5vw;
	padding: 1% 5%;
	letter-spacing: 0.01vw;
	cursor: pointer;
}
#fancybox-content #respond{
	line-height: 1.3;
}
#fancybox-content #respond #commentform textarea{
	margin: 1% 0;
}
.comment-section-reviews .children .comment-body p {
	margin-left: 184px;
	margin-top: -149px;
	margin-bottom: 5px;
}
.comment-section-reviews .children .comment-body p.comment-image{
	margin-left: 184px;
	margin-top: 0px;
}
.comment-section-reviews .children li .comment-body>p:nth-of-type(3) {
	display: none;
}
#fancybox-content #respond #commentform input[type="text"], #fancybox-content #respond #commentform input[type="tel"] {
	margin: 1% 0;
}
#fancybox-content #cancel-comment-reply-link{
	color: #DF88A6;
}
/*Search form*/
.search-sedtion-2 .search-description{
	width: 100%;
	margin: 3% 0;
	text-align: center;
	font-size: 1.5vw;
	line-height: 1.3;
}
.search-description #posts{
	width: 80%;
	padding: 0 10%;
	text-align: center;
}
.search-description #posts a{
	color: #DF88A6;
}
.search-description #posts a:hover{
	color: #ff99bb;
}
.search-description #posts span p{
	display: inline;
}
/*Footer*/
.footer{
	font-size: 18px;
	font-size: 1.5vw;
	width: 100%;
	overflow: hidden;
	line-height: 1.5;
	margin-top: -8%;
	color: #FEFEFE;
	clear: both;
}
.footer .color{
	background-color: #30191B;
	width: 100%;
	display: table;
}
.footer .footer-logo{
	display: block;
	width: 85%;
	margin-top: 1%;
}
.footer .footer-logo img{
	width: 100%;
}
.footer .social-buttons {
	float: left;
	width: 6%;
	margin: 2% 2% 2% 0%;
}
.phar20{
	display: block;
	text-align: center;
	font-size: 1.5vw;
	float: left;
	margin-right: 1%;
	padding-left: 38%;
    padding-bottom: 0.5%;
}
.footer-first{
	width:17%; 
	float:left; 
	overflow:hidden;
	margin-left:6%;
	margin-top:1%;
}
.footer-second{
	width: 15%; 
	float: left; 
	overflow: hidden;
	margin-top: 1%;
}
.footer-second a{
	transition:0.5s;
}
.footer-second a:hover{
	color: #DF88A6;
	transition:0.5s;
}
.footer-third{
	width: 33%;
	float: left;
	overflow: hidden;
	margin-top: 1%;
	font-size: 1.1vw;
}
.footer-fourth{
	width:27%; 
	float:left; 
	overflow:hidden;
	margin-top:1.5%;
	line-height:1;
	word-wrap: break-word;
}
.footer-fourth .icon-card-3{
	display: block;
	width: 48%;
	margin: 0.5% 2.5% 0% 3.5%;
	float: left;
}
.footer-fourth .icon-card-3 .icon-img{
    display: block;
	width: 78%;
	height: auto;
	margin: 0 auto;
}
.footer-fourth .icon-card-3 .icon-text{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 8px;
	font-size: 1vw;
	line-height: 0.9;
	margin: 0% 11%;
	padding: 3% 0;
	background: #DF88A6;
}
.footer-fourth .post-text{
	width: 46%;
	float: left;
	font-size: 16px;
	font-size: 1.3vw;
}
.footer-fourth .post-text p{
	font-size: 16px;
	font-size: 1.3vw;
}
.footer-fifth{
	width:100%; 
	float:left; 
	overflow:hidden;
	border-top: 1px solid #9C9C9C; 
	padding: 0.5% 0 0% 0;
}
.footer .footer-first p, .footer .footer-second p, .footer .footer-third p{
	margin-bottom: 4%;
	font-size: 2.6vw;
	text-align: left;
}
.footer .footer-fourth p.footer-fourth-top-p{
	margin-bottom: 8%;
	margin-top: 3%;
	text-align: left;
}
.footer-first, .footer-second, .footer-third, .footer-fourth{
	letter-spacing: 0.07vw;
}
.phar20 a{
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	font-size: 1.5vw;
	margin-left: 1%;
}
.footer .footer-fifth .footer-fifth-1 {
	padding-left: 5%;
}
.footer p{
	font-size: 2vw;
}
.footer a{
	text-decoration:none;
	color:#FEFEFE;
	font-size:1.5vw;
}
.phar-img{
	width: 6%;
	display: inline-block;
}
.footer-fourth .icon-card-3 img{
	width: 100%;
}
/*Для позиционирования изображений в тексте записи*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
a img.alignright { float: right; margin: 0 0 1em 1em; }
a img.alignleft { float:left; margin: 0 1em 1em 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto;}
/*Для задания свойств по умолчанию содержимому в тексте записи*/

.blog-content h1, h2 {
    font-size: 300%;
}
.blog-content h3 {
    font-size: 250%;
}
.blog-content h4 {
    font-size: 200%;
}
.blog-content h5 {
    font-size: 150%;
}
.blog-content h6 {
    font-size: 125%;
}
.blog-content p {
    margin-bottom: 1.2%;
}

.blog-content b, .blog-content strong {
    font-weight: bold;
}

.blog-content dfn, .blog-content cite, .blog-content em, .blog-content i {
    font-style: italic;
}

.blog-content blockquote {
    margin: 0 1.5em;
    font-style: italic;
    quotes: '\201c' "'";
}
.blog-content blockquote p:first-of-type:before {
    content: open-quote;
}

.blog-content q {
    quotes: '\201c' '\201d';
}
.blog-content q:before {
    content: open-quote;
}
.blog-content q:after {
    content: close-quote;
}

.blog-content cite {
    font-weight: bold;
}
.blog-content cite:before {
    content: '\2015';
    font-weight: normal;
}

.blog-content address {
    margin: 0 0 1.5em;
}

.blog-content pre {
    background: #eeeeee;
    font-family: HelveticaNeueCyr-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

.blog-content code, .blog-content kbd, .blog-content tt, .blog-content var {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: HelveticaNeueCyr-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.blog-content abbr, .blog-content acronym {
    border-bottom: 1px dotted #666666;
    cursor: help;
}

.blog-content mark, .blog-content ins {
    background: #fff9c0;
    text-decoration: none;
}

.blog-content sup,
.blog-content sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.blog-content sup {
    bottom: 1ex;
}

.blog-content sub {
    top: .5ex;
}

.blog-content small {
    font-size: 75%;
}

.blog-content big {
    font-size: 125%;
}

.blog-content hr {
    background-color: #cccccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

.blog-content ul, .blog-content ol {
    margin: 0 0 1.5em 3em;
}

.blog-content ul {
    list-style: disc;
}

.blog-content ol {
    list-style: decimal;
}

.blog-content li > ul,
.blog-content li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

.blog-content dt {
    font-weight: bold;
}

.blog-content dd {
    margin: 0 1.5em 1.5em;
}

.blog-content img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

.blog-content svg {
    width: 100%;
    height: 100%;
}

.blog-content figure {
    margin: 0;
}

.blog-content table {
    margin: 0 0 1.5em;
    width: 100%;
}

.blog-content th, td {
    padding: 5px 10px;
    border-right: 1px solid #2c3642;
    border-bottom: 1px solid #2c3642;
}
.blog-content th:first-of-type, .blog-content td:first-of-type {
    padding-left: 0;
}
.blog-content th:last-of-type, .blog-content td:last-of-type {
    padding-right: 0;
    border-right: none;
}
.blog-content tr:last-of-type th, .blog-content tr:last-of-type td {
    border-bottom: none;
}
.blog-content th {
    font-weight: bold;
}
/*Стили для кнопки "Наверх"*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    z-index: 99999;
    bottom:10px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('img/icon-top.png') no-repeat;
}
.active-color{
	color: #DF88A6 !important;
}
.cbh-ph-img-circle .cbh-ph-img-circle_text {
	font-size: 39px !important;
}
.cbh-phone.green .cbh-ph-img-circle {
	background-color: rgba(255, 128, 170, 1) !important;
}
.cbh-phone.green .cbh-ph-img-circle:hover {
	background-color: rgba(255, 163, 194, 1) !important;
}
.cbh-phone.green .cbh-ph-circle-fill {
	background-color: rgba(255, 163, 194, 1) !important;
}
.cbh-ph-img-circle .cbh-ph-img-circle_text {
	margin-top: 2px !important;
}
.cbh-phone {
	width: 100px !important;
	height: 160px !important;
	margin-left: -50px !important;
}
html #overlay {
	z-index: 999 !important;
}
html .callback-submit {
	background: rgba(255, 128, 170, 1) none repeat scroll 0% 0% !important;
}
html .callback-input input {
	border: rgba(255, 128, 170, 1) solid 1px !important;
}
html .cbh-phone.mobi-call-button{
	display: none !important;
}
/*Banner*/
.main-banner{
	width: 100%;
	display: block;
}
.main-banner .main-section-4{
	margin-left: 0;
	display: table;
	float: left;
}
.main-banner .banner{
	width: 25%;
	display: table;
	float: left;
}
.main-banner .banner a{
	display: block;
    width: 80%;
    margin-left: 10%;
    margin-top: 30%;
}
.main-banner .banner .banner-img{
	display: block;
	width: 100%;
}
@media screen and (max-width: 900px) {
html .cbh-phone.mobi-call-button{
	display: inline-block !important;
}
}
@media screen and (max-width: 1000px) {
.comment-section-reviews .comment-reply-link {
	font-size: 13px;
}
.comment-section-reviews .comment-meta {
	margin-top: 2%;
	font-size: 20px;
}
.main-section-6 .icon-card-3 .icon-text {
    font-size: 1.5vw;
    height: 4vw;
    line-height: 1;
}
.single-page-section-2 .pink-name {
    font-size: 13px;
    font-size: 26px;
    font-size: 1.5vw;
    height: 4.5vw;
    line-height: 1;
}
}

@media screen and (max-width: 768px) {
/*Banner*/
.main-banner .banner {
    width: 100%;
    float: none;
}
.main-banner .banner a {
    width: 240px;
    margin: 55px auto 5px auto;
}
/*Service bouquets-made-of-sweets*/
.service-1-section-2 .title-in-section {
	font-size: 34px;
	margin: 5% 1%;
}
.service-1-section-2 .description-in-section {
	font-size: 18px;
}
.section-button {
	padding: 8px 21px;
	margin: 5% auto 8% auto;
	font-size: 18px;
}
/*Slider Gallery*/
.slideshow-fullsize {
	height: 350px !important;
	height: 47.5vw !important;
}
.slideshow-slideright {
	background-color: #fff !important;
}
.slideshow-slideleft {
	background-color: #fff !important;
}
/*About*/
.about-section-1 .title-in-section {
	font-size: 28px;
	margin-top: 111px;
}
.about-section-1 .description-in-section {
	font-size: 18px;
	margin-top: 182px;
}
.about-section-1 img {
	width: auto;
	max-height: 350px;
	float: right;
}
.makaron-section img {
	width: 100% !important;
    height: 500px !important;
	  max-height: 100% !important;
}
.about-section-2 .line-1, .about-section-2 .line-2, .about-section-2 .line-3, .about-section-2 .line-4 {
	width: 90%;
	margin: 0 auto;
	float: none;
}
.about-section-2 .line-1 .container-in-line, .about-section-2 .line-2 .container-in-line, .about-section-2 .line-3 .container-in-line, .about-section-2 .line-4 .container-in-line{
	width: 100%;
	float: none;
}
.about-section-2 .line-1 img, .about-section-2 .line-2 img, .about-section-2 .line-3 img, .about-section-2 .line-4 img{
	display: block !important;
	width: 200px !important;
	margin: 0 auto !important;
	float: none !important;
}
.about-section-2 .line-2 .container-in-line .title-in-line, .about-section-2 .line-1 .container-in-line .title-in-line, .about-section-2 .line-3 .container-in-line .title-in-line, .about-section-2 .line-4 .container-in-line .title-in-line {
	font-size: 34px;
	text-align: center;
}
.about-section-2 .line-1 .description-in-line, .about-section-2 .line-2 .description-in-line, .about-section-2 .line-3 .description-in-line, .about-section-2 .line-4 .description-in-line{
	font-size: 18px;
}
.about-section-last{
	margin-top: 8%;
	margin-bottom: 0;
}
/*Main*/
.content {
	padding: 0;
	margin-bottom: 7%;
}
.header .logo {
	position: fixed;
	width: 49px;
	margin: 0;
	margin-left: 10px;
	z-index: 999;
}
.active-mobi-menu{
	overflow: hidden;
}
.main-section-1 {
	margin-top: 0%;
}
.main-section-1 .flex-direction-nav{
	display: none !important;
}
.main-section-2 .main-title .pink-1,  .main-section-2 .main-title .pink-2{
	width: 70%;
	float: none;
	margin: 3% auto;
}
.main-section-2 .main-title .main-text-title {
	width: 100%;
	font-size: 28px;
	padding: 1%;
	float: none;
}
.main-section-2 .main-title .main-text-title span {
	font-size: 28px;
}
.main-section-2 .main-descriotion {
	width: 90%;
	font-size: 18px;
}
.main-section-2 .production-items {
	padding: 0;
	width: 100%;
}
.main-section-2 .item {
	width: 290px;
	float: none;
	margin: 0 auto;
}
.main-section-2 .item .item-title {
	font-size: 34px;
}
.main-section-2 .item .item-description {
	font-size: 18px;
}
.main-section-2 .pink-button{
	margin-bottom: 13%;
}
.main-section-4 {
	width: 100%;
	margin-left: 0;
}
.main-section-4-title {
	font-size: 32px;
	margin-top: 13%;
}
.main-section-4 .icon-card {
	display: block;
	width: 200px;
	margin: 0% auto;
	float: none;
}
.main-section-4 .icon-card .icon-text {
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 2px;
}
.main-section-4 .icon-card-2 {
	display: block;
	width: 200px;
	margin: 0% auto;
	float: none;
}
.main-section-4 .icon-card-2 .icon-text {
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 2px;
}
.main-section-3 {
	position: relative;
	width: 100%;
	background-size: cover;
	padding-bottom: 10.5%;
	background-position: center;
}
.main-section-3 .main-section-3-title {
	font-size: 27px;
	line-height: 1.5;
}
.main-section-3 .main-section-3-button {
	position: relative;
	display: block;
	width: 128px;
	padding: 5px 10px;
	margin: 10% auto;
	font-size: 17px;
	letter-spacing: 0;
	text-align: center;
}
.main-section-5 {
	background: url('img/main/background-reviews.jpg') no-repeat;
	background-size: cover;
	padding: 3% 0;
	margin-top: 8%;
}
.main-section-5 .cd-author {
	display: block;
	width: 200px;
	margin: 0 auto;
	float: none;
}
.cd-author-info {
	width: 100%;
	text-align: center;
	font-size: 45px;
	margin: 0;
	line-height: 1.2;
}
.main-section-5 .review {
	width: 100%;
	margin-left: 0;
}
.cd-testimonials p {
	font-size: 18px;
	float: none;
	margin-top: 2%;
}
.flex-direction-nav li {
	width: 26px;
}
.main-section-6 .icon-card-3 {
	display: block;
	width: 250px;
	margin: 7% auto;
	float: none;
}
.main-section-6 .icon-card-3 .icon-text {
	font-size: 17px;
	height: auto;
}
/*Form*/
#order form .wpcf7-mail-sent-ok, form .wpcf7-not-valid-tip {
	font-size: 17px;
	font-size: 4.6vw !important;
}
#order input[type="submit"] {
	font-size: 4vw;
	margin: 3% -3% 5% 0%;
}
#order textarea {
	font-size: 17px;
	font-size: 5.2vw;
}
#order input[type="text"], #order input[type="tel"], #order input[type="email"] {
	font-size: 17px;
	font-size: 5.2vw;
}
/*Contacts*/
.contacts-section-2{

}
.contacts-section-2 .contacts-info {
	display: inline-block;
	width: 100%;
	padding: 0;
	padding-top: 4%;
}
.contacts-section-2 .contacts-info .line-1 {
	width: 100%;
	display: block;
	padding-left: 0;
}
.contacts-section-2 .contacts-info .line-2 {
	width: 100%;
	display: block;
	padding-left: 0;
}
.contacts-section-2 .contacts-info .line-1 img {
	width: 55px !important;
}
.contacts-section-2 .contacts-info .line-2 img {
	width: 55px !important;
}
.contacts-section-2 .contacts-info .line-1 .description-in-line {
	font-size: 37px;
	text-align: center;
	margin: 5% 0;
}
.contacts-section-2 .contacts-info .line-2 .description-in-line {
	font-size: 25px;
	text-align: center;
}
/*Service chocolate-fountains*/
.service-3-section-1 .description-in-section {
	font-size: 17px;
	margin-top: 100px;
}
.service-3-section-1 .title-in-section {
	font-size: 28px;
	margin-top: 70px;
}
.service-3-section-2 .production-items {
	margin-top: 0%;
}
.pink-name{
	font-size: 32px;
	padding: 5px 0;
}
.pink-button {
	padding: 13px 0;
	font-size: 19px;
	margin-bottom: 0;
}
.service-3-section-2 .item {
	width: 90%;
}
.service-3-section-2 .item img {
	width: 290px;
}
.service-3-section-2 .production-items .item ul .first-child {
	font-size: 20px;
}
.service-3-section-2 .production-items .item ul li {
	background-size: 17px;
	font-size: 20px;
}
.service-3-section-2 .production-items .item ul li span {
	font-size: 26px;
}
.service-3-section-3 {
	margin-top: 5%;
	margin-bottom: 5%;
}
.service-3-section-4 .description-in-service {
	font-size: 18px;
	padding: 10% 5%;
	margin-bottom: 0;
}
.service-3-section-2 .production-items .item ul .special {
	background-size: 17px;
}
.big-include {
	font-size: 72px;
}
/*Service palm-fruit*/
.description-in-service {
	font-size: 19px;
	margin-top: 5%;
}
.service-5-section-4 .section-4-description {
	font-size: 20px;
}
.service-5-section-1 .title-in-section {
	font-size: 28px;
	margin-top: 89px;
}
.service-5-section-1 .description-in-section {
	font-size: 17px;
	margin-top: 173px;
}
/*Service fountains-for-drinks*/
.service-6-section-1 .description-in-section {
	width: 100%;
	margin-top: 100px;
	padding: 0;
	font-size: 16px;
}
.service-6-section-2 .pink-name {
	font-size: 20px;
	padding: 14px 0;
}
/*Service growth-dolls*/
.service-7-section-1 .description-in-section {
	font-size: 16px;
	padding: 0;
	width: 100%;
}
.service-7-section-2 .production-items .item ul .title {
	font-size: 17px;
}
.service-7-section-2 .production-items .item ul li {
	padding-left: 23px;
}
.info-button-absolute {
	display: none;
	visibility: hidden;
}
/*Blog*/
.single-page .title-in-section {
	font-size: 27px;
	margin-top: 52px;
	width: 94%;
	padding: 0 3%;
}
.single-page .description-in-section {
	width: 90%;
	padding: 0 5%;
	margin-top: 210px;
	font-size: 18px;
}
.single-page-section-2 .description-in-section img{
	max-width: 100%;
}
.single-page-section-2 .author {
	font-size: 32px;
}
.single-page-section-2 .date {
	display: none;
}
.single-page-section-2 .social-links-container {
	width: 100%;
	padding-left: 0;
	padding-right: 0%;
	margin-bottom: 0%;
}
.single-page-section-2 .social-links-container a {
	width: 12%;
}
.single-page-section-2 .title-for-more-posts {
	font-size: 25px;
	margin-top: 10px;
}
.single-page-section-2 .pink-name {
	font-size: 13px;
	height: auto;
	margin-bottom: 34px;
}
.single-page-section-2 .item {
	width: 200px;
}
/* Comments */
.single-page-section-2 #respond {
	width: 72%;
}
.single-page-section-2 #respond form>p>textarea{
	width: 100%;
}
.single-page-section-2 #respond input[type="submit"] {
	font-size: 23px;
}
.single-page-section-2 .comment-meta a {
	font-size: 14px;
}
.single-page-section-2 .children .comment-meta a {
	font-size: 14px;
}
.single-page-section-2 .comment-reply-link {
	font-size: 17px;
}
.single-page-section-2 .author a {
	font-size: 15px;
}
.single-page-section-2 .children{
    margin-top: 55px;
}
/*Reviews*/
.comment-section-reviews .comment-author {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.comment-section-reviews .comment-author img {
	width: 35%;
	height: auto;
}
.reviews-section-2 .title-in-section {
	padding: 1% 0 1% 5%;
}
.comment-section-reviews .commentlist {
	margin-left: 0;
	width: 90%;
	display: inline-block;
}
.comment-section-reviews .fn {
	font-size: 24px;
	margin: 3% 0;
	width: 100%;
}
.comment-section-reviews .children .fn {
	display: block;
}
.comment-section-reviews .comment-meta {
	margin-top: 1px;
	font-size: 13px;
	width: 100%;
	border: 0;
	text-align: center;
}
.comment-section-reviews .children .comment-body p {
	margin: 8px;
	margin-left: 0;
	/* margin-top: 0px; */
	font-size: 17px;
	text-align: justify;
}
.comment-section-reviews .gdrts-rating-block {
	display: none !important;
}
.comment-section-reviews .comment-body p {
	width: 100%;
	margin-top: 0;
	font-size: 17px;
	margin: 0;
	text-align: justify;
}
.comment-section-reviews .comment-body>p.comment-image {
	width: auto;
	max-width: 100%;
	margin: 8px 0;
}
.comment-section-reviews .children .comment-body p.comment-image {
	margin-left: 0;
	margin-top: 0px;
}
.comment-section-reviews .comment-image img {
	max-width: 100%;
}
.comment-section-reviews .children {
	margin: 3% 0;
	margin-left: 0;
}
.comment-section-reviews .comment-meta a {
	padding-left: 0;
	letter-spacing: 0;
	font-size: 15px;
	margin-bottom: 5px;
}
.comment-section-reviews .children .comment-meta a {
	font-size: 15px;
	margin-bottom: 5px;
}
.comment-section-reviews .reply {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.comment-section-reviews .comment-reply-link {
	font-size: 17px;
	margin: 5px auto;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #DF88A6;
	background-color: #DF88A6;
}
.js-button-for-reviews {
	border: 1px solid #DF88A6;
	background-color: #DF88A6;
	padding: 10px 0%;
	color: #333;
	float: none;
	display: block;
	text-align: center;
	transition: 0.5s;
	font-size: 17px;
	margin-bottom: 13px;
}
#fancybox-content #respond #commentform textarea {
	margin: 5px 0;
	width: 97%;
}
#fancybox-content #respond #commentform input[type="submit"] {
	font-size: 17px;
	padding: 5px 13px;
	width: 100%;
}
#fancybox-content #respond #commentform input[type="text"], #fancybox-content #respond #commentform input[type="tel"]{
	margin: 5px 0;
}
.reviews-section .cd-author img {
	width: 200px;
	margin-top: 21px;
}
.reviews-section .cd-author-info {
	font-size: 34px;
	margin: 5px 0;
}
.reviews-section .cd-testimonials p {
	font-size: 17px;
}
.reviews-section .flex-direction-nav {
	display: block !important;
}
/*Search form*/
.search-sedtion-2 .main-title{
	font-size: 38px;
}
.search-description #posts {
	font-size: 17px;
	width: 100%;
	padding: 0 5%;
}
/*Footer*/
.footer a{
	font-size: 18px;
}
.phar-img {
	width: 100px;
}
.phar20 {
    font-size: 17px;
    padding-left: 8px;
    float: none;
    clear: both;
    vertical-align: middle;
}
.footer-fifth {
	float: none;
	text-align: center;
	clear: both;
}
.footer-fourth {
	width: 92%;
	margin-left: 5%;
}
.footer .social-buttons {
	float: none;
	width: 38px;
	margin: 2% 1px;
}
.footer-fourth .icon-card-3 {
	display: block;
	width: 250px;
	margin: 1% auto;
	float: none;
}
.footer-fourth .post-text {
	width: 90%;
	margin: 5% auto;
	float: none;
	font-size: 18px;
	text-align: center;
}
.footer-fourth .icon-card-3 .icon-text {
	font-size: 15px;
}
.footer .footer-third p {
	font-size: 8.6vw;
	text-align: center;
	margin-bottom: 4%;
}
.footer-third {
	width: 85%;
	font-size: 20px;
	padding: 1% 7%;
	text-align: center;
}
.footer-second {
	width: 100%;
	float: none;
	text-align: center;
	display: none;
}
.footer-first{
	display: block;
	width: 250px;
	margin: 0 auto;
	float: none;
}
.footer .footer-logo {
	width: 100%;
	margin-top: 5%;
}

.footer-form-top{
	display: none;
}
.footer-fourth .post-text p {
	font-size: 16px;
}
/*Disable Animation on Mobile Devices*/
.animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

/*Top slider*/
.content .flexslider .flex-next {
  
}
.content .flexslider .flex-next:hover  {
  
}
.content .flexslider .flex-prev:hover {
   
}
.content .flexslider .flex-prev {
   
}
.content .metaslider .caption-wrap {
    display: none !important;
}

/*Menu*/
.sub-menu {
  overflow-x: hidden;
    overflow-y: scroll;
	}
.active {
    display: block;
}
.nav .menu-glavnoe-menyu-container .menu {
	background-color: rgba(0,0,0,0.0);
    font-size: 21px;
    padding-left: 0;
  height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.nav .menu-glavnoe-menyu-container .menu > li {
    float: none;
    margin-left: 0px;
    font-size: 17px;
}
.nav .menu-glavnoe-menyu-container .menu > li > .parent {
    background-position: 95% 50%;
}
.nav .menu-glavnoe-menyu-container .menu li li .parent {
    background-image: url("img/arrows/downArrow.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.nav .menu-glavnoe-menyu-container .menu li ul {
    display: block;
    width: 98%;
	line-height: 1;
	margin-top: 2%;
	margin-bottom: -2%;
	margin-left: 0;
}
.nav .menu-glavnoe-menyu-container .menu > li.hover > ul , .nav .menu-glavnoe-menyu-container .menu li li.hover ul {
    position: static;
}
.nav .menu-glavnoe-menyu-container .menu li li a {
	background: rgba(171, 26, 11, 0.3);
	border-top: 1px solid #f3f3f3;
	font-size: 17px;
	width: 100%;
	padding: 2%;
	margin: 0%;
	padding-left: 1%;
}
.nav .menu-glavnoe-menyu-container .menu > li > a {
    border-top: 1px solid #f3f3f3;
}
.nav .menu-glavnoe-menyu-container .menu a {
	padding: 1% 1%;
}
.header {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	background: #30191B;
	height: 46px;
}
.header .nav{
	background: #30191B;
	opacity: 0.9;
	width: 100%;
	height: 9999px;
	overflow: scroll;
	position: absolute;
}
.menu-icons {
    display: block;
    cursor: pointer;
    padding: 14px;
    top: 0;
    right: 0;
    z-index: 2;
    position: fixed;
}
.menu-icons__item {
    width: 30px;
    height: 3px;
    margin-bottom: 3px;
    display: block;
    background-color: #DF88A6;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.menu-icons__item.first, .menu-icons__item.third {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-color: #DF88A6;
}
.menu-icons__item.second {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.menu-icons__item.first, .menu-icons__item.third {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    background-color: #DF88A6;
}
.no-mobi{
	display: none !important;
}
}
@media screen and (max-width: 1100px) {
.info-button-absolute {
	margin-top: 43.25%;
}
}
@media screen and (max-width: 1000px) {
.info-button-absolute {
	margin-top: 43.5%;
}
}
@media screen and (max-width: 900px) {
.info-button-absolute {
	margin-top: 44.75%;
}
}
@media screen and (max-width: 800px) {
.info-button-absolute {
	margin-top: 45%;
}
}
@media screen and (min-width: 1320px) {
.info-button-absolute {
	margin-top: 41.75%;
}
}
@media screen and (min-width: 1870px) {
.info-button-absolute {
	margin-top: 41.25%;
}
}
@media screen and (min-width: 2420px) {
.info-button-absolute {
	margin-top: 40.75%;
}
}
@media screen and (orientation:landscape) and (max-width: 768px){
.nav .menu-glavnoe-menyu-container .menu li ul {
	margin: 0;
	padding: 0;
}
.nav .menu-glavnoe-menyu-container .menu li {
	font-size: 13px;
	padding: 0 10%;
}
.nav .menu-glavnoe-menyu-container .menu li li a {
	font-size: 13px;
	padding: 1%;
}
}
@media screen and (max-width: 440px) {
.makaron-section img {
    height: 550px !important;
}
}		 
/*Subscribe*/
.subs{position: fixed;top: 0;left: 0;width: 270px;z-index: 99;padding: 4px;background: #fff;box-shadow: 2px 2px 2px rgba(0,0,0,.7);}
.subs-in{border:1px solid #df88a6;padding:4px;text-align:center}
.subs .h1{margin: 3px auto 9px auto;}
.subs a,.specof-in a,.subs2 a{font: 14px/14px Arial;display: inline-block;width: 14px;height: 14px;color: #df88a6;position: absolute;top: 8px;right: 8px;}
.subs input{width: 80%;font: 12px/16px Verdana;color: #333;background: #fff;border-radius: 0;margin: 4px auto;border: 1px solid #df88a6;padding: 3px 9px;}
.subs input[type="submit"],.specof-in input[type="submit"],.subs2 input[type="submit"]{background: #df88a6;color: white;font: 14px/18px Verdana;text-transform: uppercase;margin: 9px auto;text-shadow: 1px 1px rgba(0,0,0,.5);}
.subs input[type="submit"]:hover{cursor:pointer}
.subs p{font:400 16px/16px Verdana;text-align:center;margin:12px 0}
#subs-exist,#subs-ok{display:none;font:400 14px/16px Verdana;color:#0f0;}
#subs-error{display:none;font:400 14px/16px Verdana;color:#F00;}

.specof,.subs2{position: fixed;bottom: 10px;background: white;box-shadow: 0px 0px 8px 2px rgba(0,0,0,.5);left: 0;right: 0;width: 930px;margin: 0 auto;padding:4px;z-index: 99;}
.specof input[type="submit"]{width: 260px;display: block;}
.specof-in,.subs2-in{border: 1px solid #df88a6;padding:4px 12px 4px 4px;}
.subs2 input{border: 1px solid #df88a6;margin: 6px;padding: 6px;width: 160px;}
.subs2 input[type="submit"]{display: block;}
.subs2 .h1{display:inline-block;padding: 12px 8px;}
.subs2 .h2{display:inline-block;border-left:1px solid brown;padding: 12px 8px;width: 380px;	vertical-align: top;}
.subs2 .h2 p{color: brown;text-align: center;margin: 0 auto 12px auto;}

.subs2 .h2 p.subs2-nodisp{display:none;}
.mt-0 {
	  margin-top: 0 !important;
}
.justify-content-center {
	justify-content: center!important;
}
.d-flex {
	  display: flex !important;
}
.w-50 {
  width: 40% !important;	
}
.px-0 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .px-sm-0 {
   padding-left: 0;
  padding-right: 0;
}
}
.flex-container {
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex-container img {
    float: left;
    margin: 10px 20px 10px 0;
    display: inline;
}
@media screen and (max-width: 768px) {
  .flex-container {
 -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
		.flex-container ul {
    margin-bottom: 60px;
}
}
.flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
		  margin-bottom: 0;
}
.growth-dolls {
	width: 100% !important;	  
}
.growth-dolls img {
	width: auto !important;	  
	max-width: 100%;
}
.growth-dolls ul li {
    background-size: auto !important;	  
}
.growth-dolls .pink-button {
	float: none;
	margin: 5% auto;	  
}
/*accordion*/
/* скрываем чекбоксы и блоки с содержанием */
.hide {
    display: none; 
}
.hide + label ~ .collapse-content{
    display: none;
}
/* оформляем текст label */
.hide + label {
    margin: 0 auto;
    font-size: 1.5vw;
    letter-spacing: .1vw;
    transition: .5s;
    cursor: pointer;
	display: block;
    margin: 1.5rem auto;
    text-align: center;
	max-width: 280px;
	color: #30191b;
    border: 1px solid #30191b;
  	padding: .5%;
	position: relative;
	height: 30px;
}
.hide + label:after {
  	content: "Больше наборов\2B9F";
	position: absolute;
  	width: 100%;
    left: 0;
    top: 13px;
}
  
/* вид текста label при активном переключателе */
.hide:checked + label:after  {
    content: "Скрыть\2B9D";
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + .collapse-content {
    display: block; 
}



