@font-face {
  font-family: 'appetite_new';
  src: url('../fonts/Appetite New.eot');
  src: local('☺'), url('../fonts/Appetite New.woff') format('woff'), url('../fonts/Appetite New.ttf') format('truetype'), url('../fonts/Appetite New.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, #wrapper { 
	height: 100%; 
  font-family:'Roboto',Sans-Serif;
}
body > #wrapper {
	height: auto; 
	min-height: 100%;
}
body{
  color:#000;
  background: #fff;
}

body a{
  color: #128290;
}
body a:hover,
body a:focus{
  color: #128290;
  text-decoration: underline;
}
body p{
  font-size: 16px;
  margin: 0 0 5px;
}

::selection {background: #444; color: #e2e2e2;}
::-moz-selection {background: #444; color: #e2e2e2;}
::-webkit-selection {background: #444; color:#e2e2e2;}

#main { 
	padding-bottom: 50px; 
} 
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #CFCFCF;
  background-color: #f9f9f9;
  border-left: 1px solid #dbdbdb;
}
::-webkit-scrollbar {
  width: 15px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #883f74;
  border: 1px solid #fff;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 50%, transparent, transparent);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #D7D7D7;
}
::-webkit-scrollbar-thumb:active {
  background-color: #444;
}

.clearfix:after {
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
ul{
  list-style-type: none;
  padding: 0px;
}
a:hover{
  text-decoration: none;
}
.clr{
  clear: both;
  display: block;
}

.input{
  position: relative;
}

input[type="file"]{

}

.input_file,
textarea,
input[type="text"],input[type="password"]{
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    line-height: 32px;
    width: 100%;
    margin: 10px auto;
    border-radius: 8px;
}

.input_file{
  cursor: pointer;
}
textarea:focus,
input[type="text"]:focus{
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  outline: none;

}
textarea:-moz-placeholder { 
  color: #ccc;
}
textarea::-webkit-input-placeholder { 
  color: #ccc;
}
input:-moz-placeholder { 
  color: #ccc;
}
input::-webkit-input-placeholder { 
  color: #ccc;
}

textarea{
  height: 80px;
  max-height: 300px;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio]{
  outline: none!important;
}

.wSelect-theme-classic.wSelect,
.wSelect-theme-classic{
  width: 100%;
  max-width: 100%;
  color: #444;
  background: #fff;
  text-align: left;
  margin: 5px auto;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 2px 5px 2px 5px;
  border-radius: 0px;
  font-weight: bold;
  line-height: 18px;
}

.wSelect-theme-classic .wSelect-option-selected, .wSelect-theme-classic .wSelect-option:hover{
  background: #474b4c;
}
.wSelect-theme-classic .wSelect-options-holder,
.wSelect-options-holder{
  max-width: 100%;
  width: 100%;
  margin-top: 5px;
}


input[type=checkbox],
input[type=radio]{
  outline: none!important;
}


header{
  background: #fff;
}

.pagination{
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
.pagination li span,
.pagination li a{
  background-color: #66b8e4;
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  margin: 1px;
  border-radius: 0px;
  border: none;
  transition:0.5s;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
  border-radius: 0px;
}
.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
  color: #fff;
  background-color:#d97169;
  border: none;
  border-radius: 0px;
}
.pagination > li > span:hover,
.pagination > li > a:hover{
  color: #fff;
  background-color:#d97169;
  border: none;
  border-radius: 0px;
}
.pagination > li{
  display: inline-block;
}
.breadcrumb_holder{
  line-height: 40px;
}
.breadcrumbs{
  padding: 0px;
}
.breadcrumbs li{
  float: left;
  margin: 0px 6px;
}

.breadcrumbs li a{
  font-size: 16px;
  line-height: 40px;
  color: #444;
  transition: 0.5s;
}

.breadcrumbs li a:hover{
  text-decoration: none;
  color: #d84d0d;
}
.breadcrumbs li span{
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #d84d0d;
}
.breadcrumbs li .separator{
  color: #444;
  line-height: 40px;
}

.pop_close{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  font-size: 25px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  cursor: pointer;
  border: 1px solid #444;
  transition:0.5s;
  color: #883f74
}
.pop_close:hover{
  background: #883f74; 
  color: #fff;
}
#overflow{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 5;
  overflow: auto;
  overflow-y: none;
  background: rgba(0, 0, 0, 0.55);
}
.oh{
  overflow: hidden;
}
.hidden{
  display: none;
}

.content ul{
  list-style-type: inside;
}
.content{
  margin: 15px auto;
}
#info{
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 6;
  text-align: center;
}
#info{
  display: none;
  position: absolute;
  width: 600px;
  background: rgba(0, 0, 0, 0.65);
  padding: 35px;
  z-index: 6;
  left: 50%;
  margin-left: -300px;
  text-align: center;
  color: #fff;
}
#info input{
  max-width: 400px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0px 15px 0px 15px;
  border-radius: 20px;
  line-height: 32px;
  width: 100%;
  margin: 5px auto;
  background-color: transparent;
}
#info .order_cake_title{
  font-weight: bold;
  font-size: 18px;
}
.product_info .product_img img{
  width: 100%;
}
.product_info .product_name{
  font-size: 20px;
  font-weight: bold;
}
.product_info .product_stuffing{
  font-size: 16px;
}
.product_info .product_old_price{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    float: left;
    position: relative;
}
.product_info .product_old_price:before{
  content: " ";
  display: block;
  position: absolute;
  width: 82px;
  background: #d11119;
  top: 15px;
  height: 2px;
  transform: rotate(7deg);
}
.product_info .product_price{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    float: right;
}
#callback{
  display: none;
  position: fixed;
  top: 30%;
  margin: 0px 0px 0px -250px;
  left: 50%;
  width: 500px;
  background: rgba(0, 0, 0, 0.65);
  padding: 15px;
  z-index: 6;
  text-align: center;
}
#callback input{
  max-width: 400px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0px 15px 0px 15px;
  border-radius: 12px;
  line-height: 32px;
  width: 100%;
  margin: 5px auto;
  background-color: transparent;
}
#callback .popup_title{
  color: #fff;
  font-size: 22px;
  margin: 5px auto;
}
.side_content_absolute{
  color: #303030;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 50px 15px 25px;
}

