/*  
Theme Name: mrcream
Theme URI:
Description:
Version: 1.0
Author:
Author URI: 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
/*  width: 100%;
  height: auto;*/
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
a {
  text-decoration: none;
  color: #000;
}
button,
input,
textarea {
  border: 0;
  outline: 0;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/*    */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0e.ttf) format('truetype');
}*/
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhs.ttf) format('truetype');
}*/

/*@import url('https://fonts.googleapis.com/css?family=Cormorant+Unicase:400,600,700&display=swap&subset=cyrillic,cyrillic-ext');
@font-face {
  font-family: 'Cormorant Unicase', serif;
  font-weight: normal;
  font-style: normal;
}*/

/*font-family: 'Cormorant Unicase', serif;
font-family: 'Open Sans', sans-serif;*/
h1,
h2,
h3 {
  font-family: 'Cormorant Unicase', serif;
  color: #272424;
}
/*    */
#menu div > ul > li > ul.sub-menu > li {
  position: relative;
  width: auto;
  z-index: 999;
  display: none;
}
#menu div > ul > li:hover > ul.sub-menu > li {
  display: block;
}
#menu {
  position: relative;
  float: none;
  clear: both;
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
}
ul.sub-menu {
  position: absolute;
  top: 17px;
  right: 0;
}
ul.sub-menu li {
  background-color: #fff;
  padding: 0 20px;
  margin: 10px 0;
  color: #000;
}
ul.sub-menu li a {
  color: #000;
  text-shadow: none;
}
button,
input[type="submit"] {
  border-radius: 2px;
}
/*  */
#pop-up-bg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(235, 235, 235, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}
#pop-up-bg .pop-up-block {
  padding: 50px;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
  max-width: 650px;
  -webkit-flex: 1px;
  -moz-flex: 1px;
  -ms-flex: 1px;
  -o-flex: 1px;
  flex: 1px;
  max-height: 90%;
}
#pop-up-bg .pop-up-block h3 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Cormorant Unicase', serif;
  color: #272424;
}
#pop-up-bg .pop-up-block input[type="text"],
#pop-up-bg .pop-up-block input[type="tel"] {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid #CACACA;
  margin-bottom: 10px;
}
#pop-up-bg .pop-up-block textarea {
  width: 100%;
  height: 160px;
  padding: 15px;
  /*border: 1px solid #CACACA;*/
  margin-bottom: 70px;
}
#pop-up-bg .pop-up-block input[type="submit"] {
  height: 52px;
  width: 210px;
  background-color: transparent;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
