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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

em {
	font-style: italic;
}

:focus {
	outline: 0;
}

.clr {
	border: medium none;
	clear: both;
	display: block;
	float: none;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: rgba(255, 228, 216, 0.3);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
}

h1 {
	font-size: 1.875em;
	font-weight: 700;
	color: #BE5C2B;
	margin: 40px 0;
}
h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 20px 0;
}
a {
	color: #BE5C2B;
}
ul {
	list-style: none;
	margin-left: 15px;
}
.centerBlock{
    width: 100%;
    max-width: 1167px;
	margin: 0 auto;
    padding: 1px 25px;
}
.header_bg {
    background-color: #fff;
    overflow: hidden;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}
.header_left {
    position: relative;
    margin-top: 17px;
    margin-bottom: 25px;
    padding-left: 40px;
}
.logo {
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    left: 40px;
    top: 0;
}
.custom_logo {
    background-image: url(../images/logo.svg);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 140px;
    padding-left: 185px;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 28px;
    color: #BE5C2B;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.header_right {
    width: 50%;
    position: relative;
}
.custom_phone {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-right: 40px;
}

.phone_number_link {
    display: block;
    color: #000;
    font-size: 1.5em;
    font-weight: 400;
    text-decoration: none;
    background-image: url(../images/chili.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 35px;
}
.callback_btn {
    width: 230px;
    height: 50px;
    margin-left: 7px;
    background: #E11E00;
    border-radius: 40px 0;
    font-weight: 700;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}
.callback_btn strong {
    display: block;
    font-size: 1.5em;
}
.header_nav {
    height: 50px;
    background-color: #FFD337;
    border-radius: 40px 0 0 0;
    position: relative;
}
.header_nav::before {
    content: '';
    display: block;
    width: 10000%;
    height: 50px;
    background-color: #FFD337;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
}
.header_nav .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}
.header_nav .menu li {
    margin-left: 60px;
}
.header_nav .menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #7D504E;
    font-size: 1.125em;
    font-weight: 500;
    text-decoration: none;
}
.header_nav .menu li a:hover {
    color: #D13834;
    text-decoration: underline;
}
.header_nav .menu li.active a {
    color: #000;
}

.slider {
    position: relative;
    height: 340px;
    overflow: hidden;
}
.slider_item {
    float: left;
    width: 100%;
    height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.slider_wrap {
    position: relative;
}
.slick-dots {
    width: 100%;
    max-width: 1167px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    bottom: 25px;
}
.slick-dots li {
    width: 16px;
    height: 16px;
    margin-left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #BE5C2B;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background: #D13834;
    border: 2px solid #000000;
}
.slick-dots li:hover {
    background: #FFD337;
}
.content .centerBlock {
    background-color: #fff;
    margin-top: 6px;
    min-height: 620px;
    padding-bottom: 100px;
}
.maincontent .centerBlock {
    margin-top: 0;
}
.textimgblock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.textimgblock.imgright {
    flex-direction: row-reverse;
}
.textimgblock img {
    border: 6px solid #FFE4D8;
    border-radius: 40px;
    overflow: hidden;
}
.textimgblock img {
    margin-left: 30px;
}
.textimgblock.imgright img {
    margin-left: 0;
    margin-right: 30px;
}
.content p {
    margin-bottom: 17px;
    line-height: 20px;
}
.content li {
    margin-bottom: 17px;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
}
.content li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #BE5C2B;
    position: absolute;
    left: 0;
    top: 8px;
}
.content h3 {
    font-size: 1.125em;
    font-weight: 700;
    clear: both;
    margin: 25px 0;
}