.side_content_absolute.side_visible{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.side_content_absolute .fixed {
  overflow-x: hidden;
  overflow-y:auto;
  position: relative;
  max-height: 100%;
  margin-top: 30px;
}

.mobile_menu a,
.mobile_menu span{
  color: #000;
  cursor: pointer;
}
.mobile_menu{
  display: block;
  padding: 10px;
  position: relative;
  width: 100%;
  left: 0px;
}
.mobile_menu li{
  position: relative;
}
.mobile_menu > li{
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
.mobile_menu > li:first-child{
  border-top: 1px solid #ddd;
}
.mobile_menu > li > span,
.mobile_menu > li > a{
  font-size: 16px;
}
.mobile_menu > li > .open_b{
  top:12px;
}
.mobile_menu > li > ul > li{
  padding: 5px 0px;
}
.mobile_menu > li > ul > li > .open_b{
  top:5px;
}
.mobile_menu > li > ul{
  margin-left: 10px;
  display: none;
}
.mobile_menu > li.active > ul{
  display: block;
}
.mobile_menu > li > ul > .active > span,
.mobile_menu > li > ul > .active > a{
    color: #3387DF;
    font-weight: bold;
}
.mobile_menu > li > ul > li > span, 
.mobile_menu > li > ul > li > a{
  font-size: 14px;
}
.mobile_menu > li > ul > li > ul{
  margin-left: 10px;
  display: none;
}
.mobile_menu > li > ul > li.active > ul{
  display: block;
}
.mobile_menu > li > ul > li > ul > li{
  list-style: inside;
      padding: 3px 0px;
}
.mobile_menu > li > ul > li > ul > li > span, 
.mobile_menu > li > ul > li > ul > li > a{
  font-size: 15px;
}
.mobile_menu .open_b{
  display: block;
  position: absolute;
  right: 0px;
  padding: 0px 15px;
  cursor: pointer;
  font-size: 30px;
  line-height: 20px;
  transition:0.5s;
}
.mobile_menu .open_b .fa{
  line-height: 20px;
}
.mobile_menu li.active > .open_b{
  transform:rotate(180deg);
}

.mobile_menu .active > span,
.mobile_menu .active > a{
    color: #d97169;
}

body .mobile_menu a:focus{
    color: #3387DF;
}
.side_phones{
  margin-left: 20px;
}
.call_skype{
  position: fixed;
  left: 20px;
  top: 50%;
  width: 100px;
}
.call_skype_icon{
  background: url('../img/icons/call_skype.png');
  width: 64px;
  height: 64px;
  margin: 0px auto;
  animation-name: shakecallskype;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}
.call_skype_text{
  color: #000;
  text-decoration: none;
  text-align: center;
}
.call_skype:focus,
.call_skype:hover{
  text-decoration: none;
}
@keyframes shakecallskype {
  0% { transform: translate(0px); }
  4% { transform: translate(5px); }
  8% { transform: translate(-5px); }
  12% { transform: translate(3px); }
  17% { transform: translate(-3px); }
  21% { transform: translate(1px); }
  25% { transform: translate(0px); }
}


/*footer*/
footer { 
  position: relative;
  margin-top: 0px;
  min-height: 50px;
  clear: both;
  color: #fff;    
  background: #14181b;
  box-shadow: 0px 0px 2px #999;
  padding: 0px 0px 0px 0px;
} 
.footer_logo img{
  display: block;
  max-width: 140px;
  margin: 0px auto;
  float: left;
}

.main_logo img{
  margin: 20px auto;
  width: 100%;
  padding: 0px 20px;
  max-width: 300px;
  display: block;
}
.main_menu{
  background: #883f74;
  box-shadow: 0px 0px 2px #999;
  z-index: 3;
  position: relative;
}
.main_menu > ul{
  text-align: center;
  margin-bottom: 0px;
}
.main_menu > ul > li{
  display: inline-block;
  position: relative;
}
.main_menu > ul > li > span,
.main_menu > ul > li > a{
  line-height: 42px;
  font-size: 16px;
  transition: 0.5s;
  padding: 0px 40px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.main_menu > ul > li > a:focus{
  text-decoration: none;
}
.main_menu > ul > li.active > a,
.main_menu > ul > li.active > span,
.main_menu > ul > li > a:hover,
.main_menu > ul > li > a:focus{
  text-decoration: none;
  background: #fff;
  color: #883f74;
}
.main_menu > ul > li > ul{
  display: none;
  position: absolute;
  background: #fff;
  min-width: 220px;
  text-align: left;
  padding: 8px;
  border: 1px solid #883f74;
}
.main_menu > ul > li > ul > li{
  border-bottom: 1px solid #ddd;
  line-height: 32px;
  padding: 0px 5px;
}

.main_menu > ul > li > ul > li > a{
  font-size: 16px;
}
.main_menu > ul > li > ul > li:focus,
.main_menu > ul > li > ul > li:hover{
    background: #883f74;


}
.main_menu > ul > li > ul > li > a:focus,
.main_menu > ul > li > ul > li:hover > a{
  color: #fff;
  text-decoration: none;

}

.main_menu > ul > li:hover > ul{
  display: block;
}
.main_tagline{
  font-size: 14px;
  font-weight: bold;
  margin: 10px auto;
}
.main_tagline span{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.main_contacts{
  margin: 10px auto;
  float: right;
}
.main_contacts li{
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.main_contacts li a{
  color: #000;
}
.main_contacts li a:hover{
  color: #128290;
  text-decoration: none;
}
.call_callback{
  border-bottom: 2px dashed #555;
  font-weight: normal;
  font-size: 16px;
}
.call_callback:hover{
  border-bottom: 2px dashed #128290;
}
.main_banner{
  background: url('../img/icons/big_plot.png') no-repeat;    
  overflow: hidden;
  width: 500px;
  height: 470px;
  margin-top: 60px;
  text-align: center;
  padding: 70px 50px;
}
.main_banner .purple_button{
    padding: 0px 60px;
    line-height: 52px;
    font-size: 20px;
    margin: 20px auto;
}


.purple_button{
  background: #883f74;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  display: inline-block;
  padding: 0px 50px;
  transition: 0.5s;
  margin: 5px auto;
  border: 2px solid transparent;
}
.purple_button:focus,
.purple_button:hover{
  color: #883f74;
  background: #fff;
  text-decoration: none;
  border: 2px solid #883f74;
}
.content p,
.content{
  font-size: 24px;
  color: #303030;
}
.container_title{
  font-size: 36px;
  text-align: center;
  color: #1c3e59;
  margin: 40px auto 20px auto;
  font-weight: bold;
}
.content{
  background: rgba(255, 255, 255, 0.75);
  padding: 20px 30px;
  margin: 10px 0px;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.3);
}


.price_table{
    background: rgba(255, 255, 255, 0.75);
    padding: 20px 30px;
    margin: 10px auto;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.3);
    max-width: 850px;
}
.price_table table{
  width: 100%;

}
.price_table table tr{
  border-bottom: 1px solid rgba(217, 113, 105, 0.3);
}
.price_table table tr th{
  color: #67b9e6;
  font-size: 24px;
  text-align: center;
}
.price_table table tr .separator span{
  background: rgba(217, 113, 105, 0.3);
  width: 1px;
  height: 20px;
  display: block;
}
.price_table table tr td:last-child{
  border-right: none;
}
.price_table table tr td{
  color: #303030;
  font-size: 20px;
  text-align: center;
}
.price_table table tr th,
.price_table table tr td{
  line-height: 32px;
  padding: 8px 0px;
  margin: 0px;
}
.price_table table tr:hover{
  background: #d97169;
  color: #fff;
}
.price_table table tr:hover td,
.price_table table tr:hover th{
  color: #fff;
}






.checkbox {
  outline: none;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.checkbox + label {
  outline: none;
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 60px;
}
.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 50px;
  height: 10px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s;
}
.checkbox.blue:checked + label:before {
  background: #00b9e6;
}
.checkbox.red:checked + label:before {
  background: #d97169;
}
.checkbox:checked + label:after {
  left: 30px;
}

.thanks_text{
  display: none;
  text-align: center;
  font-size: 26px;
  color: #d97169;
  font-weight: bold;
}
.back_1{
  background: url('../img/back_1.jpg');
  background-size: cover;
  background-position: top;
  height: 620px;
  background-attachment: fixed;
}
.back_2{
  background: url('../img/back_2.png');
  background-size: cover;
  background-position: top;
  height: 500px;
  background-attachment: fixed;
}
.back_3{
  background: url('../img/back_3.jpg');
  background-size: cover;
  background-position: top;
  height: 500px;
  background-attachment: fixed;
}
.back_5{
  background: url('../img/back_5.jpg');
  background-size: cover;
  background-position: top;
  height: 700px;
  background-attachment: fixed;
}
.back_6{
  background: url('../img/back_6.jpg');
  background-size: cover;
  background-position: top;
  height: 400px;
  background-attachment: fixed;
}
.team_pic img{
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 5px auto;
}
.team_text{
  color: #1c3e59;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0px auto;
}
.bakery_pic img{
  width: 100%;  
  max-width: 300px;
  display: block;
  margin: 5px auto;
}
.bakery_pic p{
  text-align: center;
  font-size: 16px;
  color: #1c3e59;
  font-weight: bold;
  margin: 10px auto;
}
.baker_pic img{
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 5px auto;
}
.baker_text{
  color: #1c3e59;
  margin: 5px auto;
}
.baker_text table{
  width: 100%;
  min-height: 150px;
}

.baker_text table tr{
  border-bottom: 1px solid rgba(28, 62, 89, 0.1);
}
.baker_text table tr td:last-child{
  border-right: none;
}
.baker_text table tr td{
  color: #303030;
  font-size: 14px;
  text-align: left;
}
.baker_text table tr th,
.baker_text table tr td{
  padding: 2px 1px;
  margin: 0px;
}
.baker_text table tr:hover{
  background: rgba(28, 62, 89, 0.1);
}












.backers_block{
  margin: 20px auto;
}
.flag{
  border: 1px solid #ddd;
  width: 60px;
  margin: 5px;
}
.action_form,
.action{
  max-width: 280px;
  margin: 100px auto;
  text-align: center;
}
.action p{
  color: #fff;
  font-size: 18px;
}
.action_form img,
.action img{
  width: 100%;
  margin: 10px auto;
}
.action .counter_text{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.action_form .action_title{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.action_form .action_sub_title{
  font-size: 17px;
  color: #fff;
}
.action_form .purple_button:focus,
.action_form .purple_button:hover{
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.stuffing{
  text-align: center;
  color: #1c3e59;
  margin: 10px auto;
  border: 1px solid transparent;
  max-width: 300px;
}
.stuffing .stuffing_description{
  min-height: 82px;
  overflow: hidden;
  height: 82px;
}
.stuffing:hover{
  background: #f7f7f7;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px #ddd;
}
.stuffing .stuffing_pic img{
  width: 100%;
  margin: 20px auto;
  max-width: 280px;
  padding: 0px 20px;
}
.stuffing .stuffing_text{
  padding: 0px 10px;
}
.stuffing .stuffing_name{
  font-size: 20px;
}
.stuffing_price{
  font-size: 20px;
  color: #1c3e59;
  margin: 10px auto;
}
.back_5 .container_title{
  color: #fff;
  font-size: 24px;
}
.back_5 .pre_img{
  margin: 30px auto 5px auto;
  display: block;
}
.pre_back{
  background: url('../img/pre2.png') no-repeat;
  display: block;
  background-size: 100%;
  position: absolute;
  width: 560px;
  height: 405px;
  top: 165px;
  margin-left: -280px;
  left: 50%;
}
.preimuchestvo{
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 24px auto;
}
.preimuchestvo .preimuchestvo_name{
  font-weight: bold;
  color: #1c3e59;
  font-size: 13px;
}
.preimuchestvo .preimuchestvo_text{
  display: block;
  color: #1c3e59;
  position: absolute;
  border-radius: 12px;
  padding: 0px;
  z-index: 2;
  width: 100%;
  margin-top: 1px;
  font-size: 13px;
  font-weight: bold;
  background: #f7f7f7;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px #ddd;
}
.pre_left::after{
  content: " ";
  position: absolute;
  display: block;
  width: 400px;
  height: 1px;
  left: 40px;
  background: #1c3e59;
  z-index: -1;
}
.pre_right::after{
  content: " ";
  position: absolute;
  display: block;
  width: 400px;
  height: 1px;
  right: 40px;
  background: #1c3e59;
  z-index: -1;
}
.adv_button{
  text-align: center;
  margin-top: 70px;
}
.client{
  margin: 20px;
  text-align: center;
  color: #1c3e59;
  font-weight: bold;
  line-height: 24px;
}
.client_img img{
  width: 100%;
}

.tab_link{
  cursor: pointer;
  margin-bottom: 30px;
}
.tab_link.active,
.tab_link:hover{
  transform:scale(1.15);
}
.tab_link.active{
  border: 3px solid #863d72;
  /*margin-bottom: 0px; */   
  background: rgba(136, 63, 116, 0.5);
}
.tab_link.active .tab_name{
  color: #fff;
}
.tab_pic img{
  display: block;
  width: 100%;
  padding: 10px;
}
.tab_header img.mark_hot{
  width: 45px;
  height: 45px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.tab_name{
  color: #1c3e59;
  text-align: center;
  font-weight: bold;
  min-height: 40px;
}
.tab_holder{
  margin: 0px auto;
  padding: 20px 0px;
}
.tab_holder .tab{
  display: none;
}
.tab_holder .tab.active{
  display: block;
}

.product{
  padding: 10px;
  border: 1px solid transparent;
  margin: 10px auto;
  cursor: pointer;
}
.product:hover{
  background: #f7f7f7;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 1px #ddd;
}
.product .product_price_holder{
  min-height: 70px;
}
.product .product_name{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #00838d;
  margin: 10px auto;
}
.product .product_stuffing{
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  color: #00838d;
}
.product .product_old_price{
  color: #00838d;
  font-size: 16px;
  display: inline-block;
  padding: 5px;
  float: left;
  position: relative;
}
.product .product_old_price:before{
  content: " ";
  display: block;
  position: absolute;
  width: 82px;
  background: #d11119;
  top: 15px;
  height: 2px;
  transform: rotate(7deg);
}
.product .product_price{
  font-size: 20px;
  font-weight: bold;
  color: #1c3e59;
  display: inline-block;
  float: right;
}
.product .product_button{
  text-align: center;
  margin: 10px auto;
}
.product .product_button .purple_button{
  line-height: 28px;
  font-size: 14px;
  padding: 0px 5px;
}
.product .product_pic img{
  width: 100%;
}
.separator{

  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1px;
  margin: 15px auto;
  background: #1c3e59;
}
.order_stuffing,
.order_cake{
  max-width: 620px;
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 70px auto;
  background: rgba(0, 0, 0, 0.55);
  padding: 20px 70px;
  border-radius: 20px;
}
.order_stuffing{
  margin: 15px auto;
}
.order_stuffing .order_stuffing_title,
.order_cake .order_cake_title{
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.order_stuffing .purple_button,
.order_cake .purple_button{
  margin: 20px auto;
}
.call_callback_left{
  position: fixed;
  left: 0px;
  top: 80%;
  width: 100px;
  z-index: 2;
}
.call_callback_text{
  color: #883f74;
  text-decoration: none;
  text-align: center;
  margin: 5px auto;
  font-weight: bold;
}
.call_callback_icon{
  background: url('../img/icons/call_callback.png');
  width: 64px;
  height: 64px;
  margin: 0px auto;
  animation-name: shakecall;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.call_callback_left:focus, .call_callback_left:hover{
  text-decoration: none;
}
@keyframes shakecall {
  0% { transform: translate(0px); }
  4% { transform: translate(5px); }
  8% { transform: translate(-5px); }
  12% { transform: translate(3px); }
  17% { transform: translate(-3px); }
  21% { transform: translate(1px); }
  25% { transform: translate(0px); }
}

header.fixed .main_menu{
  position: fixed;
  width: 100%;
  box-shadow: 0px 2px 4px #000;
  top:0px;
}
.error_input{
  background: rgba(255,51,51,0.65)!important;
}
.success_text{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: none;
}

.next_product{
  position: absolute;
  background: url(../img/icons/arrow_right_w.png) no-repeat;
  z-index: 7;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
  right: -60px;
  opacity: 1;
  animation-duration: 0.5s;
}

.prev_product{
  position: absolute;
  background: url(../img/icons/arrow_left_w.png) no-repeat;
  z-index: 7;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
  left: -60px;
  opacity: 1;
  animation-duration: 0.5s; 
}
.footer_contacts{
  margin: 0px;
  float: right;
}
.footer_contacts li{
  display: inline-block;
  line-height: 72px;
  padding: 0px 20px;
}

.footer_contacts li a,
.footer_contacts li{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.tab_header{
  position: relative;
  border-bottom: 1px solid #1c3e59;
  width: 100%;
  margin: 0px auto;
}
.order_stuffing_img,
.order_cake_img{
  margin-bottom: 15px;
}
.choose_cat{
  background: url('../img/icons/look_at.png') no-repeat;
  background-size: 70px 46px;
  display: block;
  position: absolute;
  left: -70px;
  width: 70px;
  top: 60px;
  height: 46px;

  animation-name: shakecat;
  animation-duration: 0.9s;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;

}

@keyframes shakecat {
  0% { transform: translate(0px); }
  50% { transform: translate(-50px); }
  100% { transform: translate(0px); }
}
@keyframes shakecatsmall{
  0% { top: -60px; }
  50% { top: -100px; }
  100% { top: -60px; }
}

.counter{
  font-size: 26px;
  color: #fff;
  background: #873e73;
  margin: 10px auto;
  border-radius: 12px;
  display: inline-block;
  padding: 5px 15px;
}
#info .purple_button{
  margin: 20px auto;
}






/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}




.mark_hot{
  width: 40px;
  height: 40px;
}


.pop_action{
  display: none;
  position: fixed;
  width: 900px;
  height: 490px;
  background: #fff;
  padding: 20px;
  z-index: 6;
  left: 50%;
  top: 50px;
  margin-left: -450px;
  text-align: center;
  color: #883f74;
}
.action_img{
  background: url(../img/action_img_o.jpg);
  display: block;
  position: relative;
  min-height: 100%;
  height: 450px;
  width: 450px;
  float: left;
}
.action_right_side{
  display: block;
  float: right;
  width: 400px;
  text-align: center;
}
.action_text_a{
  font-size: 60px;
  margin-top: 20px;
  color: #883f74;
  font-family:"appetite_new";
  line-height: 54px;
  padding: 0px 20px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.action_text_t{
font-size: 30px;
color: #fff;
font-family: "appetite_new";
line-height: 28px;
padding: 0px 20px;
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.action_text_p{
  font-size: 30px;
  color: #883f74;
  font-family:"appetite_new";
  line-height: 28px;
  padding: 0px 20px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.action_text_g{
  font-size: 20px;
  padding: 5px 50px 0px 50px;
  margin: 0px;
  color: #883f74;
  line-height: 22px;
}
.action_text_w{
  font-size: 20px;
  margin: 0px;
  color: #883f74;
}
.action_counter_text{

  font-size: 14px;
  color: #343536;
}
.counter2{
  font-size: 26px;
  color: #fff;
  background: #873e73;
  margin: 10px auto;
  border-radius: 12px;
  display: inline-block;
  padding: 5px 15px;
}
.pop_action_form{
  padding: 0px 35px;
}
.purple_input{
    border: 1px solid #883f74!important;
    margin: 3px!important;
    color: #873e73!important;
}
.pop_action .success_text{
  color: #883f74;
  margin-top: 50px;
}
.gray_button{
  background:#aaaaaa; 
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 15px;
  display: inline-block;
  padding: 0px 50px;
  transition: 0.5s;
  margin: 5px auto;
  border: 2px solid transparent;
}
.gray_button:hover{
  opacity: 0.7;
  background:#aaaaaa; 
  color: #fff;
  text-decoration: none;
}
.submit_action:hover{
  background: #883f74;
  color: #fff;
  opacity: 0.7;
}

.col-md-7perrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.close_l{
	font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #873e73;
    border-radius: 40%;
    border: 2px solid #883f74;
    width: 40px;
    height: 40px;
    line-height: 36px;
	transition:0.5s;
	z-index:2;
}
.close_l:hover{
	background: #883f74;
    color: #fff;
	text-decoration:none;
}
.sertificat_text{
  font-size: 18px;
  max-width: 500px;
  background: #fff;
  padding: 7px 10px;
  margin: 0px auto;
  color: #883f74;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .col-md-7perrow{
      width: 14.2%;
      float: left;
  }
}


@media (max-width: 1600px) {

}
@media (max-width: 1200px) {
  .flag{
    width: 45px;
  }
  .main_logo img {
      margin: 20px auto;
      width: 100%;
      padding: 0px 5px;
  }
  .team_text{
    margin: 0px auto;
  }
  .choose_cat{
    top: 40px;
  }
  .preimuchestvo_img img{
    height: 32px;
  }
  .preimuchestvo{
    margin: 28px auto;
  }
}
@media (max-width: 1100px) {
 .main_menu > ul > li > span, .main_menu > ul > li > a{
    padding: 0px 15px;
 }

}
@media (max-width: 992px) {

  .main_logo{
    width: 100%;
    left: 0px;
    top: 0px;
  }
  .main_menu{
    display: none;
  }
  #nav_ham{
    display: block;
  }
  .team_text{
    margin: 0px auto;
  }
  .choose_cat{
    transform: rotate(90deg);
    top: -60px;
    left: 85px;
    animation-name: shakecatsmall;
    animation-duration: 0.9s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
}
@media (max-width: 900px){

  .pop_action{
    width: 320px;
    margin-left: -160px;
    padding: 10px;
    height: 520px;
  }
  .action_img{
    width: 300px;
    height: 140px;
    min-height: auto;
    text-align: center;
  }
  .action_text_a{
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
  }
  .action_text_t{
    font-size: 16px;
    line-height: 20px;
  }
  .action_text_p{
    font-size: 16px;
    line-height: 20px;
  }
  .action_right_side{
    width: 300px;
  }
  .action_text_g{
    padding: 5px 5px 0px 5px;
    font-size: 15px;
  }
  .action_text_w{
    font-size: 15px;
  }
  .counter2{
    margin: 0px;
  }
  .submit_action{
    font-size: 12px;
    margin: 2px 0px;
    line-height: 32px;
  }
  .close_pop_action{
    font-size: 12px;
    margin: 2px 0px;
    line-height: 32px;
  }
  .close_l{
    font-size: 18px;
    line-height: 36px;	
  }
}
@media (max-width: 768px) {
  .pre_back{
    display: none;
  }

  .footer_logo img{
    float: none;
  }
  .footer_contacts{
    float: none;
  }
  .footer_contacts li{
    display: block;
    line-height: 32px;
    text-align: center;
    padding: 0px 20px;
  }
  .next_product{
    right: 0px;
    float: right;
    margin: 10px auto;
    position: relative;
  }
  .prev_product{
    left: 0px;
    float: left;
    margin: 10px auto;
    position: relative;
  }
  #info{
    width: 100%;
    left: 0px;
    margin: 0px;
  }

  .purple_button{
    padding: 0px 20px;
  }
  .pre_back{
    display: none;
  }
  .adv_button{
    margin-top: 10px;
  }
  .preimuchestvo{
    max-width: 300px;
  }
  .pre_left::after{
    display: none;
  }
  .pre_right::after{
    display: none;
  }
  .main_tagline{
    text-align: center;
  }
  .main_contacts{
    text-align: center;
    float: none;
  }
  .back_5{
    height: 950px;
  }
  .order_cake{
    margin: 30px auto;
  }
  .course_title{
    font-size: 18px;
    text-align: center;
  }
  .team_text{
    margin: 20px auto;
  }
  .course_buttons a,
  .method_buttons a{
    font-size: 14px;
  }
  .method_title{
    font-size: 16px;
  }
  .content_holder img{
    width:100%;
    padding:10px 10px;
  }
  .blog_title{
    font-size: 14px;
  }
  .recall_body{
    text-align: center;
  }
  .content p, .content{
    font-size: 16px;
  }
  .container_blog_title,
  .container_title{
    font-size: 24px;
  }

  .advantages .preimuchestvo .advantage_icon img{
    width: 100%;
  }
  .advantages .preimuchestvo .preimuchestvo_text{
    font-size: 16px;
  }
  .back_2{
    height: 650px;
  }
  .action_form, .action{
    margin: 10px auto;
  }
  .baker_text{
    text-align: center;
  }
  .order_stuffing, .order_cake{
    margin: 30px auto;
    padding: 20px;
  }
  .back_1,
  .back_2,
  .back_3,
  .back_6{
    background-attachment: inherit; 
  }
  .back_6{
    height: 460px;
  }
  .back_1{
    background-position: left;
  }
  .main_logo img{
    max-width: 120px;
  }
}
@media (max-width: 500px){
  #callback{
    margin: 0px 0px 0px -150px;
    left: 50%;
    width: 300px;
  }
  .choose_cat{
    left: 25px;
  }
  .main_banner{
    width: 100%;
    background-position: center;
    padding: 25px;
  }
  .main_banner .purple_button{
    font-size: 16px;
    padding: 0px 20px;
    margin: 5px auto;
  }


}

@media (max-width: 400px){
  .product{
    min-height: 435px;
  }
}