#pop-up-bg .pop-up-block .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
header {
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;*/
  overflow: hidden;
  max-width: 1230px;
  margin: 0 auto;
  padding: 65px 15px 0;
}
header .logo {
  float: left;
  width: 163px;
  height: 56px;
  background: url(img/logo.jpg) 0 0 no-repeat;
}
header .logo:hover {
  background: url(img/logo-red.jpg) 0 0 no-repeat;
}
header .phone {
  font-size: 24px;
  padding-left: 0;
  overflow: hidden;
  margin-top: 17px;
  /*width: 36%;*/
  float: left;
}
.phone img {
    margin-right: 7px;
}
header .phone .phone-img {
  float: left;
  width: 44px;
  height: 44px;
  background: url(img/phone.png) 0 0 no-repeat;
}
header .phone .phone-img:hover {
  background: url(img/phone-red.png) 0 0 no-repeat;
}
header .phone a {
  margin-left: 12px;
  display: block;
  margin-top: 12px;
  float: left;

}
header nav ul li {
  margin-left: 9px;
  margin-top: 8px;
  display: block;
  float: left;
}
header nav ul li a {
  padding: 20px 30px;
  font-size: 18px;
}
header nav ul li a:hover {
  text-decoration: underline;
}
.top {
  max-width: 1230px;
  margin: 0 auto;
  padding: 70px 15px 0;
  /*height: 500px;*/
  /*background: #fff url(img/header-bg.png) top right no-repeat;*/
  position: relative;
}
.top h1 {
  font-size: 45px;
  line-height: 48px;
  font-weight: 700;
  max-width: 560px;
  color: #be57e4;
  padding-top: 125px;
  text-align: center;
}
.top h1 span {
  color: #FF164A;
}
.top button {
  font-weight: bold;
  height: 52px;
  width: 210px;
  background-color: transparent;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 40px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #515151;
  color: #515151;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top button:hover {
  border: 1px solid #FF174A;
  background-color: #fff;
  color: #FF174A;
}
.top .fly {
  position: absolute;
  left: 0;
  top: -48px;
  -webkit-animation: myOrbit 4s linear infinite;
  /* Chrome, Safari 5 */
  -moz-animation: myOrbit 4s linear infinite;
  /* Firefox 5-15 */
  -o-animation: myOrbit 4s linear infinite;
  /* Opera 12+ */
  animation: myOrbit 4s linear infinite;
  /* Chrome, Firefox 16+, 
            IE 10+, Safari 5 */
}
@-webkit-keyframes myOrbit {
  from {
    -webkit-transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg) translateX(20px) rotate(360deg);
  }
}
@-moz-keyframes myOrbit {
  from {
    -moz-transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg) translateX(20px) rotate(360deg);
  }
}
@-o-keyframes myOrbit {
  from {
    -o-transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg) translateX(20px) rotate(360deg);
  }
}
@keyframes myOrbit {
  from {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(20px) rotate(360deg);
  }
}
#about {
  /*min-height: 600px;*/
  min-height: 530px;
  max-width: 1230px;
  margin: 0 auto;
  /*padding: 0px 15px 75px;*/
  padding: 0 15px 0;
  /*background: #fff url(img/about-bg.png) top left no-repeat;*/
  clear: both;
}
#about .block-about {
  width: 100%;
  float: none;
}
#about .block-about h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 37px;
}
#about .block-about h2 span {
  font-size: 59px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
