body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 13pt;
    /*color: #939393;*/
}

A:link,
A:visited {
    font-family: Roboto, sans-serif;
    font-size: 11pt;
    outline: none;
    text-decoration: underline;
    /* color: #f37f60; */
    color: #003eaa;
}

.header-w A:visited,
.header-w A:link {
    color: #fff;
}

A:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0 0;
    line-height: 150%;
}

ul {
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 25px;
}

ul li {
    padding-bottom: 5px;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border-bottom: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.wp {
    width: auto;
    max-width: 1900px;
    _width: 1900px;
    padding: 0 10px;
}

.wp-small {
    width: auto;
    max-width: 1250px;
    _width: 1250px;
    padding: 0 15px;
}

.ma {
    margin-right: auto;
    margin-left: auto;
}

.header {
    width: 100%;
    position: relative;
    z-index: 3;
}

.header-inner {
    width: 100%;
    position: relative;
    z-index: 2;
}

.header-sep {
    position: absolute;
    left: 0;
    top: 91px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #e7eae7;
}

.header-w div.header-sep {
    display: none;
}

.logo {
    float: left;
    padding: 20px 50px 0 30px;
}

.header-b div.logo {
    background-color: #fff;
}

.logo A:link,
.logo A:visited {
    display: block;
    width: auto;
    max-width: 241px;
    _width: 241px;
}

.logo img {
    width: 100%;
    background-color: rgb(255 255 255 / 0%);
    padding: 15px;
    border-radius: 15px;
}

.header-R {
    position: relative;
    float: right;
    padding-right: 50px;
}

.header-R::before {
    content: ' ';
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 40px;
    top: 35px;
    z-index: 50;
}

.pull-wp {
    display: none;
    float: right;
    padding: 15px 0 0 15px;
}

A#pull:link,
A#pull:visited {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/pull.png) center center no-repeat rgba(243, 127, 96, 0.9);
    padding: 15px;
}

.top-menu {
    position: relative;
    float: right;
    height: 60px;
    padding-top: 45px;
    z-index: 100;
}

.tm-main {
    float: right;
    padding-left: 35px;
}

.tm-item-order img {
    height: 60px;
    margin-top: -20px;
}

.tm-link:link,
.tm-link:visited {
    text-decoration: none;
}

.header-w div.tm-item A.tm-link:link,
.header-w div.tm-item A.tm-link:visited {
    color: #fff;
}

.header-b div.tm-item A.tm-link:link,
.header-b div.tm-item A.tm-link:visited {
    color: #1d1d1d;
}

.header-w div.tm-item A.tm-link:hover,
.header-b div.tm-item A.tm-link:hover,
.tm-itemS A.tm-link:link,
.tm-itemS A.tm-link:visited {
    color: #c6e283;
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
    clear: right;
    width: 100%;
}

a.news-link {
    color: #e5ffa8;
    font-weight: bold;
    text-shadow: black 1px 1px;
    font-size: 14pt;
    margin: 10px 0 0;
    display: block;
    text-decoration: underline;
}

.header-phone a:link,
.header-phone a:visited {
    position: relative;
    float: right;
    padding-left: 40px;
    /* background: url(../images/icon-phone.png) no-repeat 11px 1px; */
    font-size: 14pt;
    text-decoration: none;
}