.feedback_form {
    width: 100%;
    max-width: 915px;
    margin: 0 auto;
    overflow: hidden;
}
.feedback_form h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0 30px;
}
.userfields {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.field {
    width: 48%;
    margin-bottom: 17px;
}
.userfields label {
    display: block;
    color: #BE5C2B;
    font-size: .875em;
    margin-bottom: 5px;
}
.userfields input {
    width: 100%;
    height: 50px;
    padding: 0 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    color: #7D504E;
    background-color: rgba(255, 228, 216, 0.3);
    border: 1px solid rgba(255, 228, 216, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.field_wide {
    width: 100%;
    margin-bottom: 17px;
}
.userfields textarea {
    width: 100%;
    height: 153px;
    padding: 15px 24px;
    resize: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    color: #7D504E;
    background-color: rgba(255, 228, 216, 0.3);
    border: 1px solid rgba(255, 228, 216, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userfields input._error_field,
.userfields textarea._error_field {
    background-color: rgba(255, 228, 216, 0.65);
    border: 1px solid #C40000;
}
.form_btn {
    width: 255px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    background: #7D504E;
    border-radius: 40px 0;
    font-size: 1.5em;
    font-weight: 700;
    display: block;
    flex: none;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
}
.contacts_form .form_btn {
    margin-top: 0;
}
.form_btn._preloading {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
}
p.sent_success {
    width: 255px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    background: #7D504E;
    border-radius: 40px 0;
    font-size: 1.5em;
    font-weight: 700;
    display: block;
    flex: none;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
}
.contacts_form p.sent_success {
    margin-top: 0;
}

.agree {
    font-size: .875em;
    font-weight: 300;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.agree::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 228, 216, 0.3);
    border: 1px solid #7D504E;
    position: absolute;
    left: 0;
    top: 0;
}
.agree.checked::after {
    content: '';
    display: block;
    width: 27px;
    height: 24px;
    background-image: url(../images/checkbox.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -7px;
}
.agree a:hover {
    text-decoration: none;
}
.agree.dontagree::before {
    background-color: rgba(255, 228, 216, 0.65);
    border: 1px solid #C40000;
}

.products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 70px 0 0;
}
.products_item {
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.products_item:nth-child(3n) {
    margin-right: 0;
}
.products_title {
    margin-top: 15px;
}
.products_title a {
    font-size: 1.125em;
    font-weight: 500;
    color: #BE5C2B;
    text-decoration: none;
}
.products_title a:hover {
    color: #7D504E;
}
.products_image {
    position: relative;
}
.products_image span {
    background-color: #7D504E;
    border-radius: 40px 0 32px 0;
    width: 230px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    right: 6px;
    bottom: 10px;
}
.products_image:hover span {
    background-color: #BE5C2B;
}
.products_image em.spoon {
    display: block;
    width: 71px;
    height: 85px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -12px;
    top: -23px;
}
.products_image em.spoon.white {
    background-image: url(../images/spoon_white.png);
}
.products_image em.spoon.red {
    background-image: url(../images/spoon_red.png);
}
.products_image em.spoon.yellow {
    background-image: url(../images/spoon_yellow.png);
}
.products_image em.spoon.green {
    background-image: url(../images/spoon_green.png);
}
.products_image em.spoon.pink {
    background-image: url(../images/spoon_pink.png);
}
.product_page .products_image {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.contacts_yamap {
    margin: 50px 0;
    height: 365px;
    width: 100%;
    border: 6px solid #FCE3D7;
}

.breadcrumb {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.content .breadcrumb li {
    list-style: none;
    color: #BE5C2B;
    font-size: .75em;
    font-weight: 300;
    padding-left: 0;
}
.content .breadcrumb li:first-child {
    display: none;
}
.content .breadcrumb li::before {
    display: none;
}
.breadcrumb li a {
    text-decoration:underline;
    color: #000;
}
.breadcrumb li a:hover {
    text-decoration: none;
}
.breadcrumb li .divider {
    margin: 0 12px;
    color: #000;
}

.popup_callback {
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 80px #A85C32;
    border-radius: 40px;
    width: 100%;
    max-width: 590px;
    padding: 60px 75px 88px;
    position: absolute;
    z-index: 10;
}
.popup_callback .userfields {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}
.callback_title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: #7D504E;
    margin-bottom: 20px;
}
.callback_close {
    width: 24px;
    height: 24px;
    background-image: url(../images/popup_close.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 20px;
}
.callback_close:hover {
    transform: rotate(45deg);
}

.popup_window {
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 80px #A85C32;
    border-radius: 40px;
    width: 100%;
    max-width: 590px;
    padding: 40px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
.popup_window p {
    font-size: .875em;
    margin-bottom: 15px;
}
.close_policy {
    width: 24px;
    height: 24px;
    background-image: url(../images/popup_close.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 20px;
}
.close_policy:hover {
    transform: rotate(45deg);
}

.footer {
    position: relative;
}
.footer::before {
    content: '';
    width: 50%;
    height: 100px;
    background: #FFE4D8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.footer .centerBlock {
    background: #FFE4D8;
    border-radius: 0 0 40px 0;
    height: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom_copyright {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .75em;
    font-weight: 300;
    margin-left: 45px;
    height: 100px;
}
.custom_copyright img {
    margin-right: 45px;
}
.footer .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 65px;
}
.footer .menu li {
    margin-left: 35px;
}
.footer .menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-size: .875em;
    font-weight: 500;
    text-decoration: none;
}
.footer .menu li a:hover,
.footer .menu li.active a {
    text-decoration: underline;
}