#about .block-about p {
  font-size: 15px;
  color: #959595;
  margin-bottom: 40px;
  line-height: 19px;
}
#about .block-about .block-number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-evenly;
}
#about .block-about .block-number .number {
  font-family: 'Cormorant Unicase', serif;
  font-size: 60px;
  font-weight: bold;
}
#about .block-about .block-number p {
  font-size: 24px;
  color: #272424;
  font-family: 'Cormorant Unicase', serif;
  margin-bottom: 0;
  padding-top: 14px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.advantage {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0px 15px 50px;
}
.advantage h2 {
  font-size: 30px;
  font-weight: 700;
  color: #191C24;
  margin-bottom: 50px;
}
.advantage .block-advantage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantage .block-advantage .advantage-item {
  width: 33%;
  margin-bottom: 35px;
}
.advantage .block-advantage .advantage-item .advantage-item-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.advantage .block-advantage .advantage-item .advantage-item-header .block-img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #E5E5E5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  -o-flex: none;
  flex: none;
}
.advantage .block-advantage .advantage-item .advantage-item-header h3 {
  font-size: 24px;
  color: #231F1E;
  padding-right: 20px;
}
.advantage .block-advantage .advantage-item p {
  font-size: 15px;
  color: #959595;
  line-height: 21px;
  padding-right: 20px;
}
.advantage .block-advantage .advantage-item:hover > .advantage-item-header .block-img {
  background-color: #FFA2B5;
}
.capcakes {
  max-width: 1230px;
  margin: 0 auto;
  padding: 50px 15px 84px;
  position: relative;
  clear: both;
}
.capcakes h2 {
  font-size: 48px;
  color: #13181e;
  margin-bottom: 50px;
}
.capcakes #cap_cat_select {
  position: absolute;
  top: 8px;
  right: 15px;
  height: 40px;
  padding: 0 10px 0 20px;
  display: none;
}
.capcakes #cap_cat_select option {
  height: 40px;
}
.capcakes .capcakes-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capcakes .capcakes-block .capcakes-item {
  width: 25%;
  height: 420px;
/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;*/
  position: relative;
}
.capcakes .capcakes-block .capcakes-item:nth-child(2),
.capcakes .capcakes-block .capcakes-item:nth-child(4),
.capcakes .capcakes-block .capcakes-item:nth-child(5),
.capcakes .capcakes-block .capcakes-item:nth-child(7) {
  /*background-color: #F1F1F1;*/
}
.capcakes .capcakes-block .capcakes-item .capcakes-img img {
  max-width: 100%;
  height: auto;
}
.capcakes .capcakes-block .capcakes-item .capcakes-text {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: transparent;*/
  text-align: center;
  color: #fff;
  padding: 23px;
}
.capcakes .capcakes-block .capcakes-item .capcakes-text h3 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
.capcakes .capcakes-block .capcakes-item .capcakes-text .kod {
  font-size: 16px;
  margin-top: 5px;
  font-style: italic;
}
.capcakes .capcakes-block .capcakes-item .capcakes-text .sostav {
  font-size: 16px;
  margin-bottom: 17px;
  margin-top: 30px;
  font-style: italic;
  line-height: 19px;
}
.capcakes .capcakes-block .capcakes-item .capcakes-text .price {
  position: absolute;
  font-size: 36px;
  width: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 75px;
  color: #555555;
}
.capcakes .capcakes-block .capcakes-item .capcakes-text .price span {
  font-size: 20px;
  margin-left: 6px;
}
.capcakes .capcakes-block .capcakes-item .capcakes-text button {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  width: 70%;
  height: 39px;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #c6c6c6;

}
.capcakes .capcakes-block .capcakes-item .capcakes-text button:hover {
  opacity: 0.8;
}
.capcakes .capcakes-block .capcakes-item:hover .capcakes-text {
  display: block;
}
.capcakes .capcakes-block .cap-more ,
.capcakes .capcakes-block .capSl-more ,
.capcakes .capcakes-block .capSol-more {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capcakes button.more-cap ,
.capcakes button.more-capSl ,
.capcakes button.more-capSol {
  display: block;
  margin: 90px auto 0;
  width: 282px;
  height: 53px;
  font-size: 24px;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #595959;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}
.capcakes button.more-cap:hover ,
.capcakes button.more-capSl:hover ,
.capcakes button.more-capSol:hover {
  /*color: #fff;*/
  background-color: #cecece;
  border: 1px solid transparent;
}
.design {

  width: 100%;
  /*background-color: #FF7893;*/
  background: url(img/design-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.design .design-block {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  /*background: url(img/design-bg.png) top 193px right no-repeat;*/
}
.design .design-block h2 {
  max-width: 675px;
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.design .design-block div#wpcf7-f8-o1 {
  max-width: 675px;
  margin: 45px auto 0;
}
.design .design-block div#wpcf7-f8-o1 .file_upload {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1em;
  line-height: 2em;
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 2px;
  margin-bottom: 10px;
}
.design .design-block div#wpcf7-f8-o1 .file_upload br {
  display: none;
}
.design .design-block div#wpcf7-f8-o1 .file_upload .button,
.design .design-block div#wpcf7-f8-o1 .file_upload > mark {
  display: block;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
}
.design .design-block div#wpcf7-f8-o1 .file_upload .button {
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 8em;
  height: 100%;
  text-align: center;
  display: none;
}
.design .design-block div#wpcf7-f8-o1 .file_upload > mark {
  background: transparent;
  padding-left: 1em;
}
.design .design-block div#wpcf7-f8-o1 .file_upload input[type=file] {
  position: absolute;
  top: 0;
  opacity: 0;
}
.design .design-block div#wpcf7-f8-o1 textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 2px;
  border: 1px solid #fff;
  margin-bottom: 30px;
  padding: 10px;
}
.design .design-block div#wpcf7-f8-o1 .duble-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.design .design-block div#wpcf7-f8-o1 .duble-form span {
  width: 48%;
}
.design .design-block div#wpcf7-f8-o1 .duble-form input {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 2px;
  border: 1px solid #fff;
  padding: 10px;
}
.design .design-block div#wpcf7-f8-o1 input[type="submit"] {
  width: 255px;
  height: 50px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  cursor: pointer;
}
.design .design-block div#wpcf7-f8-o1 input[type="submit"]:hover {
  background-color: #cecece;
  border: 1px solid transparent;
  color: #000000;
}
.slice {
  width: 100%;
  background:  url(img/slice-bg.png) top center repeat-y;
  /*background: url(img/slice.png) top 175px right 50.5%  no-repeat, url(img/slice-bg.png) top center repeat-y;*/
  -webkit-background-size: auto, cover;
  background-size: auto, cover;
  position: relative;
}
.slice .slice-block {
  max-width: 1230px;
  margin: 0 auto;
  padding: 70px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.slice .slice-block .sb-left {
  width: 50%;
  padding-right: 220px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.slice .slice-block .sb-left p {
  font-size: 24px;
  color: #7F7F7F;
  cursor: default;
  /*border-bottom: 1px solid transparent;*/
  padding-bottom: 0;
}/*
.slice .slice-block .sb-left p:hover {
  border-bottom: 1px solid #000000;
  color: #000000;
}*/
.slice .slice-block .sb-right {
  width: 50%;
  padding-left: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 70px;
}

.slice .slice-block .sb-left {
  width: 50%;
  padding-right: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slice .slice-block .sb-right h3 ,
.slice .slice-block .sb-left h3 {
  font-size: 20px;
  color: #272424;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.slice .slice-block .sb-right h3:hover,
.slice .slice-block .sb-left h3:hover  {
  color: #741f94;
  cursor: default;
}
.slice .slice-block .sb-right p,
.slice .slice-block .sb-left p {
  font-size: 15px;
  color: #4b4a46;
  line-height: 16px;
  margin-bottom: 0;
}
.otziv {
  max-width: 1230px;
  margin: 0 auto;
  padding: 70px 15px;
}
.otziv h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 65px;
}
.otziv .slider {
  width: 100%;
}
.otziv .slider .owl-item {
  width: 33%;
  text-align: center;
  padding: 30px;
}
.otziv .slider .owl-item .otziv-item {
  text-align: center;
  width: 100%;
}
.otziv .slider .owl-item .otziv-item img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 50px;
}
.otziv .slider .owl-item .otziv-item p {
  font-size: 15px;
  line-height: 36px;
  color: #000000;
}
.otziv .slider .owl-item .otziv-item p:hover {
  color: #272424;
}
.otziv .slider .owl-item .otziv-item h3 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 50px;
  color: #000000;
}
.zakazat {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px 90px;
  /*background: url(img/zakaz-bg.png) top 35px right no-repeat;*/
}
.zakazat h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.zakazat #wpcf7-f7-o2 input[type="text"],
.zakazat #wpcf7-f7-o2 input[type="tel"] {
  margin-left: auto;
  margin-right: auto;
  display: block;

  width: 377px;
  height: 52px;
  padding: 0 20px;
  margin-bottom: 33px;
  background-color: #F2F2F2;
  text-align: center;
  font-size: 14px;
  max-width: 100%;
}
.zakazat textarea {
  width: auto;
  height: 160px;
  padding: 20px;
  background-color: #F2F2F2;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.zakazat input[type="submit"] {
  width: 230px;
  height: 50px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 18px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0 auto;
  border: 1px solid #595959;
}
.zakazat input[type="submit"]:hover {
  border: 1px solid #FF174A;
  background-color: #fff;
  color: #FF174A;
}
footer {
  text-align: center;
  width: 100%;
  padding: 70px 15px 50px;
}
footer p {
  color: #4b4a46;
  margin-bottom: 35px;
}
footer .tel {
  font-size: 24px;
  margin-bottom: 35px;
  color: #4b4a46;
  display: inline-block;
}
footer .adres {
  font-size: 18px;
}
/*   */
.order-cap .name {
  font-size: 18px;
  margin-bottom: 20px;
  color: #13181e;
  text-align: center;
}
.order-cap .col-dat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.order-cap .col-dat input {
  height: 50px;
  width: 150px;
  border: 1px solid #CACACA;
  padding: 15px;
  margin-left: 30px;
}
.order-cap .col-dat input::-webkit-inner-spin-button,
.order-cap .col-dat input::-webkit-outer-spin-button {
  opacity: 1;
}
.order-cap .col-dat input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(img/date.png) no-repeat;
  width: 19px;
  height: 19px;
  border-width: thin;
  cursor: pointer;
}
.order-cap .col-dat .cd-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.order-cap .col-dat .cd-left input[type="number"] {
  width: 70px;
}
.order-cap .col-dat .zak-date::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.order-cap textarea {
  resize: none;
}
.order-cap .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-cap .buttons button {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  width: 265px;
  height: 50px;
  cursor: pointer;
}
.order-cap .buttons button:hover {
  color: #000;
  background-color: #cecece;
  border: 1px solid transparent;
}

