@charset "UTF-8";
@font-face {
  font-family: 'nerisblack';
  src: url("/fonts/neris_black-webfont.woff2") format("woff2"), url("/fonts/neris_black-webfont.woff") format("woff"), url("/fonts/neris_black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nerislight';
  src: url("/fonts/neris_light-webfont.woff2") format("woff2"), url("/fonts/neris_light-webfont.woff") format("woff"), url("/fonts/neris_light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nerissemibold';
  src: url("/fonts/neris_semibold-webfont.woff2") format("woff2"), url("/fonts/neris_semibold-webfont.woff") format("woff"), url("/fonts/neris_semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Liana';
  src: url("/fonts/Liana.ttf") format("truetype"), url("/fonts/Liana.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fontello';
  src: url("/fonts/fontello.eot?37455958");
  src: url("/fonts/fontello.eot?37455958#iefix") format("embedded-opentype"), url("/fonts/fontello.woff2?37455958") format("woff2"), url("/fonts/fontello.woff?37455958") format("woff"), url("/fonts/fontello.ttf?37455958") format("truetype"), url("/fonts/fontello.svg?37455958#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/font/fontello.svg?37455958#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: '\f09a'; }

/* '?' */
.icon-instagram:before {
  content: '\f16d'; }

/* '?' */
.icon-vkontakte:before {
  content: '\f189'; }

/* '?' */
.psd, .slick-arrow:before {
  content: '';
  display: block;
  position: absolute; }

.trans, .btn, .top-nav li a, .top-nav li .dwn, .catalog .item a, .catalog .item img, .nav-tabs .nav-item .nav-link, .soc-box .socially a, .f-list li .dwn, .nav-ico span, .backdrop, .slick-dots li button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  background: #A95B37;
  padding: 10px 55px;
  font-family: 'nerissemibold';
  font-size: 15px;
  border: 0;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background: #BD9770;
    color: #fff;
    text-decoration: none; }

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important; }

body {
  background: #f3f2f0;
  font-family: 'nerislight', sans-serif;
  font-size: 15px;
  color: #7C6C6C; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  color: #BD9770; }
  a:hover, a:focus {
    color: #BD9770; }

p {
  font-size: 15px;
  color: #7C6C6C;
  line-height: 25px;
  margin: 0 0 25px 0; }

.header {
  position: relative;
  z-index: 5;
  background: url(/images/pattern.jpg) repeat #54122E;
  padding: 20px 0; }
  .header .logo {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 50%;
	z-index: 99;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.logo {
  display: inline-block;
  vertical-align: top; }
  .logo img {
    max-width: 100%; }

.socially {
  font-size: 0;
  margin-bottom: 40px; }
  .socially a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-right: 15px;
    font-size: 20px; }

.top-nav {
  font-size: 0; }
  .top-nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: 'nerissemibold';
    margin-right: 35px;
    line-height: 26px;
    text-transform: uppercase; }
    .top-nav li:last-child {
      margin-right: 0; }
    .top-nav li a {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      text-decoration: none; }
      .top-nav li a:hover, .top-nav li a:focus {
        color: #BD9770; }
    .top-nav li .dwn {
      font-size: 12px;
      color: #BD9770;
      border: 1px solid #BD9770;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      padding: 4px 20px;
      line-height: normal;
      margin-left: 10px;
      font-family: 'nerislight', sans-serif;
      text-transform: none; }
      .top-nav li .dwn:hover, .top-nav li .dwn:focus {
        background: #BD9770;
        color: #fff; }

.contact {
  margin-bottom: 44px;
  font-size: 0;
  text-align: right;
  line-height: 26px; }
  .contact .order {
    display: inline-block;
    vertical-align: top;
    font-size: 13px; }
    .contact .order:hover, .contact .order:focus {
      text-decoration: underline; }
  .contact .phone {
    display: inline-block;
    vertical-align: top;
    color: #FFD67A;
    font-family: 'nerissemibold';
    font-size: 20px;
    text-decoration: none;
    margin-left: 15px; }

.hero {
  background: url(/images/hero.jpg) center top no-repeat;
  background-size: cover;
  height: 545px; }
  .hero .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .hero .title {
    color: #fff;
    font-family: 'nerisblack';
    font-size: 53px;
    line-height: 63px;
    margin-bottom: 10px; }
  .hero span {
    display: block;
    font-family: 'Liana';
    font-size: 90px;
    line-height: 63px;
    color: #FDD67B; }

.headline {
  text-align: center;
  font-family: 'nerisblack';
  font-size: 28px;
  color: #541130;
  margin-bottom: 30px;
  letter-spacing: 1px; }

h1 {
  font-family: 'nerisblack';
  font-size: 28px;
  color: #541130;
  margin-bottom: 30px;
  letter-spacing: 1px; }

.catalog-box {
  padding: 35px 0 50px 0;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e1ded9 100%);
  background: -webkit-linear-gradient(top, white 0%, #e1ded9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e1ded9));
  background: -o-linear-gradient(top, white 0%, #e1ded9 100%);
  background: linear-gradient(to bottom, white 0%, #e1ded9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ded9',GradientType=0 ); }

.catalog .item {
  margin-bottom: 16px; }
  .catalog .item a {
    display: block;
    text-decoration: none;
    color: #663332;
    text-transform: uppercase;
    font-family: 'nerisblack';
    font-size: 18px;
    -webkit-box-shadow: 0px 5px 16px 1px rgba(195, 191, 183, 0.75);
    box-shadow: 0px 5px 16px 1px rgba(195, 191, 183, 0.75);
    overflow: hidden; }
    .catalog .item a:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .catalog .item img {
    max-width: 100%; }
  .catalog .item .img-box {
    display: block;
    overflow: hidden; }
  .catalog .item .text {
    display: block;
    padding: 18px;
    text-align: center;
    background: #fff; }

.text-box {
  background: url(/images/bg1.jpg) center top no-repeat #673431;
  padding: 60px 0 50px;
  text-align: center; }
  .text-box .headline {
    color: #fff;
    text-transform: none;
    font-size: 46px;
    margin-bottom: 15px; }
  .text-box .top-title {
    font-size: 65px;
    color: #fff;
    line-height: 46px;
    color: #fff;
    margin-bottom: 50px;
    font-family: 'Liana'; }
  .text-box p {
    color: #fff;
    margin: 0px auto;
    max-width: 760px; }

.js-mobile .text-box, .js-mobile .order-box {
  background-attachment: scroll; }

.proposal-box {
  padding: 40px 0 40px; }

.nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0;
  margin-bottom: 30px; }
  .nav-tabs .nav-item {
    padding: 0 15px; }
    .nav-tabs .nav-item .nav-link {
      display: block;
      border: 1px solid #A95B37;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      width: 200px;
      text-align: center;
      color: #A95B37;
      text-transform: uppercase;
      font-family: 'nerissemibold';
      text-decoration: none;
      background: transparent;
      padding: 10px; }
      .nav-tabs .nav-item .nav-link.active {
        background: #A95B37;
        color: #fff; }

.slider-container {
  position: relative;
  margin: 0 66px;
  -webkit-box-shadow: 0px 5px 16px 1px rgba(195, 191, 183, 0.75);
  box-shadow: 0px 5px 16px 1px rgba(195, 191, 183, 0.75); }

.proposal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff; }
  .proposal-item .text {
    width: 65%;
    padding: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .proposal-item .text .inner {
      max-width: 100%;
      width: 460px; }
  .proposal-item .img-box {
    width: 35%; }
    .proposal-item .img-box img {
      width: 100%;
      //height: 100%;
      -o-object-fit: cover;
      object-fit: cover; 
}
  .proposal-item .title {
    font-size: 28px;
    font-family: 'nerissemibold';
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #673430;
    text-align: center; }
  .proposal-item p {
    text-align: justify;
    margin-bottom: 0;
    text-align: center; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
  padding: 0;
  border: 1px solid #7B6969;
  width: 46px;
  height: 46px;
  background: transparent; }
  .slick-arrow:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/images/icons.png) no-repeat;
    width: 12px;
    height: 20px; }
  .slick-arrow.slick-prev {
    left: -66px; }
    .slick-arrow.slick-prev:before {
      background-position: 0 0; }
  .slick-arrow.slick-next {
    right: -66px; }
    .slick-arrow.slick-next:before {
      background-position: -13px 0; }

.about-box {
  padding: 60px 0;
  background: #fff; }
  .about-box .text {
    padding: 110px 0 0 50px;
    background: url(/images/bg2.jpg) right 15px no-repeat; }
  .about-box .title {
    font-family: 'Liana';
    color: #503A3C;
    margin-bottom: 30px;
    font-size: 56px;
    line-height: 46px; }
  .about-box .more {
    margin-bottom: 30px; }

.gallery .img-box {
  height: 100%;
  margin-bottom: 16px; }
  .gallery .img-box.box-1 {
    height: calc(70% - 16px); }
  .gallery .img-box.box-2 {
    height: 30%; }
  .gallery .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.soc-box p {
  margin-bottom: 10px; }

.soc-box .socially a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #C4B5B0;
  color: #C4B5B0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .soc-box .socially a:hover, .soc-box .socially a:focus {
    border-color: #BD9770;
    color: #BD9770; }

.order-box {
  padding: 50px 0 70px;
  background: url(/images/bg3.jpg) center bottom no-repeat #F3F2F0;
  background-size: auto 100%;
  background-attachment: fixed; }
  .order-box .headline {
    letter-spacing: 3px;
    margin-bottom: 5px; }

.title-text {
  text-align: center;
  margin-bottom: 60px; }
  .title-text p {
    font-size: 16px;
    max-width: 80%;
    margin: 0px auto;
    color: #5B504E; }

.order-form {
  width: 830px;
  max-width: 100%;
  margin: 0px auto;
  position: relative;
  background: url(/images/pattern.jpg) repeat #541130;
  padding: 60px 45px 70px 368px; }
  .order-form .cake {
    position: absolute;
    bottom: 0;
    left: -70px; }

.form-group {
  margin-bottom: 20px; }

.form-control {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  height: 34px;
  border: 0;
  padding: 5px 23px;
  line-height: 24px;
  font-size: 14px; }
  .form-control:focus {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent; }

textarea.form-control {
  height: 100px;
  overflow: auto;
  resize: none;
  padding-top: 14px; }

.footer {
  background: #592824; }
  .footer .logo {
    width: 200px;
    margin-left: -10px; }

.ftr-top {
  padding: 10px 0 45px;
  border-bottom: 1px solid #C6B4B0; }

.f-list {
  padding-top: 30px;
  margin-bottom: 10px; }
  .f-list li {
    display: block;
    margin-bottom: 5px; }
    .f-list li a {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-family: 'nerissemibold';
      text-transform: uppercase;
      line-height: 26px; }
      .f-list li a:hover, .f-list li a:focus {
        text-decoration: underline; }
    .f-list li .dwn {
      font-size: 12px;
      color: #BD9770;
      border: 1px solid #fff;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      padding: 4px 20px;
      line-height: normal;
      margin-left: 10px;
      font-family: 'nerislight', sans-serif;
      text-transform: none; }
      .f-list li .dwn:hover, .f-list li .dwn:focus {
        background: #BD9770;
        border-color: #BD9770;
        color: #fff;
        text-decoration: none; }

.sm-list li {
  display: block; }
  .sm-list li a {
    color: #fff;
    font-size: 13px; }

.adress {
  text-align: right;
  color: #BE9873;
  font-size: 14px;
  padding-top: 30px; }
  .adress a {
    color: #BE9873; }
  .adress span {
    display: block;
    margin-bottom: 5px; }    
  .adress .phone {
    font-size: 17px;
    font-family: 'nerissemibold'; }
    .adress .phone a {
      text-decoration: none; }

.ftr-btm {
  padding: 20px 0 30px; }
  .ftr-btm .socially {
    text-align: center;
    margin-bottom: 15px; }
    .ftr-btm .socially a:last-child {
      margin-right: 0; }

.copy {
  text-align: center;
  font-size: 13px;
  color: #C6B4B2; }

.ico-box {
  text-align: right;
  display: none;
  padding-top: 7px; }

.nav-ico {
  display: inline-block;
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  width: 30px;
  height: 20px;
  overflow: hidden;
  z-index: 100; }
  .nav-ico span {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 30px;
    background: #FFD67A; }
  .nav-ico span:first-child {
    top: 0; }
  .nav-ico span:nth-child(2) {
    top: 9px; }
  .nav-ico span:last-child {
    top: 18px; }

.js-open .nav-ico span:first-child {
  top: 8px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.js-open .nav-ico span:last-child {
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.js-open .nav-ico span:nth-child(2) {
  left: 150px; }

.backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  z-index: 18;
  background: rgba(0, 0, 0, 0.5); }

.navigation {
  display: none;
  background: url(/images/pattern.jpg) repeat #54122E;
  padding: 15px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }
  .navigation .top-nav {
    margin-bottom: 15px; }
    .navigation .top-nav li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-right: 0;
      display: block; }
      .navigation .top-nav li a {
        padding: 10px;
        display: inline-block;
        vertical-align: top; }
      .navigation .top-nav li .dwn {
        padding: 3px 20px;
        display: inline-block;
        vertical-align: top;
        margin-top: 10px; }
  .navigation .contact {
    text-align: center;
    margin-bottom: 15px; }
  .navigation .socially {
    text-align: center;
    margin-bottom: 0; }

.slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: inherit; }
    .slick-dots li button {
      display: block;
      border: 3px solid #BD9770;
      padding: 0;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      text-indent: -9999px;
      background-color: transparent; }
    .slick-dots li.slick-active button {
      background-color: #BD9770; }

.main {
  padding: 30px 0; }
  .main .catalog .item a {
    font-size: 14px; }
  .main .catalog .item .text {
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
  .main .catalog .item.active .text,   .main .catalog .item:hover .text {
    background: #FED57B; }

.main .proposal-box .proposal-item {
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 16px 1px rgba(195, 191, 183, 0.75);
  box-shadow: 0px 5px 16px 1px rgba(195, 191, 183, 0.75); }
  .main .proposal-box .proposal-item .text {
    padding: 25px 35px 15px;
    display: block; }
    .main .proposal-box .proposal-item .text .inner {
      width: 100%; }
  .main .proposal-box .proposal-item .title {
    margin-bottom: 15px; }

.descript {
  padding-top: 30px; }
  .descript .box {
    background: #F3F2F0;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px;
    margin-bottom: 15px; }
    .descript .box span {
      display: block;
      font-size: 15px; }
    .descript .box strong {
      display: block;
      font-size: 17px;
      font-weight: normal;
      text-align: right;
      font-family: 'nerisblack';
      color: #67352E; }

.content-text {
  padding-bottom: 15px; }
  .content-text p {
    text-align: center; }

@media (max-width: 1199px) {
  .top-nav li {
    margin-right: 20px; }
  .header .logo {
    width: 200px;
    top: 20px; } }

@media (max-width: 991px) {
  .header {
    padding: 5px 0; }
    .header .container {
      position: relative; }
    .header .socially {
      text-align: right;
      margin-bottom: 0; }
      .header .socially a:last-child {
        margin-right: 0; }
    .header .logo {
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      z-index: 10;
      top: 0;
      width: 120px; }
    .header .top-nav {
      display: none; }
    .header .contact {
      margin-bottom: 0; }
      .header .contact .order {
        display: none; }
      .header .contact .phone {
        margin-left: 0; }
  .ico-box {
    display: block; }
  .navigation {
    width: auto;
    display: block;
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 500px;
    max-width: 80%;
    z-index: 20;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    height: 100%; }
  .js-open {
    overflow: hidden; }
  .js-open .backdrop {
    display: block; }
  .js-open .navigation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .hero {
    height: 345px; }
    .hero .title {
      font-size: 40px;
      line-height: 50px; }
    .hero span {
      font-size: 60px;
      line-height: 30px; }
  .catalog .item .text {
    padding: 10px; }
  .catalog .item a {
    font-size: 14px; }
  .reverse-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .about-box .text {
    padding: 60px 0 0 0; }
  .ftr-top {
    display: none; } }

@media (max-width: 767px) {
  .text-box .headline {
    font-size: 30px;
    line-height: 30px; }
  .text-box .top-title {
    font-size: 45px;
    line-height: 30px; }
  .slider-container {
    margin: 0 0 -20px; }
  .proposal-item .text {
    padding: 20px; }
  .about-box {
    padding: 0 0 40px; }
  .catalog-box {
    padding: 25px 0; }
  .text-box {
    padding: 35px 0; }
  .order-box {
    padding: 30px 0 40px; }
  .title-text {
    margin-bottom: 30px; }
  .order-form .cake {
    display: none; }
  .order-form {
    padding: 20px; }
    .order-form .btn {
      width: 100%; }
  .main {
    padding-bottom: 20px; }
    .main .proposal-box {
      padding: 20px 0; }
  .main .proposal-box .proposal-item .text {
    padding: 20px; }
  .main .proposal-box .proposal-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .main .proposal-box .proposal-item .text {
      width: 100%; }
    .main .proposal-box .proposal-item .img-box {
      width: 100%; }
  .content-text {
    padding-bottom: 0; } }

@media (max-width: 577px) {
  .nav-tabs {
    margin: 0 -5px 20px; }
  .nav-tabs .nav-item {
    padding: 0 5px;
    width: 50%; }
    .nav-tabs .nav-item .nav-link {
      width: 100%; }
  .proposal-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .proposal-item .text {
      width: 100%; }
    .proposal-item .img-box {
      width: 100%; }
  .proposal-item .title {
    font-size: 20px;
    margin-bottom: 15px; }
  .about-box .text {
    padding-top: 40px;
    background-position: right bottom; }
  .order-box {
    padding-bottom: 15px; }
  .hero .title {
    font-size: 30px;
    line-height: 40px; }
  .hero span {
    font-size: 30px; }
  .text-box .top-title {
    margin-bottom: 20px; }
  .navigation .contact a {
    display: block;
    margin: 0; } }

.content-text h1.headline {
	margin-top: 45px;
}




#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
.modal_close{cursor: pointer; width: 24px; float: right; padding-right: 10px; margin-top: -10px;}

#make-mes, #make-call {
	//position: absolute;
	//z-index: 1000000;
	width: 320px;
	padding: 25px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#make-mes h3, #make-call h3 {
  display: inline-block;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  color: #EA5628;
  background: #ffffff;
  padding: 0 23px;
  font-size: 20px;
  position: relative;
  left: -20px;
  margin-bottom: 15px;
}

.make-order-input {
	width: 160px;
	height: 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #C8C8C8;
	padding: 0 10px;
	margin: 1px 0 1px 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;

}
.make-order-input:focus {
	border-color: #EA5628;
	box-shadow: 0 0 10px rgba(0,204,255,0.3);
}

.make-order-input1 {
	width: 160px;
	height: 64px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #C8C8C8;
	padding: 0 10px;
	margin: 1px 0 1px 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;

}
.make-order-input1:focus {
	border-color: #EA5628;
	box-shadow: 0 0 10px rgba(0,204,255,0.3);
}

.form-sub {
	padding: 12px;
	color: #fff;
	text-align: center;
	border: 0px;
	padding-left: 15px;
	padding-right: 15px;
  	font-size: 14px;
	//font-weight: bold;
	margin-top: 8px;
	background-color: #EA5628;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
}

.modal {
  background: rgba(33, 62, 102, 0.54);
  display: none;
  position: fixed;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.modal.fade-in {
  opacity: 1;
}
.modal.fade-in .modal-content {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-content {
  background: #fff;
  -webkit-box-shadow: 0 0 49px #54122E;
  -moz-box-shadow: 0 0 49px #54122E;
  -o-box-shadow: 0 0 49px #54122E;
  box-shadow: 0 0 49px #54122E;
  margin: 100px auto;
  padding: 20px 25px;
  position: relative;
  width: 360px;
  font-size: 24px;
  border: 6px solid #54122E;
  text-align: center;
  z-index: 8000;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.tform {
	
}

.tform td{
	vertical-align: middle;
	padding: 5px;
}