@import "../styles/fonts.css" screen;
*{margin:0;padding:0}
body,input,select,select option,textarea{font-family:arial,sans-serif;font-size:14px;}
html{height:100%;background: #f0f2fa;}
body{min-height:100%;line-height:1.4;color:#000}
img{border:0}
button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner{border:none;}
select:focus,input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none}
select option{padding-left:3px;}
table{border-collapse:collapse}
a:link,a:visited{color:#000;text-decoration:underline}
a:hover{color:#000;text-decoration:none}
.cfx{zoom:1}
.cfx:after{content:' ';clear:both;display:block;width:0;height:0;overflow:hidden;font-size:0}


html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
  }

.Main {max-width: 1920px;width: 100%;margin: 0 auto;overflow: hidden;position: relative;}

.Header {background: url('../images/main-header.jpg') center top no-repeat;width: 100%;height: 634px;position: relative;/* padding: 0 15px; */}
.Lang {width: 51px;height: 51px;position: absolute;top: 30px;right: 118px;z-index: 2;}
.Lang a {width: 51px;height: 51px;display: block;background: #000;color: #ffffff;font-family: "MontserratM";font-size: 20px;line-height: 51px;text-transform: uppercase;letter-spacing: 1px;text-decoration: none;text-align: center;}
.Lang a:hover {background: #f0596b;/* color: #000; */}

.Menu {width: 38px;height: 51px;position: absolute;right: 44px;top: 40px;z-index: 2;}
.Menu a span {display: block;height: 6px;width: 100%;background: #000;border-radius: 4px;}
.Menu a span+span {margin-top: 6px;}
.Menu a:hover span {background: #fff;} 
.Logo {position: absolute;top: 0;left: 0;right: 0;text-align: center;padding: 121px 15px 0;z-index: 1;}
.Logo img {max-width: 100%;}

.Block1 {
    padding: 0 15px;
}
.Block1>.HD {font-size: 36px; line-height: 46px; font-family: "Montserrat Light";  text-align: center; margin-top: 62px;}
.Block1>.HD>b {font-family: "Montserrat - Bold"; letter-spacing: 1.8px;}
.Block1>.in {max-width: 1390px;text-align: center;margin: 53px auto 0;}
.Block1>.in>.E {display:inline-block;*display:inline;zoom:1;vertical-align:top;max-width: 433px;text-align: center;background: #fff;margin: 0 10px;box-shadow: 0 0 10px #d2d0d0;margin-bottom: 52px;height: 680px;position: relative;}
.Block1>.in>.E>.img {}
.Block1>.in>.E>.img img {max-width: 100%;}
.Block1>.in>.E>.title {
    color: #000000;
    font-family: MontserratM;
    font-size: 32px;
    line-height: 32px;
    margin-top: 30px;
    background: url('../images/poloska.png') center bottom no-repeat;
    padding: 0 15px 20px;
    margin-bottom: 15px;
    /* height: 85px; */
    }
.Block1>.in>.E>.text {font-family: "Lato Light";line-height: 27px;font-size: 22px;padding: 0 15px;}

/* .Block1>.in>.E1 { height: 648px; } */


a.btn {
    width: 261px;
    height: 61px;
    color: #f0596b;
    font-family: "Montserrat - Semi Bold";
    font-size: 20px;
    line-height: 61px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #f0596b;
    display: block;
    text-align: center;
    margin: 40px auto 30px;
    text-decoration: none;
    border-radius: 3px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}
a.btn:hover {
    background: #f0596b;
    color: #fff;
}






.Block2 {background: url('../images/foot-bg.jpg') center top no-repeat;width: 100%;height: 573px;}
.Block2>.in {text-align: center; max-width: 740px; margin: 0 auto;}
.Block2>.in>.Logofoot {
    padding-top: 15px;
}
.Block2>.in>.text {
    margin-top: -9px;
    padding: 0 15px;
}
.Block2>.in>.text p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Lato - Regular";
    padding-bottom: 13px;
}

a.btn2 {
    color: #ffffff;
    font-family: "Lato - Semibold Italic";
    font-size: 24px;
    line-height: 57px;
    width: 406px;
    height: 61px;
    border-radius: 1px;
    border: 2px solid #f24466;
    display: block;
    margin: 10px auto 0;
    text-decoration: none;
}

a.btn2:hover {
    background: #f24466;
    color: #fff;
}

.Foot1 {background: #f24466;width: 100%;padding: 46px 0px;}
.Foot1>.hd {
    color: #ffffff;
    font-family: 'Montserrat - Bold';
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 35px;
    padding: 0 15px;
}
a.btnblack {
    width: 251px;
    height: 71px;
    background: #272730;
    color: #f0596b;
    font-family: "Montserrat - Semi Bold";
    font-size: 20px;
    font-weight: 400;
    line-height: 71px;
    text-transform: uppercase;
    /* Text style for "GET IN TOU" */
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
a.btnblack:hover {background: #000;}

.Foot2 {background: #272730;padding: 50px 30px 50px;/* text-align: center; */}
.Foot2>.copy {
    float: left;
    color: #cdcfd0;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.23px;
    padding-top: 5px;
    margin-top: -34px;
}
.Foot2>.footmenu {
    text-align: center;
    margin: 0 auto;
    width: 548px;
    /* display: inline-block; */
}
.Foot2>.footmenu>ul {}
.Foot2>.footmenu>ul>li {display:inline-block;*display:inline;zoom:1;vertical-align:top;padding: 0 10px;}
.Foot2>.footmenu>ul>li+li:before {content: "|";color: #fff;font-size: 22px;font-family: Montserrat;padding-right: 20px;}
.Foot2>.footmenu>ul>li a {
    color: #ffffff;
    font-family: MontserratM;
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    text-decoration: none;
}
.Foot2>.footmenu>ul>li a:hover {
    color: #f24466;
    text-decoration: none;
}

.Foot2>.socnet {margin-top: -47px;float: right;}
.Foot2>.socnet>.e {display:inline-block;*display:inline;zoom:1;vertical-align:top;}
.Foot2>.socnet>.e a { display: block; width: 56px;height: 56px; text-indent: -9999px;}
.Foot2>.socnet>.fc a {background: url('../images/svg/social-icon-FB-gray.svg') center top no-repeat;}
.Foot2>.socnet>.fc a:hover { background: url('../images/svg/social-icon-FB-pink.svg') center top no-repeat;cursor: pointer;} 
.Foot2>.socnet>.in a {background: url('../images/svg/social-icon-Instagram-gray.svg') center top no-repeat;} 
.Foot2>.socnet>.in a:hover { background: url('../images/svg/social-icon-Instagram-pink.svg') center top no-repeat;cursor: pointer;}


.fullNavOverlay {
    background: rgb(0, 0, 0, 0.85);
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.nav-menu {
    display: block;
    margin-left: -201px;
    position: absolute;
    left: 50%;
    top: 10%;
    width: 403px;
    z-index: 101;
    /* left: 0; */
    /* right: 0; */
}
.fullNavOverlay>.close {
    background: url('../images/close.png') center top no-repeat;
    width: 84px;
    height: 85px;
    position: absolute;
    top: 40px;
    right: 40px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    text-indent: -9999px;

}
.nav-menu>ul  {list-style: none;text-align: center;}
.nav-menu>ul>li  { /* padding: 15px 0; *//* margin-bottom: 15px; */}
.nav-menu>ul>li + li {border-top: 2px solid #d43e4f;}
.nav-menu>ul>li>a {
    color: #ffffff;
    font-family: MontserratM;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 4.52px;
    text-decoration: none;
    display: block;
    padding: 15px 0;
   }

.nav-menu>ul>li>a:hover {background: #f0596b; }
.nav-menu>ul>li>ul {
    margin-top: 0px;
    list-style: none;
}
.nav-menu>ul>li>ul>li {}
.nav-menu>ul>li>ul>li a {
    font-family: MontserratM;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1.8px;
    display: block;
    padding: 10px;
}
.nav-menu>ul>li>ul>li a:hover {background: #f0596b;}

.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-gap: 1.5em;
-webkit-column-gap: 1.5em;
column-gap: 1.5em;
}

.masonry2 {
    /* padding-left: 45px !important; */
}


.Desserts {max-width: 1170px;margin: 90px auto 110px;padding: 0 15px;text-align: center;}
.Desserts>.E {
    width: 535px;
    margin-bottom: 65px;
    display:inline-block;*
    display:inline;
    zoom:1;
    /* vertical-align:top; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* width: 100%; */
}

.size {width: 535px;}

.Desserts>.E1 {box-shadow: 0 0 10px #d2d0d0;text-align: center;padding-bottom: 70px;background: #fff;}
.Desserts>.E>.Img {}
.Desserts>.E>.Img img {max-width: 100%;}
.Desserts>.E>.HD { margin-top: 35px; color: #000000; font-family: 'MontserratM'; font-size: 32px; line-height: 36px; text-align: center; padding: 0 55px; }
.Desserts>.E>.HD2 {color: #f0596b;font-family: "Lato - Semibold";font-size: 18px;font-weight: 400;letter-spacing: 0.9px;line-height: 27px;margin-top: 0px;padding: 0 55px;text-transform: uppercase;}
.Desserts>.E>.desc {font-family: "Lato Light";font-weight: 300;line-height: 27px;color: #6d6e71;font-size: 22px;margin-top: 29px;padding: 0 55px;}
.Desserts>.E>.desc2 {font-family: "Lato - Regular";line-height: 27px;color: #6d6e71;font-size: 22px;margin-top: 25px; font-style: italic; }


.Desserts>.Info {}
.Desserts>.Info>.HD {color: #000000;font-family: 'Montserrat - Bold';font-size: 36px;line-height: 46px;text-transform: uppercase;letter-spacing: 1.8px;background: url('../images/poloska2.png') left bottom no-repeat;margin-bottom: 20px;text-align: left;padding: 0 0 25px;}
.Desserts>.Info>p {color: #6d6e71;font-family: "Open Sans";font-size: 18px;font-weight: 400;line-height: 24px;text-transform: uppercase;letter-spacing: 0.9px;text-align: left;}






.Desserts>.Info2 {text-align: center;padding: 30px 0;}
.Desserts>.Info2>.HD1 {color: #303338;font-family: 'GeorgiaI';font-size: 45px;font-style: italic;line-height: 58px;margin-bottom: 25px;}
.Desserts>.Info2>.img {text-align: center;}
.Desserts>.Info2>.HD2 {color: #6d6e71;font-family: "Open Sans";font-size: 18px;font-weight: 400;line-height: 24px;text-transform: uppercase;letter-spacing: 0.9px;margin-top: 25px;padding: 0 15px;}

.Header2 {background: url('../images/header2.jpg') center top no-repeat;height: 640px; }
.Header2>.in {max-width: 700px;margin: 0 auto 0;text-align: center;padding-top: 50px;}
.Header2>.in>.text {/* margin-top: 10px; */}
.Header2>.in>.text>.HD {margin-bottom: 13px;color: #fff;font-family: "Lato - Semibold Italic";font-size: 36px;font-weight: 600;}
.Header2>.in>.text>p {color: #fff;font-family: "Lato - Regular";font-weight: 400;font-size: 24px;line-height: 27px;padding-bottom: 15px;}


.About { margin: 85px auto 0; max-width: 820px; text-align: center; padding: 0 15px  110px; }
.About>.HD {text-align: center;color: #000000;font-family: 'Montserrat - Bold';font-size: 36px;line-height: 46px;text-transform: uppercase;letter-spacing: 1.8px;background: url('../images/poloska2.png') center bottom no-repeat;padding-bottom: 20px;margin-bottom: 40px;}
.About>.desc {font-family: "Lato Light";font-size: 22px;line-height: 27px;color: #6d6e71;margin-bottom: 40px;}
.About>.text {
    margin-bottom: 45px;
}
.About>.text>.hd {color: #000000;font-family: MontserratM;font-size: 32px;line-height: 36px;margin-bottom: 5px;}
.About>.text>p {color: #6d6e71; font-family: "Lato Light"; font-size: 22px; line-height: 27px;}
.About>.text>p span {color: #f0596b; font-family: "Lato - Semibold";}
.About>.text>p  a {color: #f0596b; font-family: "Lato - Semibold"; text-decoration: none;}
.About>.text>p  a:hover {text-decoration: underline;}

.About>.Img { margin-bottom: 60px; }
.About>.Img img {max-width: 100%;}
.Partner {background: #fff;padding: 25px;text-align: center;}
.Partner>img {display:inline-block;*display:inline;zoom:1;vertical-align:top;margin: 0 5px 10px;}

.Map {font-size: 0;}
.Contacts {background: #fff;height: 181px;}
.Contacts>.in {text-align: center;padding: 0 15px;display: table;margin: 0 auto;}
.Contacts>.in>.E {/* display:inline-block; */*display:inline;zoom:1;vertical-align:top;padding-top: 55px;padding-bottom: 36px;display: table-cell;padding-left: 20px;padding-right: 20px;}
.Contacts>.in>.E1 {width: 268px;}
.Contacts>.in>.E2 {width: 345px;/* padding-left: 20px; *//* padding-right: 20px; */border-left: 1px solid #f5f6f8;border-right: 1px solid #f5f6f8;}
.Contacts>.in>.E3 {width: 335px;}
.Contacts>.in>.E>.img {float: left;margin-right: 23px;}
.Contacts>.in>.E>.text {/* width: 196px; */text-align: left;overflow: hidden;color: #6d6e71;font-family: "Lato Light";font-size: 20px;line-height: 30px;}

.Forma {max-width: 700px;text-align: center;margin: 0 auto;padding: 0 15px 80px;}
.Forma>.hd {color: #000000; font-family: 'Montserrat - Bold'; font-size: 36px; font-weight: 700; line-height: 46px; text-transform: uppercase; letter-spacing: 1.8px; text-align: center; margin-top: 60px; }
.Forma>.hd2 {color: #000000;font-family: 'Montserrat';font-size: 27px;line-height: 40px;/* text-transform: uppercase; */letter-spacing: 1.8px;text-align: center;margin-top: 20px;margin-bottom: 50px;/* font-style: italic; */}

.Forma>form {}
.Forma>form>.in>.e {margin-bottom: 42px;}
.Forma>form>.in>.e>input {width: 80%;height: 61px;background: #fff;border: 1px solid #c3c5cc;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color: #959699;font-family: "Lato - Bold";font-size: 17px;line-height: 27px;/* text-transform: uppercase; */letter-spacing: 1.27px;text-align: center;padding: 0 15px;/* font-style: italic; */}
.Forma>form>.in>.e>input::-webkit-input-placeholder {color:#959699;}
.Forma>form>.in>.e>input::-moz-placeholder          {color:#959699;}
.Forma>form>.in>.e>input:-moz-placeholder           {color:#959699;}
.Forma>form>.in>.e>input:-ms-input-placeholder      {color:#959699;}

.Forma>form>.in>.e1>input {width: 50%; }
.Forma>form>.in>.e>textarea {width: 100%;height: 186px;background: #fff;border: 1px solid #c3c5cc;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color: #959699;font-family: "Lato - Bold";font-size: 17px;line-height: 27px;/* text-transform: uppercase; */letter-spacing: 1.27px;text-align: center;padding: 15px;}
.Forma>form>.in>.e>textarea::-webkit-input-placeholder {color:#959699;}
.Forma>form>.in>.e>textarea::-moz-placeholder          {color:#959699;}
.Forma>form>.in>.e>textarea:-moz-placeholder           {color:#959699;}
.Forma>form>.in>.e>textarea:-ms-input-placeholder      {color:#959699;}

.Forma>form>.Submit {}
.Forma>form>.Submit>button {width: 249px; height: 61px; border:none ; background: #f0596b; line-height: 61px;
    color: #ffffff; font-family: "Montserrat - Semi Bold"; font-size: 20px; text-transform: uppercase; letter-spacing: 1px; text-align: center;}
    .Forma>form>.Submit>button:hover {background: #fff; border: 1px solid #f0596b; color: #f0596b; cursor: pointer; }




p.success { font-size: 30px; color: red;}

.Desserts>.Info3 {display: none;}


.Cakes {
    
    max-width: 1555px;
    margin: 90px auto 110px;
    padding: 0 15px;
    
}
.Cakes>.HD {
    text-align: center;
    color: #000000;
    font-family: 'Montserrat - Bold';
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    background: url('../images/poloska2.png') center bottom no-repeat;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.Cakes>.desc {
    font-family: 'Open Sans', sans-serif; 
    font-size: 18px;
    line-height: 24px;
    color: #6d6e71;
    text-align: center;
    max-width: 890px;
    text-transform: uppercase;
    margin: 0 auto 70px;
}





.Cakes .in {
    margin: 0 -1.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}



.Cakes .E {
    /* max-width: 481px; */
    flex: 0 1 30%;
    margin: 0 1.5% 60px;
}

.Cakes .E .img {
    margin-bottom: 25px;
}
.Cakes .E .img img {
    max-width: 100%;
}

.Cakes .E .title {
    color: #000000;
    font-family: MontserratM;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}


.Cakes .E .btn2 {
    border: 1px solid #f35070;
    border-radius: 3px;
    /* background: #fff; */
    display: inline-block;
    
}
.Cakes .E .btn2 a {
    font-family: 'Montserrat - Semi Bold';
    color: #f24466;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
    display: block;
    padding: 18px 55px 18px 25px;
    text-decoration: none;
    position: relative;

}
.Cakes .E .btn2 a:after {
    content: "";
    background: url('../images/svg/btn-arrow-forward-pink.svg') right top no-repeat;
    width: 28px;
    height: 18px;
    display: block;
    position: absolute;
    right: 20px;
    top: 18px;
}


.Cakes .E .btn2 a:hover {
    text-decoration: none;
    color: #fff;
} 
.Cakes .E .btn2 a:hover:after {
    background: url('../images/svg/btn-arrow-forward-white.svg') right top no-repeat;
}
.Cakes .E .btn2:hover {
    background: #f35070;;
} 


.Cake {
    max-width: 1555px;
    margin: 90px auto 110px;
    padding: 0 15px;
}
.Cake .HD {
    font-family: 'Montserrat - Bold';
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 80px;
} 

.Cake-card {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 120px;
} 
.Cake-card .Img {
    flex: 0 1 765px;
    margin-right: 10%;
} 

.Cake-card .Img img {
    max-width: 100%;
    margin-bottom: 15px;
}

.Cake-card .Text {
    flex: 1 1 37%;
    margin-top: 50px;
    /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; */
} 
.Cake-card .hd {
    font-family: 'Montserrat - Bold';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px;
} 
.Cake-card .desc {
    font-family: "Lato Light";
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 45px;
    color: #6d6e71;
} 
.Cake-card .info {
    margin-bottom: 35px;
    font-family: "Lato - Semibold Italic";
    font-size: 24px;
    line-height: 26px;
    color: #6d6e71;
    margin-bottom: 45px;
} 
.Cake-card a.link-popup {
    margin-bottom: 65px;
    display: block;
    font-family: "Lato";
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
} 
.Cake-card a.link-popup:hover {
    text-decoration: underline;
}

a.btn-card {
    background:#f24466;
    font-family: 'Montserrat - Semi Bold';
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
} 
a.btn-card:hover {
    opacity: 0.8;
    text-decoration: none;
}


.Btn-back {
    border: 1px solid #f35070;
    border-radius: 3px;
    width: 340px;
    margin: 0 auto;
    
}
.Btn-back a {
    font-family: 'Montserrat - Semi Bold';
    color: #f24466;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
    display: block;
    padding: 18px 35px 18px 55px;
    text-decoration: none;
    position: relative;

}
.Btn-back a:before {
    content: "";
    background: url('../images/svg/btn-arrow-back-pink.svg') right top no-repeat;
    width: 28px;
    height: 18px;
    display: block;
    position: absolute;
    left: 20px;
    top: 18px;
}
.Btn-back a:hover {
    text-decoration: none;
    color: #fff;
}
.Btn-back a:hover:before {
    background: url('../images/svg/btn-arrow-back-white.svg') right top no-repeat;
}
.Btn-back:hover {
    background: #f35070;;
} 

.Buy {
    text-align: center;
    padding: 30px 0;
    width: 535px;
    margin: 0 auto 30px;
}

.Buy>.HD1 {
    color: #303338;
    font-family: 'GeorgiaI';
    font-size: 45px;
    font-style: italic;
    line-height: 58px;
    margin-bottom: 25px;
}

.Buy>.img {
    text-align: center;
}

.Buy>.HD2 {
    color: #6d6e71;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin-top: 25px;
    padding: 0 15px;
}




@media all and  (max-width:1137px) {
    .Desserts>.E {width: 100%;}
    .size {width: 45% !important;}
}

@media all and  (max-width:1115px) {
    .Desserts>.E {/* width: 450px; */}
    .Cake-card .Img {
        margin-right: 40px;
    }
}

@media all and  (max-width:1024px) {
    .Cakes .in {
        margin: 0 -0.5%;
    }
    .Cakes .E {
        flex: 0 0 48%;
        margin: 0 0.5% 60px;
    }
}

@media all and  (max-width:1085px) {
    .Foot2  {text-align: center;}
    .Foot2>.footmenu {margin-bottom: 23px;}
    .Foot2>.socnet {float: none;width: 100%;margin-bottom: 12px; margin-top: 0;}
    .Foot2>.copy {float: none; width: 100%; margin-top: 0;}
}

@media all and  (max-width:992px) {

    .Desserts>.E>.HD2 {padding: 0 20px;}
    .Desserts>.E>.desc, .Desserts>.E>.desc2 {padding:0 20px;}
    .Header2 {height: auto;background-size: cover;padding: 0 15px 30px;}
    .Contacts>.in>.E {display: inline-block;padding-top: 20px;
        padding-bottom: 20px;}
    .Contacts {height: auto;/* padding: 0 15px; */}
    .Contacts>.in>.E2 {border: none;}
    .Cake-card {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Cake-card .Img {
        flex: 0 100%;
        text-align: center;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .Cake-card .Text {
        /* flex: 1 1 37%; */
        margin-top: 0;
    }
}

@media all and  (max-width:800px) {
    .Block2 {height: auto; background-size: cover; padding-bottom: 30px;}

}

@media all and  (max-width:768px) {
    .Cakes .E .title { font-size: 25px; }
    .Lang {display: none;}
    .nav-menu {top: 5%;}
    .nav-menu>ul>li>a {font-size: 25px;padding: 5px 0;}
    .Cakes>.HD  {font-size: 30px; line-height: 32px;}
    .Cake .HD {font-size: 30px; line-height: 32px;}
    .Cake-card .hd {font-size: 30px; line-height: 32px;}
    .Cakes>.desc {font-size: 16px; line-height: 22px;}
}

@media all and  (max-width:700px) {
    .fullNavOverlay>.close {background: url('../images/close-mini.png') center top no-repeat;width: 40px;height: 40px;     top: 15px;
        right: 15px}
        .Desserts>.E>.HD {font-size: 30px; line-height: 32px;}
        .Desserts>.E>.HD2 {font-size: 16px; line-height: 18px;}

        .Desserts>.E>.desc, .Desserts>.E>.desc2 {font-size: 18px;line-height: 23px;margin-top: 11px;}
        .Desserts>.E>.HD {font-size: 25px;line-height: 30px;margin-top: 12px;}
        .Desserts>.Info>p {font-size: 16px; line-height: 20px;}
        .Desserts>.E1 {padding-bottom: 20px;}
}

@media all and  (max-width:680px) {
    .Contacts>.in {text-align: left;}
    .Contacts>.in>.E {width: 100%;}
    .Contacts>.in>.E {padding: 20px 0;}
}

@media all and  (max-width:625px) {
    .Foot2>.footmenu {width: 100%;}
    .Foot2>.footmenu>ul>li+li:before {display: none;}
}

@media all and  (max-width:580px) {
    .Buy {width: 100%;}
    .Header {background-size: cover; height: auto; padding-bottom: 30px;}
    .Logo {position: static;}
    .masonry {  
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .size {width: 90% !important;}
    .Desserts>.Info2 {display: none;}
    .Desserts>.Info3 {display: block;}
    .Cakes .in {
        justify-content: center;
    }
    .Cakes .E {
        flex: 0 0 95%;
        margin: 0 0.5% 60px;
    }

}

@media all and  (max-width:500px) {
    
    .Block1>.HD {font-size: 30px; line-height: 35px; margin-top: 30px;}
    .Block1>.in>.E>.title {font-size: 25px;}
    .Block1>.in>.E>.text {font-size: 20px; line-height: 25px;}
    a.btn {width: 90%;font-size: 18px;}
    .Block2>.in>.text p {font-size: 18px; line-height: 22px;}
    a.btn2 {width: 90%;font-size: 20px;}
    .Foot1>.hd {    font-size: 35px; line-height: 35px;}
    .nav-menu {width: 95%;right: 0;left: 0;margin-left: 0;position: static;margin: 22% auto 0;}
    .nav-menu>ul>li>a {font-size: 25px;}
    .nav-menu>ul>li>ul>li a {font-size: 20px;}
    .Header2>.in>.text>.HD {font-size: 30px; line-height: 30px;}
    .Header2>.in>.text>p {font-size: 20px; line-height: 22px;}
    .Header2>.in {padding-top: 93px;}
    .About>.HD {font-size: 30px; line-height: 30px;}
    .About>.text>.hd {font-size: 25px; line-height: 30px;}
    .Forma>form>.in>.e>input {width: 100%;}
    .Forma>form>.in>.e {margin-bottom: 20px;}
    .Forma>.hd {font-size: 30px; line-height: 32px;}

}


@media all and  (max-width:400px) {
    a.btn2 {font-size: 18px;}
    .Foot1>.hd {    font-size: 30px; line-height: 32px;} 
    .Contacts>.in>.E>.text {font-size: 18px; line-height: 27px;}
}










/* 
font-family: 'Montserrat - Bold';
font-family: 'Montserrat Light';
font-family: 'montserratmedium';
font-family: 'montserratregular';
font-family: 'Montserrat - Semi Bold';
font-family: 'Open Sans', sans-serif; 

font-family: "Lato Light";
font-family: 'latomedium';
font-family: 'latoregular';
font-family: "Lato - Semibold Italic";


*/