.order-cap .buttons button.order-but2:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #cecece;
}

.order-cap .buttons .order-but2 {
  background-color: #cecece;
  border: 1px solid transparent;
}
/*  */
#cart {
  position: fixed;
  top: 180px;
  right: 0;
  cursor: pointer;
  z-index: 8;
}
#cart .cart-count {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 42px;
  text-align: center;
}
#cart .cart-count p.cart-num {
  font-size: 30px;
}
.order-cart {
	position:relative;
}
.order-cart #itog {
  text-align: right;
  margin-bottom: 30px;
}
.order-cart table {
  width: 100%;
  margin-bottom: 30px;
}
.order-cart table th {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}
.order-cart table th,
.order-cart table td {
  padding: 10px;
  border: 1px solid #cecece;
  text-align: center;
}
.order-cart table td:first-child {
  text-align: left;
}
.order-cart table .cart_item_del {
  cursor: pointer;
}
.order-cart .sentorder2 {
  width: 153px;
    height: 35px;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    background-color: #cecece;
    cursor: pointer;
    border: 1px solid transparent;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}

.order-cart .sentorder2:hover{
  background-color: transparent;
  border: 1px solid #cecece;
}
.order-cart .sentorder {
  width: 153px;
    height: 35px;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    background-color: #cecece;
    cursor: pointer;
    border: 1px solid transparent;
    display: block;
    margin: 0 auto;
}