.header-phone a::before {
    content: ' ';
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    background: url(../images/icon-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.header-address {
    float: right;
    padding-right: 55px;
    font-size: 13pt;
    font-style: italic;
}

.header-socials {
    display: flex;
    align-items: center;
    column-gap: 10px;
    float: right;
    /* padding-right: 45px; */
}

.header-socials a {
    display: inline-block;
    text-decoration: none;
}

.header-socials img {
    backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0) scale(1);
    transition: transform 0.5s;
}

.header-socials a:hover img {
    transform: scale(1.05);
}

.header-w div.header-address,
.header-w div.header-phone {
    color: #fff;
}

.header-b div.header-address {
    /*color: #1D1D1D;*/
    color: #000000;
}

.header-b div.header-phone {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* column-gap: 20px; */
    /*color: #ABBD81;*/
    color: #000000;
}

.pull-menu {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 10;
}

.pull-menu A:link,
.pull-menu A:visited {
    display: block;
    text-align: right;
    padding: 10px 15px 10px 5px;
    background: rgba(48, 48, 48, 0.9);
    border-bottom: 1px solid #c3c3c3;
    text-decoration: none;
    color: #fff;
}

.pull-menu A:hover {
    background: rgba(0, 0, 0, 0.7);
}

.footer {
    /* background-color: #0087BF; */
    background-color: rgb(0 0 0 / 15%);
    padding: 30px 15px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    font-size: 8pt;
    color: #000;
    font-family: Verdana;
}

.footer-logo {
    text-align: center;
    padding-bottom: 30px;
}

.footer A:link,
.footer A:visited {
    color: #000;
    font-size: 8pt;
    font-family: Verdana;
}

.ft-block,
.ft-inner {
    float: left;
}

.ft-order img {
    height: 40px;
}

.order-mobile {
    display: none !important;
}

.ft-lbl {
    display: block;
    padding: 15px 0 20px;
    text-transform: uppercase;
    font-size: 8pt;
    color: #000;
    font-weight: bold;
}

.ft-sitemap,
.ft-products {
    padding-right: 100px;
}

.ft-inner div {
    clear: left;
    float: left;
    padding: 3px 0;
}

.ft-block A:link,
.ft-block A:visited {
    text-decoration: none;
}

.ft-block A:hover {
    color: #ffa366;
}

.ft-copyright {
    float: right;
}

.ft-copyright div.ft-inner {
    padding: 41px 0 0 50px;
}

.ft-copyright div.ft-inner div {
    padding-top: 8px;
}

.footer-m {
    display: none;
    width: 100%;
    background-color: #f37f60;
    border-top: 1px solid #ddd;
    padding: 10px 0 5px;
    color: #fff;
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 7pt;
}

.footer-m-inner {
    padding-top: 7px;
}

.footer-item {
    padding: 0 0 5px 10px;
}

.footer-item A:link,
.footer-item A:visited {
    color: #f4f4f4;
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 7pt;
}

.clear {
    display: block;
    clear: both;
}

.home {
    width: 100%;
    padding-top: 740px;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}

.welcome {
    margin: 0;
    padding: 0 0 20px;
    color: #1d1d1d;
    font-size: 28pt;
    line-height: 100%;
    font-weight: bold;
}

.home-txt {
    width: auto;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: 300;
    font-size: 15pt;
    max-width: 860px;
    _width: 860px;
}

.home-products {
    width: 100%;
    padding-top: 50px;
}

.hp-block {
    float: left;
    width: 50%;
    color: #fff;
}

.hp-main A:link,
.hp-main A:visited {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.hp-main span.hp-block-wp {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hp-main span.hp-block-active {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.hp-main A:hover span.hp-block-active {
    display: block;
}

.hp-main span {
    display: block;
    cursor: pointer;
}

.hp-block-1 {
    background-color: #0060df;
}

.hp-block-2 {
    background-color: #003eaa;
}

.hp-block-3 {
    background-color: #0060df;
}

.hp-block-4 {
    background-color: #003eaa;
}

.hp-block-1 span.hp-img,
.hp-block-2 span.hp-img {
    float: right;
}

.hp-img img {
    width: 100%;
}

.hp-txt-inner {
    padding: 10%;
}

.hp-main span.hp-ttl {
    padding: 0 0 10px;
    margin: 0;
    font-size: 26pt;
    font-weight: bold;
}

.hp-main span.hp-txt {
    padding-top: 10px;
    line-height: 150%;
    font-size: 14pt;
    font-weight: 300;
}

.data-sep {
    width: 139px;
    height: 9px;
    background: url(../images/data-sep.jpg) no-repeat;
    margin-top: 20px;
    margin-bottom: 30px;
}

.testimonials-wp {
    width: 100%;
    padding-top: 30px;
}

.testimonials {
    width: auto;
    max-width: 920px;
    _width: 920px;
    padding-top: 15px;
}

.t-txt {
    width: 100%;
    line-height: 150%;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    font-size: 15pt;
}

.testimonials-wp div.t-txt {
    margin-top: 30px;
}

.t-img {
    width: 78px;
    height: 78px;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.t-img-1 {
    background-image: url(../images/testimonials/sample-1.jpg);
}

.t-img-2 {
    background-image: url(../images/testimonials/sample-2.jpg);
}

.t-img-3 {
    background-image: url(../images/testimonials/sample-3.jpg);
}

.slider-t-item div.t-img {
    margin-top: 30px;
}

.t-name {
    padding-top: 15px;
    font-weight: bold;
}

.content {
    height: auto;
    min-height: 500px;
    _height: 500px;
}

.block-ttl {
    font-size: 30pt;
    text-transform: uppercase;
    margin: 10px 0 0;
    padding: 0 15px 30px;
    color: #1d1d1d;
    font-weight: normal;
    text-align: center;
}

.inner-txt {
    text-align: center;
    width: auto;
    max-width: 900px;
    _width: 900px;
}

.cakes-bg {
    width: 100%;
    height: 373px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.cakes-bg div {
    width: auto;
    min-width: 1920px;
    _width: 1920px;
}

.cakes-bg img {
    width: 100%;
}

.cakes-wp {
    position: relative;
    z-index: 2;
}

.cakes-header {
    position: relative;
    width: 100%;
    height: 170px;
}

.cakes-ttl {
    float: left;
    padding-left: 15%;
    text-shadow: 1px 1px black, 1px 1px 5px black;
}

.cttl-main {
    margin: 0;
    padding: 0;
    font-size: 45pt;
    color: #fff;
    font-weight: 300;
}

.cttl-sub {
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 35pt;
    color: #e8e8e7;
    font-weight: 200;
    text-transform: uppercase;
}

.cttl-sub A:link,
.cttl-sub A:visited {
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 35pt;
    color: #e8e8e7;
    font-weight: 200;
    text-transform: uppercase;
    text-decoration: none;
}

.cttl-sub A.active:link,
.cttl-sub A.active:visited {
    text-decoration: underline;
}

.cake-menu-wrapper {
    position: relative;
    z-index: 10;
}

.cake-menu-wp {
}

.cake-menu {
    float: right;
    padding-right: 10px;
}

.cake-menu A:link,
.cake-menu A:visited {
    display: block;
    /*padding: 15px 20px;*/
    padding: 20px 30px;
    text-decoration: none;
    color: #fff;
}

/*   .cake-menu-1 A:link, .cake-menu-1 A:visited{
    border: 7px solid #6D508D;
    background-color: rgba(109, 80, 141, 0.6);
  
  }
  
  .cake-menu-1 A:hover, .cake-menu-1 A.active:link, .cake-menu-1 A.active:visited{
    background-color: #6D508D;
  
  }
  
  .cake-menu-2 A:link, .cake-menu-2 A:visited{
    border: 7px solid #D65D65;
    background-color: rgba(214, 93, 101, 0.6);
  }
  
  .cake-menu-2 A:hover, .cake-menu-2 A.active:link, .cake-menu-2 A.active:visited{
    background-color: #D65D65;
  }
  
  .cake-menu-3 A:link, .cake-menu-3 A:visited{
    border: 7px solid #924F7D;
    background-color: rgba(146, 79, 125, 0.6);
  }
  
  .cake-menu-3 A:hover, .cake-menu-3 A.active:link, .cake-menu-3 A.active:visited{
    background-color: #924F7D;
  }
  
  .cake-menu-4 A:link, .cake-menu-4 A:visited{
    border: 7px solid #DB7357;
    background-color: rgba(243, 127, 96, 0.6);
  }
  
  .cake-menu-4 A:hover, .cake-menu-4 A.active:link, .cake-menu-4 A.active:visited{
    background-color: #DB7357;
  } */

.cake-menu-1 A:link,
.cake-menu-1 A:visited {
    border-color: #364750;
    background-color: rgb(0 0 0 / 60%);
}

.cake-menu-1 A:hover,
.cake-menu-1 A.active:link,
.cake-menu-1 A.active:visited {
    background-color: rgb(0 0 0 / 80%);
}

.cake-menu-2 A:link,
.cake-menu-2 A:visited {
    border-color: #364750;
    background-color: rgb(0 0 0 / 60%);
}

.cake-menu-2 A:hover,
.cake-menu-2 A.active:link,
.cake-menu-2 A.active:visited {
    background-color: rgb(0 0 0 / 80%);
}

.cake-menu-3 A:link,
.cake-menu-3 A:visited {
    border-color: #364750;
    background-color: rgb(0 0 0 / 60%);
}

.cake-menu-3 A:hover,
.cake-menu-3 A.active:link,
.cake-menu-3 A.active:visited {
    background-color: rgb(0 0 0 / 80%);
}

.cake-menu-4 A:link,
.cake-menu-4 A:visited {
    border-color: #364750;
    background-color: rgb(0 0 0 / 60%);
}

.cake-menu-4 A:hover,
.cake-menu-4 A.active:link,
.cake-menu-4 A.active:visited {
    background-color: rgb(0 0 0 / 80%);
}

.category-ttl {
    padding: 50px 0 20px;
    font-size: 30pt;
    color: #1d1d1d;
}

.category-txt {
    width: auto;
    max-width: 900px;
    _width: 900px;
}

.cake-thumbs {
    width: 100%;
    margin-top: 25px;
}

.cth-item {
    float: left;
    width: 99.6%;
    padding: 0.2%;
}

.cth-caption {
    display: none;
}

.lg-slide h2 {
    margin: 0;
    padding: 30px 0 0;
    font-weight: normal;
    font-size: 18pt;
    color: #fff;
}

.lg-slide p {
    white-space: normal;
    width: auto;
    max-width: 600px;
    _width: 600px;
    color: #fff;
    font-family: Verdana;
    font-style: italic;
    font-size: 9pt;
}

.cth-item A:link,
.cth-item A:visited {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #d0c1a1;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.cth-item span {
    cursor: pointer;
    display: block;
}

.cth-item img {
    width: 100%;
}

.cth-item span.cth-wp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92%;
    padding: 2%;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateY(1);
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    opacity: 0;
}

.cth-item span.cth-data {
    vertical-align: middle;
    padding: 0 3%;
    border: 1px solid #e1e3e0;
    color: #fff;
    transform: translateY(1);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    opacity: 0;
}

.cth-item span.cth-ttl {
    padding-bottom: 20px;
    font-size: 16pt;
}

.cth-item span.cth-txt {
    font-size: 10pt;
    line-height: 150%;
    font-style: italic;
}

.cth-item A:hover span.cth-wp {
    opacity: 1;
    left: 2%;
    bottom: 2%;
}

.cth-item A:hover span.cth-data {
    opacity: 1;
    padding: 3%;
    border: 1px solid #e1e3e0;
}

#menu:link,
#menu:visited {
    display: none;
    padding: 8px 20px 0 45px;
    background: url(../images/pull.png) 10px 11px no-repeat #f37f60;
    color: #fff;
    font-size: 14pt;
    height: auto;
    min-height: 35px;
    _height: 35px;
    text-decoration: none;
    clear: both;
}

.cakes-slide-menu {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 10;
    top: 44px;
}

.cakes-slide-menu A:link,
.cakes-slide-menu A:visited {
    display: block;
    text-align: left;
    padding: 10px 15px 10px 5px;
    background: rgba(48, 48, 48, 0.9);
    border-bottom: 1px solid #c3c3c3;
    text-decoration: none;
    color: #fff;
}

.cakes-slide-menu A:hover {
    background: rgba(0, 0, 0, 0.7);
}

.not-found {
    text-align: center;
    padding-top: 100px;
    font-style: italic;
    font-size: 14pt;
    color: #ff0000;
}

@media screen and (max-width: 1400px) {
    .cakes-ttl {
        padding-left: 5%;
    }
}

@media screen and (max-width: 1210px) {
    .cake-menu A:link,
    .cake-menu A:visited,
    .cttl-sub {
        padding: 10px 15px;
    }

    .cttl-main {
        font-size: 40pt;
    }

    .cttl-sub a:link,
    a:visited {
        font-size: 30pt;
    }
}

@media screen and (max-width: 1110px) {
    .ft-sitemap,
    .ft-products {
        padding-right: 50px;
    }
    #menu:link,
    #menu:visited {
        display: block;
    }
    .cake-menu {
        display: none;
    }
}

@media (max-width: 1085px) {
    .hp-main {
        width: 100%;
    }

    .logo {
        padding: 15px 0 0 15px;
        width: 200px;
    }
    .header-R {
        padding-right: 15px;
    }
    .header-R::before {
        content: none;
    }
}

@media screen and (max-width: 930px) {
    .pull-wp {
        display: block;
    }
    .top-menu,
    .header-address {
        display: none;
    }
    .header-contacts {
        clear: none;
        width: auto;
        float: right;
        padding: 30px 20px 0 0;
    }
    .cakes-ttl {
        padding-left: 15px;
    }

    .order-mobile {
        display: block !important;
        float: left;
        width: 150px;
        margin-top: 25px;
    }

    .header-sep {
        top: 121px;
        width: auto;
        right: 0;
        left: 230px;
    }
}

@media screen and (max-width: 860px) {
    .ft-block,
    .ft-copyright {
        display: none;
    }
    .footer-m {
        display: block;
    }
}

@media screen and (max-width: 760px) {
    .home {
        padding-top: 680px;
    }

    .header-socials {
        padding-right: 0;
    }

    .cttl-main {
        font-size: 30pt;
    }

    .cttl-sub a:link,
    a:visited,
    .cttl-sub {
        font-size: 23pt;
    }
}

@media (max-width: 700px) {
    .header-phone {
        font-size: 12pt;
        padding-left: 0;
        background: none;
    }

    a.news-link {
        font-size: 12pt;
    }

    /* .header-socials {
        padding-right: 20px;
    } */

    .header-socials a {
        margin-right: 5px;
    }
}

@media screen and (max-width: 660px) {
    .home {
        padding-top: 580px;
    }
}

@media (max-width: 620px) {
    .header-phone {
        float: none;
        margin-bottom: 10px;
    }

    .header-R {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .header-contacts {
        padding: 20px 0 0 0;
    }

    .header-socials {
        float: none;
    }

    .header-sep {
        top: 141px;
    }
}

@media screen and (max-width: 570px) {
    .header-contacts {
        clear: right;
        width: 100%;
        padding-right: 0;
        flex-direction: column;
        align-items: flex-end;
    }
    .hp-sub {
        width: 100%;
    }
    .header-sep {
        display: none;
    }
    .header-inner {
        height: 185px;
    }
    .cakes-header {
        padding-top: 55px;
    }
    .home {
        padding-top: 470px;
    }
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 470px) {
    .home {
        padding-top: 330px;
    }
}

@media (max-width: 430px) {
    a.order-mobile {
        max-width: 150px !important;
    }
    .logo {
        width: 170px;
    }
    /* .header-phone {
        position: absolute;
        width: 200px;
        right: -24px;
    }

    .header-socials {
        position: absolute;
        top: 160px;
        width: 70px;
        right: 0;
    } */

    .header-phone {
        font-size: 10pt;
    }

    a.news-link {
        font-size: 10pt;
    }
}

@media screen and (max-width: 360px) {
    a.order-mobile {
        max-width: 110px !important;
    }

    .cttl-main {
        font-size: 20pt;
    }

    .cttl-sub a:link,
    a:visited,
    .cttl-sub {
        font-size: 15pt;
    }
    .home {
        padding-top: 220px;
    }
}

span.hp-img {
    height: 481px;
    overflow: hidden;
}

span.hp-img img {
    width: auto;
    height: 481px;
}

.item-grid {
    display: grid;
    margin-top: 20px;
    padding: 0 2vw 0 2vw;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 2vw;
}

.item-grid > div {
    height: 300px;
}

.item-grid .cth-item A:link {
    background: none;
    border: 1px solid black;
}