.order-cart .sentorder:hover{
  background-color: transparent;
  border: 1px solid #cecece;
}


@media screen and (max-width: 1000px) {
/*  .top {
    background: #fff url(img/header-bg.png) top right -317px no-repeat;
  }
  #about {
    background: #fff url(img/about-bg.png) top left -254px no-repeat;
  }*/
}
@media screen and (max-width: 768px) {
  .top h1 {
    font-size: 44px;
    line-height: 36px;
    font-weight: 700;
    /*max-width: 380px;*/
    padding-top: 0;
  }
  .top .fly {
   /* position: absolute;
    left: 215px;
    top: 17px;
    width: 99px;
    height: auto;*/
    /*top: 20%;*/
  }
  header nav ul li a {
    padding: 20px 14px;
    font-size: 18px;

  }
  header {
    position: relative;
  }
  header .phone {
/*    position: absolute;
    top: 30px;
    right: 28px;*/
  }
  #about .block-about h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #about .block-about h2 span {
    font-size: 30px;
  }
  #about .block-about p {
    font-size: 18px;
    line-height: 21px;
  }
  #about .block-about .block-number .number {
    font-family: 'Cormorant Unicase', serif;
    color: #000;
    font-size: 36px;
  }
  #about .block-about .block-number p {
    font-size: 14px;
    color: #000;
    font-family: 'Cormorant Unicase', serif;
    margin-bottom: 0;
  }
  #about .block-about {
  /*  max-width: 330px;
    float: right;*/
  }
  .top {
    background-size: 450px;
  }
  #about {
    /*background: #fff url(img/about-bg.png) top left no-repeat;*/
    background-size: 350px;
    min-height: auto;
  }
  .advantage .block-advantage .advantage-item .advantage-item-header h3 {
    font-size: 25px;
    color: #191C24;
    padding-right: 20px;
    font-weight: 700;
  }
  .advantage .block-advantage .advantage-item .advantage-item-header .block-img {
    margin-right: 8px;
  }
  .advantage .block-advantage .advantage-item p {
    font-size: 17px;
    color: #959595;
    line-height: 21px;
    padding-right: 20px;
  }
  #cart {
    position: fixed;
    top: 175px;
    right: 0;
    cursor: pointer;
    z-index: 8;
  }

  body .advantage .block-advantage .advantage-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .leftHomeBannerPartM{
    float: left;
    width: 50%;
  }

  .img_homeBannerM{
    float: right;
    width: 50%;
  }

  .block-about-imgM{
    float: left;
    width: 50%;

  }

  .block-about{
    float: right;
    width: 55%;
  }

  #about .block-about {
    width: 45%;
    float: right;
  }

  .zakazatImgM{
    float: right;
    width: 50%;
  }

  .formBlockM{
    float: left;
    width: 50%;
  }
  #perezvonim {
    right: 10px;
    top: 270px;
  }

  .capcakes-item:nth-child(n+1):nth-child(-n+4):after,
  .capcakes-item:nth-child(n+9):nth-child(-n+12):after,
  .capcakes-item:nth-child(n+17):nth-child(-n+20):after,
  .capcakes-item:nth-child(n+25):nth-child(-n+28):after{
    content: ' ';
    position: absolute;
    height: 87%;
    width: 1px;
    color: #e2e2e2;
    display: block;
    background-color: #e2e2e2;
    right: 0;
    top: 13%;
  }

  .capcakes-item:nth-child(n+5):nth-child(-n+8):after,
  .capcakes-item:nth-child(n+13):nth-child(-n+16):after,
  .capcakes-item:nth-child(n+21):nth-child(-n+24):after,
  .capcakes-item:nth-child(n+29):nth-child(-n+32):after{
    content: ' ';
    position: absolute;
    height: 84%;
    width: 1px;
    color: #e2e2e2;
    display: block;
    background-color: #e2e2e2;
    right: 0;
    top: 0;
  }

  .capcakes-item:nth-child(4n):after{
    display: none!important;
  }

  .capcakes-item:nth-child(n+5):nth-child(-n+8):before,
  .capcakes-item:nth-child(n+13):nth-child(-n+16):before,
  .capcakes-item:nth-child(n+21):nth-child(-n+24):before,
  .capcakes-item:nth-child(n+29):nth-child(-n+32):before{
    content: ' ';
    position: absolute;
    width: 100%;
    height: 1px;
    color: #e2e2e2;
    display: block;
    background-color: #e2e2e2;
    left: 0;
    top: 0;
  }

}
@media screen and (max-width: 720px) {
    header .phone .phone-img {
    width: 25px;
    height: 25px;
    background: url(img/phone.png) 0 0 no-repeat;
    background-size: cover;
}
header .phone a {
  margin-top: 4px;
  display: block;
  float: left;
    margin-left: 3px;
    font-size: 14px;
	width: 105px;
}
header .logo {
    width: 100px;
    height: 42px;
    background: url(img/logo.jpg) 0 0 no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
}
  .slice {
    background: url(img/slice-bg.jpg) top center repeat-y;
  }
  .slice .slice-block .sb-left {
    padding-right: 10px;
  }
  .slice .slice-block .sb-right {
    padding-left: 10px;
  }
  .zakazat input[type="text"],
  .zakazat input[type="tel"],
  .zakazat textarea {
    width: 100%;
  }
  .advantage .block-advantage .advantage-item {
    width: 100%;
  }
  .design .design-block div#wpcf7-f8-o1 input[type="submit"] {
    width: 100%;
  }
  .top .fly {
    display: none;
  }
  .top {
    background-size: 100%;
    padding: 15px 15px 0;
    height: auto;
    margin-bottom: 30px;
  }
  #about {
    /*background: #fff url(img/about-bg.png) bottom left no-repeat;*/
    background-size: 100%;
    min-height: 715px;
    margin-bottom: 35px;
  }
  .advantage h2 {
    font-size: 18px;
    font-weight: 700;
    color: #191C24;
    margin-bottom: 5px;
  }
  .capcakes .capcakes-block .capcakes-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .capcakes h2 {
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
  }
  .capcakes #cap_cat_select {
    top: 0;
  }
  .slice .slice-block .sb-left p {
    font-size: 14px;
  }
  .slice .slice-block .sb-right p {
    font-size: 14px;
    color: #737373;
    line-height: 16px;
    margin-bottom: 26px;
  }
  .design .design-block h2 {
    font-size: 28px;
  }
  footer .adres {
    font-size: 18px;
    line-height: 27px;
  }
  nav {
    display: none;
  }
  .logo img {
    width: 100px;
  }
  header .phone {
    margin-top: 14px;
    position: relative;
    float: left;
  /*  top: 7px;
    right: 15px;*/
	  padding-left:0;
  }
  .phone img {
    width: 25px;
  }
  header .phone p {
    margin-left: 6px;
    font-size: 13px;
  }
  header {
    position: relative;
    padding-top: 10px;
  }
  .otziv .slider .owl-item .otziv-item p {
    font-size: 15px;
    line-height: 20px;
    color: #5D5D5D;
  }
  .otziv .slider .owl-item .otziv-item h3 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 14px;
    color: #000;
  }
  #cart {
    position: fixed;
    top: auto;
    right: 10px;
    cursor: pointer;
    z-index: 8;
    bottom: 10px;
  }
  #cart img {
    width: 70px;
  }
  #cart .cart-count {
    top: 37px;
  }
  #cart .cart-count p.cart-num {
    font-size: 24px;
  }
  #pop-up-bg .pop-up-block input[type="text"],
  #pop-up-bg .pop-up-block input[type="tel"] {
    width: 100%;
    height: 28px;
    padding: 0 15px;
    border: 1px solid #f2f2f2;
    margin-bottom: 13px;
  }
  #pop-up-bg .pop-up-block textarea {
    width: 100%;
    height: 100px;
    padding: 15px;
    /*border: 1px solid #CACACA;*/
    margin-bottom: 10px;
  }
  #pop-up-bg .pop-up-block h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
  }
  #pop-up-bg .pop-up-block {
    padding: 22px;
  }
  #pop-up-bg .pop-up-block input[type="submit"] {
    height: 40px;
    width: 169px;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    display: block;
  }
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none!important;
  }
  span.wpcf7-not-valid-tip {
    font-size: 10px;
  }
  .order-cap .col-dat .cd-left {
    margin-bottom: 25px;
    width: 100%;
  }
  .order-cap .buttons button {
    margin-bottom: 20px;
  }
  .order-cap .buttons button:last-child {
    margin-bottom: 20px;
  }
  .order-cart table th,
  .order-cart table td {
    font-size: 7px;
  }
  .zakazat {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px 0;
    /*background: url(img/zakaz-bg.png) top 520px center no-repeat;*/
    background-size: 222px;
  }

  body .wrapperImgM {
    float: none;
    margin: 15px auto;
  }

  .slice .slice-block .sb-right p ,
  .slice .slice-block .sb-left p {
    font-size: 14px;
    color: #737373;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
  }

  body .slice .slice-block p.sbr-top {
    margin-bottom: 0!important;
  }
}
#perezvonim {
  position: fixed;
  top: 83px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .top h1 {
    padding-top: 32px;
    margin: 0 auto;
  }

  #about .block-about .block-number .number {
    font-size: 47px;
  }

  #about .block-about .block-number p {
    font-size: 16px;
  }

  .advantage .block-advantage .advantage-item {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .zakazat #wpcf7-f7-o2 input[type="text"],
  .zakazat #wpcf7-f7-o2 input[type="tel"] {
    width: 545px;
  }

  .zakazat #wpcf7-f7-o2 textarea {
    width: 545px;
  }

  #menu {
    float: right;
    clear: none;
    width: 400px;
    margin: 0 auto;
    padding-top: 26px;
    margin-right: 40px;
  }

  .top .fly {
    left: 150px;
    top: 2px;
  }
}

@media screen and (max-width: 460px) {
#pop-up-bg .pop-up-block h3 {

    padding-top: 50px;
}
	.order-cart .sentorder2 {
		right:0;
	}
  .order-cap{
    max-width: 300px;
    margin: 0 auto;
  }

}

.hustle-modal .wpcf7-form-control-wrap{
	display: block;
}

.hustle-modal input.wpcf7-form-control{
	    height: 40px;
    padding: 5px 15px;
}

.hustle-modal .wpcf7-submit{
	background-color: #FFA2B5;
    padding: 5px 15px;
    height: 39px;
    font-size: 18px;
    border-radius: 10px;
    text-transform: uppercase;
	cursor: pointer;
}

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

#about {
  padding: 40px 15px 60px;
}

.aboutBlockImageTextM{
  font-family: 'Cormorant Unicase', serif;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

/*.capcakes-text .mask{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;

}*/

.capcakes-text .kod,
.capcakes-text h3,
.capcakes-text .sostav,
.capcakes-text .mask{
  display: none;
}

.capcakes-item:hover .capcakes-text .mask,
.capcakes-item:hover .capcakes-text .kod,
.capcakes-item:hover .capcakes-text h3,
.capcakes-item:hover .capcakes-text .sostav{

  display: block;
}
.capcakes .capcakes-block .capcakes-item:hover .capcakes-text{
  background-color: rgba(55, 55, 55, 0.7);
}

.capcakes .capcakes-block .capcakes-item:hover .capcakes-text button{
  background-color: #cecece;
  color: #000000;
  border: 1px solid #ffffff;
}

.capcakes .capcakes-block .capcakes-item:hover .capcakes-text .price{
  color: #ffffff;
}



.advantage .block-img img{
  max-width: 45px;
  max-height: 40px;
}

.img_homeBannerM img{
  width: 100%;
  height: auto;

}

.block-about-imgM img{
  width: 100%;
  height: auto;
}

.order-cap{
  margin: 0 auto;
}

.zakazatImgM img{
  width: 100%;
  height: auto;
}

.phone img {
  float: left;;
}

.hustle-group-content input{
  height: 30px;
  margin-bottom: 20px;
  padding: 5px;
}

.wrapperImgM {
  float: left;
  margin: 15px 10px 0 0;
  width: 129px;
  height: 129px;
  background: url(https://mrcake.slastena.kiev.ua/wp-content/uploads/2019/11/fill-bg.png) center center no-repeat;
}

.wrapperImgM img {
  margin: 35px 0 0 32px;
}

.titleM {
  font-size: 46px;
  margin-bottom: 24px;
}

.slice .slice-block .sb-right div, .slice .slice-block .sb-left div {
  margin-bottom: 15px;
}

.slice .slice-block .sb-right p.sbr-top, .slice .slice-block .sb-left p.sbr-top {
  margin-bottom: 61px;
}